I am using gcc4.0 amd the MacOSXSDK 10.4u for the intel version and gcc3.3 and the 10.3.9 sdk for the ppc version of the build .
I then use lipo to create a universal binary and then archive them into a static library .
The above two steps are done on an intel mac 10.4
I create quite a many static llibraries from the above build .
I now intend to use these universal static libraries to create executables on ppc and when I try to link these libraries on ppc using gcc 3.3 , I get a lot many errors
ld: ../src/liblmgr.a(wurzl34.o) r_type field of relocation entry 3751 in section (__TEXT,__text) invalid
I also tried creating a thin library from the universal version of the library and using this tin library to link with the other object files/libraries to create an executable . But even that seems to fail with the same error.
The compiler flags and other details that I have set for the build are
I have searched for all the help I could get from the existing archives and forums ,but in vain .
Can any one help me on this . Please
Shweta.
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail Beta.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden
This email sent to email@hidden