Andrea Mauri schreef:
> It seems not so easy to install fpc 2.3.
> I tried your link, after the fist step:
> 
> $MAKE all OPT='-gl -O3p3'  PP=ppc386
> 
> I got:
> Makefile:2261: *** No libgdb.a found, supply NOGDB=1 to disable debugger 
> support.  Stop.
> 
> 
> So I used:
> make all OPT='gl -O3p3' NOGDB=1 PP=ppc386
> 
> and I got this error and the compilation aborted:
> 
> /home/giacca/programmi/fpc-2.3/fpcsrc/compiler/ppc386 -XX -CX -Ur -Xs -O2 -n 
> -Fu/home/giacca/programmi/fpc-2.3/fpcsrc/rtl/units/i386-linux -Fisrc -FE. 
> -FUunits/i386-linux gl -O3p3 -di386 -dRELEASE src/aspell.pp
> aspell.pp(1580,1) Error: Illegal expression
> aspell.pp(1580,10) Fatal: Syntax error, ";" expected but "identifier 
> ASPELL_LOADED" found
> Fatal: Compilation aborted

You got a buggy version of the source snapshot. As you noticed (with 
fpc.zip), today's snapshot doesn't have it (also fixed in fpcbuild.zip).

Vincent
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to