[fpc-pascal] make: -iVSPTPSOTO: Command not found
Mark Morgan Lloyd
markMLl.fpc-pascal at telemetry.co.uk
Tue Jan 15 12:50:25 CET 2013
Eric Kom wrote:
> On 15/01/2013 12:48, Mark Morgan Lloyd wrote:
>> Eric Kom wrote:
>>> Good day,
>>>
>>> After tried to build the fpcbuild.zip version, by executing the
>>> commad make build or make, I received the following error message:
>>> make: -iVSPTPSOTO: Command not found
>>>
>>> Please how can I fix it?
>>
>> You've probably not got a runnable fpc binary.
>>
>> Please remember to tell us what OS etc. you've got with any questions
>> if you want sensible answers.
> am running on debian
Good man. If there's a runnable fpc in your path (this is a shim that
sorts out some extra settings for the ppc binary) and you still have
problems, then try an explicit PP setting e.g.
export PP=/usr/local/bin/ppc386
make OPT='-O- -gl -Xs-' all
--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk
[Opinions above are the author's, not those of his employers or colleagues]
More information about the fpc-pascal
mailing list