-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
julia 1.11.0 beta 1 build error on FreeBSD #54123
Comments
Building with llvm18, I got following stack trace:
|
LLVM 18? Julia
is very likely the cause of your problem. |
By "llvm18", I wanted to say that I built julia with clang18. I always used llvm shipped with julia. I found this conversation. It is rather old but describes the problem I encountered.
So, there is three instance of initCommonOptions(), one in libLLVM-16jl.so, one in libjulia-codegen.so and one in libjulia-internal.so, which make initCommonOptions() called many times. |
While trying to build julia on FreeBSD stable/14, I encountered the following error and cannot resolve it.
The make argument is as below:
The text was updated successfully, but these errors were encountered: