[fpc-pascal] RE: fp not available
Marco van de Voort
marcov at stack.nl
Mon Nov 14 17:22:18 CET 2005
> Christo, on your suggestion I tried one of the examples to run and it
> failed with the following error:
>
> /usr/bin/ld: skipping
> incompatible /usr/lib/fpc/2.0.1/units/i386-linux/rtl/cprt21.o when
> searching for /usr/lib/fpc/2.0.1/units/i386-linux/rtl/cprt21.o
> but I haven't installed the 64-bit version,
Correct, but probably your "ld" is 64-bit. You must point fpc to the
32-bit linker (and libraries) if you want to generate 32-bits bins.
More information about the fpc-pascal
mailing list