Re: Still cannot get it to link - please help.
Re: Still cannot get it to link - please help.
- Subject: Re: Still cannot get it to link - please help.
- From: tyler <email@hidden>
- Date: Wed, 10 May 2006 19:54:16 -0700
A previous post from Sept 6 on this list that had the same symbols
listed said:
Oops. I solved this one.
I had built boost with gcc 4.0 but was building and trying to link
my application with gcc 3.3
Rebuilding boost with 3.3 solved that problem.
Thanks.
Jon.
so maybe you have the same thing or maybe you just need to do a full
clean since you were switching compilers around.
best of luck,
tyler
On May 10, 2006, at 4:06 PM, John Draper wrote:
David Dunham wrote:
On 10 May 2006, at 09:13, John Draper wrote:
If you post your build transcript for an attempt to link,
someone might be able to spot the problem.
I thought I did... So how would one do that? I cant find any menu
item that says
something to the effect of "display build transcript". How would
I get this information to post?
I looked in the main project finder directory, and didn't see any
transcript files it might have
left.
I thought we went over this a week or so ago. The transcript is
available in the Build Results window, by clicking on the gadget
that looks somewhat like lines of text.
In that case, here's my latest attempt...
Building target “resipStack” of project “newSipTestApp”
Checking Dependencies
Building target “RTPLib” of project “newSipTestApp”
Checking Dependencies
Building target “newSipTestApp” of project “newSipTestApp”
Checking Dependencies
Ld /Users/paulzain/Documents/onInstant/dev/newSipTestApp/build/
Development/newSipTestApp.app/Contents/MacOS/newSipTestApp normal ppc
cd /Users/paulzain/Documents/onInstant/dev/newSipTestApp
setenv MACOSX_DEPLOYMENT_TARGET 10.3
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.3.9.sdk
/usr/bin/g++-3.3 -o /Users/paulzain/Documents/onInstant/dev/
newSipTestApp/build/Development/newSipTestApp.app/Contents/MacOS/
newSipTestApp -L/Users/paulzain/Documents/onInstant/dev/
newSipTestApp/build/Development -L/Users/paulzain/Documents/
onInstant/dev/newSipTestApp/build/Development -L/Users/paulzain/
Documents/onInstant/dev/newSipTestApp -L/Developer/SDKs/
MacOSX10.3.9.sdk/usr/lib/gcc/darwin/3.3 -F/Users/paulzain/Documents/
onInstant/dev/newSipTestApp/build/Development -F/Users/paulzain/
Documents/onInstant/dev/newSipTestApp -filelist /Users/paulzain/
Documents/onInstant/dev/newSipTestApp/build/newSipTestApp.build/
Development/newSipTestApp.build/Objects-normal/ppc/
newSipTestApp.LinkFileList -lresipStack -lRTPLib -framework Cocoa -
framework AudioToolbox -framework vecLib -lcrypto.0.9.7 -lssl.0.9.7
-framework CoreAudio -arch ppc -mmacosx-version-min=10.3 -Wl,-
syslibroot,/Developer/SDKs/MacOSX10.3.9.sdk
ld: Undefined symbols:
__ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base
__ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base
__ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_
__ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_
__ZNSt15_List_node_base4hookEPS_
__ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base
__ZNSt15_List_node_base6unhookEv
__ZNSt15basic_streambufIcSt11char_traitsIcEE7seekoffExSt12_Ios_Seekdir
St13_Ios_Openmode
__ZNSt15_List_node_base4swapERS_S0_
__ZNSt15_List_node_base8transferEPS_S0_
I think from reading the docs, that the Project (top item in the
groups and files) settings
are specific to the entire project, and the Target settings are
only applicable to the specific
target chosen? Is that how it works? Does the target settings
override the project
settings, because I know some are the same.
Yes, target settings override project settings. Which
override .xcconfig settings you might have added. (This is
actually where I try to set my stuff:
GCC_VERSION_ppc = 3.3
MACOSX_DEPLOYMENT_TARGET_ppc = 10.2
SDKROOT_ppc = /Developer/SDKs/MacOSX10.2.8.sdk
What is the name of the above setting? Is it SDK Path?
which if you're not building universal, you could just drop the
_ppc portion.)
Oh - OK - I wasnt sure how you derived the _ppc above as that was
going to be
my next question.
I'm not entirely sure where these get set
What were you referring to? The Target Build Settings, or the
Compiler Ver?
-- I don't think the rules are the best place to change it.
If you were referring to the compiler ver, I wasn't sure - but I
can't find
ANYONE who knows. - Is anyone at Apple in a generous mood who might
want
to respond to this?
John
_______________________________________________
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
_______________________________________________
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