Fabio Dell'Aria wrote: > Hi to all, > > is possible to use FPC 2.3.1 with the last Lazarus 0.9.26? > > If yes how I can do this? >
On which OS? On windows: 1) compile fpc 2.3.1 2) compile lazarus by using make from the apropriate fpc directory (for example I do "d:\programming\fpc_2_3\bin\i386-win32\make.exe bigide lazbuild" 3) setup apropriate directories and files in the environment options of the lazarus ide On linux: 1) compile fpc 2.3.1 (make all, make install) 2) redirect ppc386 symlink to the new fpc 2.3.1 executable 3) in the lazarus directory do "make bigide" 4) setup apropriate directories and files in the environment options of the lazarus ide Best regards, Paul Ishenin. _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
