On 4 August 2010 14:30, Hans-Peter Diettrich <drdiettri...@aol.com> wrote:
> Henry Vermaak schrieb:
>
>>> 2) An unqualified reference (PP=mypp) most proably fails - where exactly
>>> does Make search for that compiler?
>>
>> See Makefile from line 109 onwards.  It first looks for fpc(.exe) on the
>> path.  If it finds that, it gets the real compiler exe with -PB.  If
>> fpc(.exe) isn't found, it tries to find ppc386(.exe) on the path.
>
> I'm not very familiar with the make syntax :-(

Heh, prepare to lose your mind.

> Why ppc386, on a 64 bit platform?

Don't know.  It should look for something like ppc$(arch)$(exeext), I guess.

> Should I copy or add a link, from ppc386.exe to ppcx64.exe?

Why not just pass FPC when you build?
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to