On 27/10/2011 08:32, Tor Lillqvist wrote:
I will give these a shot i have symbols enabled and at a certain point its complaining about missing 64bit symbols. How come for users on 10.7 we dont have a native 64bit build as 10.7 runs as 64bit out of the box?--with-macosx-version-min=10.5I think this might be the problem. As our code doesn't use any 10.5 or later API anyway, you currently don't win anything by using this. Use --with-macosx-version-min=10.4. Also, you I think you need to use CC=gcc-4.2 and CXX=g++-4.2. Possibly add -arch i386 -mmacosx-version-min=10.4 to those, that is what I do. --tml Regards Jonathan Aquilina |