I usually build as unprivilidged user, installation is then

sudo make install CPU_TARGET=x86_64 INSTALL_PREFIX=$SOMEWHERE

you are right, in the situation where I do use my own $HOME for the compiler (so Installation also hapens in my context) this would have been the complete solution:

make clean all install CPU_TARGET=x86_64 INSTALL_PREFIX=$HOME/3.0.1

Michael

Am 17.01.15 um 09:40 schrieb Sven Barth:

Am 16.01.2015 23:14 schrieb "Michael Ring" <m...@michael-ring.org <mailto:m...@michael-ring.org>>:
>
> Zhis is what I use on my Mac:
>
> make clean all CPU_TARGET=x86_64 INSTALL_PREFIX=$HOME/3.0.1

Don't you miss an "install" in that line? Afterall "all" merely builds the compiler (plus RTL plus packages), but does not install it...

Regards,
Sven



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

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

Reply via email to