Re: libraries
Re: libraries
- Subject: Re: libraries
- From: Philip George <email@hidden>
- Date: Mon, 21 Jul 2003 07:15:32 -0500
didn't work. surely this isn't a bug. surely we're just missing something
here. something simple. something little.
- Philip
On 7/21/03 7:09 AM, "Alastair J.Houghton" <email@hidden> wrote:
>
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.
References: | |
| >Re: libraries (From: "Alastair J.Houghton" <email@hidden>) |