[fpc-pascal] fpcmake and 64-bit Ubuntu
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Jan 28 10:20:48 CET 2011
On 28 Jan 2011, at 04:17, Timothy Groves wrote:
> Any attempt to invoke fpcmake results in the following error:
>
> Processing Makefile.fpc
> Error: Target "linux", package "rtl" not found
fpcmake requires the FPC sources to be installed, and the environment
variable "FPCDIR" to be set so it points to the toplevel FPC
directory. Alternatively, your Makefile.fpc can contain something like
this:
[default]
fpcdir=../..
in which case fpcmake will get the FPCDIR location from that
Makefile.fpc (this is used for the Makefile.fpc files in the FPC
sources).
Jonas
More information about the fpc-pascal
mailing list