Am Montag, 24. Juli 2006 17:42 schrieb Andreas Berger: > I downloaded the latest snapshot and wish to recompile the fpc > compiler for G032v2. I found an old doc that says to: > cd compiler > make cycle > > This obviously will not work since FPC has fpcmake and not make. > There is also no makefile called cycle in the compiler folder. Can > someone tell me how to completely recompile the fpc? AFAIK, fpcmake is another beast: it creates a Makefile based on infos in Makefile.fpc
"make cycle" should call the "make" executable, which reads "Makefile" in the current folder and does stuff for the target "cycle" defined in "Makefile". however, never tried the go32v2 thing. only doing it on linux .. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal