Ryan Govostes on Wed, 25 Apr 2007 18:49:34 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Mac OS Cross-compiling


Well, from my experience, after I do

./Configure --host=i386-darwin
make gp

During 'make gp', I get an error along the lines of

$ cd Odarwin-ppc
cd: Odarwin-ppc: No such file or directory

So it looks like it tries to go to the directory of the native arch,
regardless of what the config'd architecture was.