Re: Problem in linking bundle in Xcode
Re: Problem in linking bundle in Xcode
- Subject: Re: Problem in linking bundle in Xcode
- From: Chris Espinosa <email@hidden>
- Date: Tue, 19 Apr 2005 22:41:11 -0700
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:
This email sent to email@hidden