On 11 May 2010 14:52, Michael Schnell <[email protected]> wrote: >> Excellent. :) >> > > Not quite: > by "make all" I get:
:-) I struggled in the beginning as well. I had to create a build script and modify my fpc.cfg file to include the correct paths to run multiple FPC versions. Here is my build script. I also attached my ~/.fpc.cfg file. Modify each to suite your setup. Note the "IFDEF cpstrnew" section in the fpc.cfg file. -----------[ build_64-linux.sh ]-------------------- #!/bin/sh fpcdir=/opt/git/fpc_cpstrnew cd $fpcdir/rtl make clean FPC=$fpcdir/bin/x86_64-linux/ppcx64 cd .. make rtl OPT="-dDEBUG -dcpstrnew" FPC=$fpcdir/bin/x86_64-linux/ppcx64 -------------------[ end ]--------------------------- -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/
fpc.cfg
Description: Binary data
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
