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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to