-
Notifications
You must be signed in to change notification settings - Fork 107
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
Building on RHEL #16
Comments
Try removing |
That seems to work.
Are any of the warnings worth worrying about? |
Oh nice, the warnings are fixed by modifying https://github.com/Keno/Cxx.jl/blob/master/src/Cxx.jl#L75-78 as appropriate for my system. |
Glad you got it working! |
@jakebolewski Could you be more specific on what to remove? I think the line numbers got changed. |
@hsnamkoong Just go back in time, and here you are: https://github.com/Keno/Cxx.jl/blob/5d4859919edf35eac618c60107939b2accfe94cb/src/Cxx.jl#L75-78 |
I'm submitting this issue to document my experience trying to build
Cxx
on RHEL 6.5. Hopefully this helps somebody...First of all, now that JuliaLang/julia#8297 has been merged,
kf/staged
needs to be rebased.I used the following
Make.user
In order to build LLVM-SVN, I needed to upgrade
gcc
from v4.4 to v4.9 and apply this patch to LLVM.LLDB wouldn't link without adding
LLVM_LDFLAGS += -lpthread
todeps/Makefile
After this, Julia builds and I get
After changing
"libcxxffi"
to"libcxxffi.so"
here I getAnd now I'm stuck. :(
The text was updated successfully, but these errors were encountered: