[fpc-pascal] Re: Problems linking C library on Linux (*.so & *.a files)
Guillermo Martínez Jiménez
gmjimen at burdjia.com
Fri Feb 13 13:44:48 CET 2009
> From: Jonas Maebe
>
> Maybe the problem is that the default FPC config file enables symbol
> stripping. So even though the routines from the library are in your
> program, dynamically loaded libraries won't be able to find them since
> the symbol names are gone. Try compiling the program with -Xs- to
> disable symbol stripping.
That's a good tip. That's logic, because I don't use that symbol directly.
Thanks. I'll try it. Unfortunately I can't do it until Wednesday.
Guillermo "Ñuño" Martínez.
More information about the fpc-pascal
mailing list