-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freebsd cross-compilation fails to link libexpr-c #11546
Comments
cc @rhelmot @Ericson2314 who may have interest in this. |
@rhelmot says it's because of wrong llvm configuration and it might be fixed in master. |
Switching to nixpkgs unstable fixes it. |
The alignment of this is probably uninteresting, so we could write some fallback code too. |
I think we should switch to |
nixpkgs-unstable now has an evaluation issue: NixOS/nixpkgs#344131 |
Now we wait for NixOS/nixpkgs#344090 to hit nixpkgs-unstable. |
Describe the bug
$ nix develop .#packages.x86_64-linux.nix-x86_64-unknown-freebsd
$ ./configure $configureFlags
$ make
Is freebsd not linking libc++ correctly?
The text was updated successfully, but these errors were encountered: