This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g++ and link once sections.
- To: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Subject: Re: g++ and link once sections.
- From: "Koundinya.K" <kk at ddeorg dot soft dot net>
- Date: Fri, 07 Apr 2000 07:33:36 +0530
- cc: knk at dde dot dk, gcc at gcc dot gnu dot org
Hello,
martin@loewis.home.cs.tu-berlin.de said:
-> > halfway:1755 [compilers/make-gcc-2.95.2-April3/gcc] ldd -d gencheck
-> > dynamic linker: gencheck: file loaded: /usr/lib/libc.so.patch
-> > dynamic linker: gencheck: file loaded: /usr/lib/libc.so.1
-> > ld.so: gencheck: relocation error: symbol not found:
-> > __register_frame_info
-> > ld.so: gencheck: relocation error: symbol not found:
-> > __deregister_frame_info
->
-> It seems that your system does not support weak undefined
-> symbols. Since the symbol is weak, it should be set to zero at
-> runtime. Apparently, that does not work on your system.
->
-> Regards,
-> Martin
Is there any other workaround ?
Thanks again.
koundinya