Op Mon, 16 Jul 2007, schreef Adriaan van Os:
> Has anyone tried to build a Free Pascal Windows crosscompiler on an Intel Mac
> ? Is this supported ?
Yes, you don't need a cross-compiler to cross-compile to different
operating systems. With FPC 2.1.4+ you don't need binutils either to
cross-compile to Win32.
Simply make the rtl:
cd /path/to/fpc/rtl/win32
make
Then simply compile your program:
fpc -Fu/path/to/fpc/rtl/units/i386-win32 -Twin32 myprogram.pas
Happy crosscompiling!
Daniël
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal