g++ and link once sections.

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Sun Apr 9 00:40:00 GMT 2000


> 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


More information about the Gcc mailing list