[fpc-pascal] Cross-compiling from 64-bit Linux to 32-bit Linux

Patrick Chevalley pchevalley at gmail.com
Mon Feb 8 20:53:28 CET 2010


> I have the same problem (or not?) :

Maybe ...
try
$ locate crti.o
must return:
/usr/lib/crti.o
/usr/lib32/crti.o

On Debian/Ubuntu /usr/lib32/crti.o is in a package require by ia32-libs.

Beware the path are not the same with Redhat!  /usr/lib is 32bit and
/usr/lib64  for 64bit.

Patrick



More information about the fpc-pascal mailing list