You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot build Clang on OS X El Capitan. I installed g++ via Macports; this is gcc 5.2.
julia> Pkg.build("Clang")
INFO: Building Clang
g++ wrapclang.cpp.o -rdynamic -shared -o libwrapclang.dylib -L/opt/local/libexec/llvm-3.7/lib -L/opt/local/libexec/llvm-3.7/lib -lclang
g++: error: unrecognized command line option '-rdynamic'
make: *** [libwrapclang.dylib] Error 1
================================[ ERROR: Clang ]================================
LoadError: failed process: Process(`make`, ProcessExited(2)) [2]
while loading /Users/eschnett/.julia/v0.4/Clang/deps/build.jl, in expression starting on line 19
================================================================================
================================[ BUILD ERRORS ]================================
WARNING: Clang had build errors.
- packages with build errors remain installed in /Users/eschnett/.julia/v0.4
- build the package(s) and all dependencies with `Pkg.build("Clang")`
- build a single package by running its `deps/build.jl` script
================================================================================
The text was updated successfully, but these errors were encountered:
I cannot build
Clang
on OS X El Capitan. I installedg++
via Macports; this is gcc 5.2.The text was updated successfully, but these errors were encountered: