I am in process of building a single static library for Mac OS 10.3.9,
Mac OS 10.4.7 PPC and Intel.
I have built
- a static library on Mac OS 10.3.9 with gcc 3.1
gcc 3.1? Really? You can use gcc 4.0 to build for Mac OS X 10.3.9.
- a universal static binary on Mac OS 10.4 with gcc 4
Now I need to create a new binary by combining these two using "lipo".
Can anybody suggest how to use lipo to bind them both ? I tried the
same but couldnot resolve it. Thanks in advance.
man lipo
All suggestions are welcome
--
Rohit Dhamija(M) 9818446545
_______________________________________________
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/sydvicious%
40mac.com
This email sent to email@hidden
Syd Polk
email@hidden
"Let the music be your light" - Dave Edwards, KUHF-FM, 1982
_______________________________________________
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
This email sent to email@hidden
References:
>How to lipo ? (From: "rohit dhamija" <email@hidden>)