[fpc-pascal] crosscompiling from win32 to i386-linux and libc linking
Marco van de Voort
marcov at stack.nl
Fri Jul 28 13:10:07 CEST 2006
On Fri, Jul 28, 2006 at 11:54:07AM +0200, Dominique Leducq wrote:
>
> I have linking problems when cross-compiling from win32 to i386-linux
> and linking with libc (dynamically).
> I use FPC 2.0.2, the libs are from a Debian Sarge (glibc-2.3.6, I tried
> with glibc 2.3.2 with same results),
> cross ld is :
> ld.exe -V
> GNU ld version 2.15
> Supported emulations:
> elf_i386
> i386linux
I don't have time to debug this fully, but have a look at my notes when I
was trying this:
http://www.stack.nl/~marcov/crossnotes.txt
Note that
I set it the dynlinker explicitely in point 11
More information about the fpc-pascal
mailing list