[fpc-pascal] Why can't 64bit FPC cross-compile 32bit

Vincent Snijders vsnijders at vodafonevast.nl
Mon Nov 9 15:56:30 CET 2009


Rainer Stratmann schreef:
> 
> #!/bin/sh
>  gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys 6A11800F
>  gpg --export 6A11800F | apt-key add -
>  echo "deb http://www.hu.freepascal.org/lazarus/ lazarus-stable universe" \
>      >/etc/apt/sources.list.d/lazarus.list
>  apt-get update
>  apt-get install lazarus
> 
> Is it possible to get the files you mentioned with a similar easy method?

If your source os and cpu is i386-linux and your target is i386-win32, 
then you get the fpc-crosswin32 deb package from that location.

Vincent



More information about the fpc-pascal mailing list