Re: how to link with readline library in an xcode project?
Re: how to link with readline library in an xcode project?
- Subject: Re: how to link with readline library in an xcode project?
- From: Steve Checkoway <email@hidden>
- Date: Tue, 15 Apr 2008 12:25:26 -0700
Dan Kelley wrote:
PS. the library is at e.g. /usr/lib/libreadline.dylib and other spots
too, on my system (which has macports also).
I'd be very careful about this. Unless something has changed recently,
libreadline installed with OS X is _not_ libreadline. It is a symlink to
libedit <rdar://problem/4167366> which is not an adequate replacement.
If you have installed the real libreadline with macports, then it is in
/opt/local/lib, but when you distribute your application, unless people
have it installed via macports, your application won't work.
--
Steve Checkoway
_______________________________________________
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