> 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
> [EMAIL PROTECTED]'
> C:\FPC\2.0.0\lib\/libpthread.so: undefined reference to
> [EMAIL PROTECTED]'
> C:\FPC\2.0.0\lib\/libc.so: undefined reference to
> [EMAIL PROTECTED]'
> 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




_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to