Re: Additional Library problem
Re: Additional Library problem
- Subject: Re: Additional Library problem
- From: "Alastair J.Houghton" <email@hidden>
- Date: Wed, 13 Aug 2003 22:31:08 +0100
On Wednesday, August 13, 2003, at 09:31 pm, daniele wrote:
I get the following messages:
- warning predibing disabled because dependet library:
usr/local/lib/libexif.9.dylib is not prebound
- error: undefined symbols:
_libintl_bind_textdomain_codeset_libbintl_bindtextdomain_libintl_dggett
e
xt
Anyone can help me please?
Yep. You need to add libintl.a to your project. If it isn't in your
/usr/local, then you need to obtain and build GNU gettext; the version
I have on my system is 0.11.2-1-osx, which I think I got from
http://www.hmug.org/pub/MacOS_X/BSD/Development/Tools/gettext/gettext-
0.11.2-1-osx.tar.gz (although that site doesn't seem to be working at
present). Your program builds OK on my system after I added libintl.a
to your project (you still get the warning about libexif not being
prebound, but other than that and a warning about things not being in
your home area, it's fine).
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.