[fpc-pascal] OSX x86_64 make problem
Michael Ring
mail at michael-ring.org
Fri Jan 16 23:06:00 CET 2015
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 try to "make
>> crossinstall OS_TARGET=darwin CPU_TARGET=x86_64
>> INSTALL_PREFIX=/Users/macuser/Development/Base/fpc"
> Have you tried `make CPU_TARGET=x86_64 all` instead of `crossinstall`?
> That's how I just built the latest revision, 29488.
>
> Just a suggestion...
>
More information about the fpc-pascal
mailing list