[fpc-pascal] Cross-compiling from 64-bit Linux to 32-bit Linux
Patrick Chevalley
pchevalley at gmail.com
Mon Feb 8 17:45:10 CET 2010
Install the ia32-libs package.
also check if your fpc.cfg contain the following lines, I not remember
if I add them:
#ifdef cpui386
-Fl/usr/lib32
-Xd
#endif
Patrick
More information about the fpc-pascal
mailing list