Displaying 1 result from an estimated 1 matches for "ccyhgptb".
2007 Nov 24
1
[LLVMdev] newbie question (link error)
...verbatim, it compiles fine, but I
get tons of link errors if I attempt to link with arguments provided
by running llvm-config with 'core'. If I run llvm-config with 'all'
it narrows down to one:
g++ `/home/ben/bin/llvm-config --cppflags --ldflags --libs all` -o play play.cpp
/tmp/ccyhgPtB.o: In function `main':
play.cpp:(.text+0x458): undefined reference to
`llvm::verifyModule(llvm::Module const&, llvm::VerifierFailureAction,
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>*)'
collect2: ld returned 1 exit status
make: *** [play] Er...