Re: [fpc-pascal] OSX x86_64 make problem

2015-01-17 Thread Michael Ring
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

Re: [fpc-pascal] OSX x86_64 make problem

2015-01-17 Thread Sven Barth
Am 16.01.2015 23:14 schrieb "Michael Ring" : > > 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 ___

Re: [fpc-pascal] OSX x86_64 make problem

2015-01-16 Thread Michael Ring
Zhis is what I use on my Mac: make clean all CPU_TARGET=x86_64 INSTALL_PREFIX=$HOME/3.0.1 Michael Am 16.01.15 um 22:23 schrieb Ewald: On 01/16/2015 10:08 PM, Anthony Walter wrote: Details: The problem I am having is that even on a 64bit Mac, the "make all" command builds i386-darwin. When I t

Re: [fpc-pascal] OSX x86_64 make problem

2015-01-16 Thread Jonas Maebe
On 16/01/15 22:08, Anthony Walter wrote: > > Details: The problem I am having is that even on a 64bit Mac, the "make > all" command builds i386-darwin. When I try to "make crossinstall > OS_TARGET=darwin CPU_TARGET=x86_64 > INSTALL_PREFIX=/Users/macuser/Development/Base/fpc" the make command > ret

Re: [fpc-pascal] OSX x86_64 make problem

2015-01-16 Thread Ewald
On 01/16/2015 10:08 PM, Anthony Walter wrote: > Details: The problem I am having is that even on a 64bit Mac, the > "make all" command builds i386-darwin. When I try to "make > crossinstall OS_TARGET=darwin CPU_TARGET=x86_64 > INSTALL_PREFIX=/Users/macuser/Development/Base/fpc" Have you tried `mak

Re: [fpc-pascal] OSX x86_64 make problem

2015-01-16 Thread Anthony Walter
I forgot to mention, I am using fpc sources from the fixes_3_0 branch, and building using fpc 2.6.4. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] OSX x86_64 make problem

2015-01-16 Thread Anthony Walter
Hello free pascal compiler developers, Problem: On OSX the x86_64-darwin compiler "ppcx64" is not being built. Background: I am in the process of writing a series of installers/scripts for Free Pascal 3.0 and Lazarus 1.4 testing. I'm currently writing a unified OSX install script which automates