Re: find static lib
Re: find static lib
- Subject: Re: find static lib
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 18 Feb 2008 12:23:13 -0700
On Feb 18, 2008, at 12:18 PM, Luca Ciciriello wrote:
In Xcode build info (target) I've set -llibutil.a in the "additional
linker flag" field and "/Users/luca/reserch/locationofmylib" in the
"library search path" field.
I'm in Release configuration and I'm using Xcode 2.5 on 10.4.11 PPC.
Always I get the linker error "g++ unable to locate the file -
llibutil.a"
Where is my mistake?
Just add libutil.a to the project and drop the linker flag. That ought
to work in most cases, though it won't work if you also have an
unrelated dylib with that name.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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