[Lazarus] building lazarus 1.0 with make OPT="-n" and fpc.cfg in different location

Sven Barth pascaldragon at googlemail.com
Wed Sep 5 13:13:25 CEST 2012


Am 04.09.2012 23:59, schrieb waldo kitty:
> On 9/4/2012 13:02, Seth Grover wrote:
>>
>> make bigide PP=/path/to/wherever/ppcx64 OPT="-n @/path/to/tmp/fpc.cfg"
>>
>> The -n tells it to not use the regular cfg paths, and what follows
>> tells it where to find the cfg file to use.
>
> i don't know if this ties in or not but your make line appears to be
> missing a space between the closing double-quote and the '-n'... was
> this simply a typo in the message or is it really like that when your
> tool generates that call? if it is not a typo, then it is possible that
> the passing on of the param doesn't succeed because of the missing space
> and so the '-n' is not detected and available to pass on...

The OPT argument is normally used in a way that a space is before and 
after it, so no need to pass a space manually.

Regards,
Sven





More information about the Lazarus mailing list