search for: _zn6bitmapilj39eeorej

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

2011 Feb 24
0
[LLVMdev] defined in discarded section `.gnu.linkonce.t...
...embly using llc and compile that with gcc to create the lib and link with the rest of the system. I'm able to compile llc output with gcc without any problem. However, when I try to link the server with the library compiled with LLVM I get the following error during linking: `.gnu.linkonce.t._ZN6BitmapILj39EEoREj' referenced in section `.data.rel.ro' of ../storage/falcon/libXXX.1.o: defined in discarded section `.gnu.linkonce.t._ZN6BitmapILj39EEoREj' of ../storage/falcon/libXXX.1.o I use LLVM 2.8, GCC 4.5.2, Binutils 2.21.51.20110223. Any help on how to get around this problem is much apprecia...