[fpc-pascal] OSX x86_64 make problem
Michael Ring
mail at michael-ring.org
Sat Jan 17 11:37:38 CET 2015
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" <mail at michael-ring.org
> <mailto:mail at 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 at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20150117/b86f1968/attachment.html>
More information about the fpc-pascal
mailing list