Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem in linking bundle in Xcode



On Apr 19, 2005, at 8:45 PM, Jenis Shah wrote:

I have already one application(Bundle) created in Codewarrior. I want to
convert that application in XCode. For that I have imported the whole
application by using File->Import project utility of XCode. My codewarrior
application also uses powerplant framework.


Now after making a lot changes into the source code of powerplant
framework, I am able to compile my code successfully.. But at the time of
linking I am getting following two errors:


[1]     multiple definitions of symbol __dyld_func_lookup
[2]     multiple definitions of symbol dyld_stub_binding_helper

Now this is due to some of the file of powerplant framework which gets
included twice. So can i know the file which contain the any of the above
symbols.

Your PowerPlant project probably explicitly linked with some version of the C runtime library (crt1.o). When building under Xcode, your code is implicitly linked with this library, so if you include it manually, you'll get the above warnings. See if you have any instances of libraries named like "crt" and try removing them.


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

This email sent to email@hidden
References: 
 >Problem in linking bundle in Xcode (From: Jenis Shah <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.