[fpc-pascal] fpc & Lazarus with 64-bit
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Mon Jul 3 15:45:15 CEST 2006
On 7/3/06, J.L. Blom <jlblom at neuroweave.nl> wrote:
> Filipe, I will try to compile a source but I assume I have to change the
> makefile rather heavily to account for the different environment and the
> different fpc version.
No, you won´t. If you look into the Makefile you will notice it is
already prepared for a huge number of architectures-operating system
combinations. Also, the compiler version doesn´t change it´s
executable name, so it has no effect on the Makefile. Only be careful
to have the correct version on the compiler on the Path in case you
have 2 different compilers installed.
Really, it´s just: make clean all =)
If it fails and the path is correct, then the compiler version is the problem.
thanks,
--
Felipe Monteiro de Carvalho
More information about the fpc-pascal
mailing list