Re: libraries
Re: libraries
- Subject: Re: libraries
- From: "Alastair J.Houghton" <email@hidden>
- Date: Mon, 21 Jul 2003 13:09:47 +0100
On Monday, July 21, 2003, at 12:30 pm, Philip George wrote:
Then I drag/drop mymathlib.a (via the Finder) into my project folder.
I
open the project and use "Add Files..." under the "Project" menu to
add it
to the project, using the "default" reference style on that next sheet
that
always pops up. When I look in the target of the project now, it has
the
lib at the bottom of the "Frameworks and Libraries" list.
This is 10.2 with latest project builder. Using gcc3.
It seems that the problem is that Project Builder doesn't actually link
against it, even if it's in the "Frameworks and Libraries" list. You
can work around this by selecting the "Targets" tab of the left hand
pane of the PB window, selecting your target, then going to Settings >
Expert View in the right hand pane. Finally, add "OTHER_LIBS" to the
build settings and set it to "mymathlib.a".
Would someone who went to the WWDC mind checking if this problem is
fixed in XCode; if not, I'll file a bug report.
Kind regards,
Alastair.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.