I tried compiling the postgreSQL library. As I desribed in my
previous post, on Intel Mac, there are some problems like "_fnctl
$UNIX2003 can't be found.". I tried investigating the library file
using the nm. But they are reference like _fnctl without $UNIX2003.
So, I tried compiling universal library, especially the i386 part,
on my iMac 17" PPC (Sunflower model.)
I found some interesting things.
An intel binary built on an Intel Mac is 420KB, while the same intel
binary built on a PPC Mac is 392KB.
I couldn't provide it with -arch ppc -arch i386 at the same time.
Then erros will be thrown while compilation.
So, I tried buiding the separately and will combine them using lipo.
Is there any difference between the same 10.4u SDK? (Actually I
think I heard it before from somewhere... )
The SDK is identical between PPC and Intel machines. Without
analyzing what the 28Kb difference actually entails between the two
binaries it would be hard to say what's going on. It's more likely
that the difference is in debug symbols rather than generated code
(try comparing stripped binaries rather than unstripped).
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden