search for: 0000159d

Displaying 3 results from an estimated 3 matches for "0000159d".

2010 Jun 05
1
[LLVMdev] undefined reference when using llvm-config
...ep LLVMContext LLVMContext.o: file format elf32-i386 313 .text._ZN4llvm15LLVMContextImplC1ERNS_11LLVMContextE 00001199 00000000 00000000 00007420 2**4 314 .text._ZN4llvm14object_creatorINS_11LLVMContextEEEPvv 0000003a 00000000 00000000 000085c0 2**4 319 .text._ZN4llvm15LLVMContextImplD1Ev 0000159d 00000000 00000000 00008900 2**4 320 .text._ZN4llvm14object_deleterINS_11LLVMContextEE4callEPv 0000003a 00000000 00000000 00009ea0 2**4 Here is the contents of my local library directory: e0082888 at e0082888-laptop:~$ ls -1 local/lib libCompilerDriver.a libEnhancedDisassembly.a libEnhanced...
2010 Jun 05
0
[LLVMdev] undefined reference when using llvm-config
Hi Tom, > I'm trying to start a project based on llvm, but am running into some > difficulties. I started with the 'LLVM Project Guide', but got hung > up in the complexities of configure.ac. I'm now using llvm-config to > provide the linker directives, but this results in undefined > references: > > $ llvm-g++ `$HOME/local/bin/llvm-config --cppflags
2010 Jun 04
2
[LLVMdev] undefined reference when using llvm-config
I'm trying to start a project based on llvm, but am running into some difficulties. I started with the 'LLVM Project Guide', but got hung up in the complexities of configure.ac. I'm now using llvm-config to provide the linker directives, but this results in undefined references: $ llvm-g++ `$HOME/local/bin/llvm-config --cppflags --ldflags --libs bitwriter` ModuleMaker.cpp