[fpc-pascal] regenerating makefiles
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Jan 19 15:07:02 CET 2007
On 19 jan 2007, at 15:01, Marc Santhoff wrote:
> still fighting with the build process:
>
> Is there any target or command to regenerate the makefiles in the
> compiler source tree opr parts of it (tools/h2pas actually)?
>
> When doing cd <target dir> and executing fpcmake the paths are wrong
> ("cannot find unit system").
In the root fpc source directory: fpcmake -Tall -r
Otherwise, make sure the the environment variable FPCDIR is set and
points to the root fpc source directory, and do "fpcmake -Tall" (it
should never hurt to specify -Tall, even if you're in e.g. the win32
rtl directory or so).
Jonas
More information about the fpc-pascal
mailing list