[fpc-pascal] macos make 3.1.1 fails

C Western l at c-m-w.me.uk
Tue Jun 26 10:07:00 CEST 2018


On 26/06/18 03:35, Anthony Walter wrote:
> I don't believe i386 is supported by the newer OSX dev tools. Use x86_64 
> instead.
> 
> 
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
> 
Carbon is i386 only, so i386 is still needed. I haven't figured out all 
the options, but the command line that works for me is:

FPC=/usr/local/lib/fpc/3.0.4/ppc386 make distclean install PREFIX=~/usr 
CPU_SOURCE=i386

(All on one line) Note the specification of CPU_SOURCE

Colin



More information about the fpc-pascal mailing list