Dynamic loader problem

Martin v. Loewis martin@mira.isdn.cs.tu-berlin.de
Tue Aug 31 22:45:00 GMT 1999


>   Seems there is a bug in the dynamic loader.  I have symbol defined in
> the shared library.
[...]
> gcc -shared -Wl,-Bsymbolic lib.c -o liblll.so
> gcc main.c liblll.so 

Why do you need to use -Bsymbolic? With that, it works fine.

Regards,
Martin



More information about the Gcc-bugs mailing list