re: update to native target
re: update to native target
- Subject: re: update to native target
- From: George Warner <email@hidden>
- Date: Mon, 17 Nov 2003 10:59:27 -0800
On Sun, 16 Nov 2003 19:55:53 +0100, bernhard <email@hidden>
wrote:
> I updated my PB project (CommandlineTool C++) to XCode. I used update
> to native target to obtain a fresh adjustable target.
> I now have some problems on zero linking. My original target worked
> fine in linking some libraries from grace (plotting program under X11),
> but I can't adjust any target specific values like linker and compiler
> settings. So I upgraded and the native target has now problems in
> linking.
> As the linked library is called it complains "ZeroLink: unknown symbol
> '_GraceOpen' " in the command line.
> Therefore my question:
> What exactly does the update to native target? How can I find what
> parameters are wrongly changed to find the mistake?
> How can I change the .plist file and where do I find it?
Having ZeroLink on suppresses all "Undefined symbol" link warnings.
Temporally turn it off and fix all your link problems and then turn it back
on to allow "fix" debugging to work. ;-)
You could also dupe your existing Debugging style and turn off zero-link to
allow you to easily switch between the two.
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientists
Apple Developer Technical Support (DTS)
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.