On Tue, 28 Mar 2023 13:47:30 +0200, Marco van de Voort via fpc-pascal
<fpc-pascal@lists.freepascal.org> wrote:

>
>On 28-3-2023 13:43, Bo Berglund via fpc-pascal wrote:
>> make install prefix="$HOME" FPC="$HOME/dev/fpc/3.2.2/compiler/ppcarm"
>
>It is install_prefix= not install prefix=  iow, insert a underscore
>

No, the problem was *case sensitivity*!
the command should be:

make install PREFIX="$HOME" FPC="$HOME/dev/fpc/3.2.2/compiler/ppcarm"

Stupid confusion of case sensitive OS with Windows where case does not come into
play...

-- 
Bo Berglund
Developer in Sweden

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to