search for: getdllsuffix

Displaying 1 result from an estimated 1 matches for "getdllsuffix".

2004 Sep 25
1
[LLVMdev] Linking tblgen debug executable (without symbols) on MinGW
...fined reference to `_imp__SymGetLineFromAddr at 16' C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Path.o)(.text+0x3114): In function `ZN4llvm3sys9IsLibraryERNS0_4PathERKSs': C:/MinGW/msys/local/build/llvm/lib/System/platform/Path.cpp:99: undefined reference to `llvm::sys::Path::GetDLLSuffix()' C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Path.o)(.text+0x3626):C:/MinGW/msys/local/build/llvm/lib/System/platform/Path.cpp:108: undefined reference to `llvm::sys::Path::GetDLLSuffix()' -------------------------- Do I need some libraries? Any suggestions... Henrik ____...