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
Compiling the revision 52c6347 results in these error messages:
Linking CXX executable ../bin/ldc
/usr/lib/llvm-2.9/lib/libLLVMSupport.a(Signals.o): In function PrintStackTrace(void*)': (.text+0x6c): undefined reference todladdr'
/usr/lib/llvm-2.9/lib/libLLVMSupport.a(Signals.o): In function PrintStackTrace(void*)': (.text+0x187): undefined reference todladdr'
Workabout is to do add this define when running cmake:
-DCMAKE_EXE_LINKER_FLAGS=-ldl
The text was updated successfully, but these errors were encountered:
Compiling the revision 52c6347 results in these error messages:
Linking CXX executable ../bin/ldc
/usr/lib/llvm-2.9/lib/libLLVMSupport.a(Signals.o): In function
PrintStackTrace(void*)': (.text+0x6c): undefined reference to
dladdr'/usr/lib/llvm-2.9/lib/libLLVMSupport.a(Signals.o): In function
PrintStackTrace(void*)': (.text+0x187): undefined reference to
dladdr'Workabout is to do add this define when running cmake:
-DCMAKE_EXE_LINKER_FLAGS=-ldl
The text was updated successfully, but these errors were encountered: