Displaying 1 result from an estimated 1 matches for "my_thread_global_init".
2012 Jun 28
2
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
...x-gnu/4.5/../../../../i386-linux-gnu/crtn.o
> /home/ryan/binutils/bin/ld: error: libdbug.a: no archive symbol table (run
> ranlib)
> /home/ryan/binutils/bin/ld: error: ../strings/libmystrings.a: no archive
> symbol table (run ranlib)
> my_main.c:23: error: undefined reference to 'my_thread_global_init'
This does not seem to be specific on MySQL, tested on httpd, also emit
similar error messages:
/home/ryan/binutils/bin/ld: error:
> /tmp/httpd-2.2.22/srclib/pcre/.libs/libpcre.a: no archive symbol table (run
> ranlib)
It looks like ar didn't run with gold plugin. Actually I did...