[fpc-pascal] Crosscompile linking problems

Peter Vreman peter at freepascal.org
Tue Jul 12 15:14:15 CEST 2005


> Hi!
>
> I am trying crosscompile my commandline application from Win32 to
> linux. I have cross binutils, compiled linux RTL and other
> packages... so, I have not any problem with crosscompile. I have a
> problem with final linking of crosscompiled application only.
>
> I have a few '.so' from Mandrake9 in my LIB directory, but linking
> producing next errors:
>
> C:\FPC\2.0.0\lib\/libc.so: undefined reference to
> `_dl_lookup_versioned_symbol_skip at GLIBC_PRIVATE'
> C:\FPC\2.0.0\lib\/libpthread.so: undefined reference to
> `_rtld_global at GLIBC_PRIVATE'
> C:\FPC\2.0.0\lib\/libc.so: undefined reference to
> `_dl_lookup_versioned_symbol at GLIBC_PRIVATE'
> Have you some ideas? Have I missed somethink?
>
> I call it by commandline:
> fpc -Tlinux webtouch -XPi386-linux-

Looks like the dynamic linker loader (ld-linux.so) is missing







More information about the fpc-pascal mailing list