search for: msg12034

Displaying 2 results from an estimated 2 matches for "msg12034".

2012 Jun 29
0
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
...o/ld: error: ../mysys/libmysys.a: member at 817850 is not an ELF > object > /path/to/ld: error: ../mysys/libmysys.a: member at 827534 is not an ELF > object Searched a related thread(where the failed test case have similar error message) in: http://www.mail-archive.com/libtool at gnu.org/msg12034.html I'm wondering if that issue has been resolved? Best regards, Ryan On Thu, Jun 28, 2012 at 3:18 PM, ryan <stdstack at gmail.com> wrote: > Thanks for replying! > I didn't install the new binutils to system directory in case it messes > thing up. > For ranlib, from the...
2012 Jun 28
2
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
Thanks for replying! I didn't install the new binutils to system directory in case it messes thing up. For ranlib, from the error message, it seems to be the reason. But even I export RANLIB=/bin/true, clean the code and rebuild, it still fails with the same message. I created a symlink in /usr/lib/bfd-plugins as suggested in http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-March/030101.html.