Re: Glib 2.10.2 compiling problem
- From: "Marius Schamschula" <mschamschula gmail com>
- To: "John Cupitt" <jcupitt gmail com>
- Cc: gtk-list gnome org
- Subject: Re: Glib 2.10.2 compiling problem
- Date: Sun, 14 May 2006 06:58:26 -0500
John,
He is using libiconv 1.9.x (like Apple's)
Saturn:~/Development/mports/mmap marius$ ldd /usr/lib/libiconv.dylib
/usr/lib/libiconv.dylib:
/usr/lib/libiconv.2.dylib (compatibility version 5.0.0
, current version 5.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.2)
Wheras libiconv 1.10 gives
Saturn:~/Development/mports/mmap marius$ ldd /usr/local/lib/libiconv.dylib
/usr/local/lib/libiconv.dylib:
/usr/local/lib/libiconv.2.dylib (compatibility version 6.0.0, current version 6.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.5
)
Note: ldd == otool -L in the Mac
I do concur about package managers for the casual user (DP is prefered over Fink). For my ends, I use my own bash based system, since I don't want to learn how to do things using someone else's byzantine syntax.
On 5/14/06, John Cupitt <jcupitt gmail com> wrote:
On 5/14/06, Craig Davis <craigwd2000 gmail com> wrote:
> checking for a sed that does not truncate output... dyld: Library not
> loaded: /usr/local/lib/libiconv.2.dylib
> Referenced from: /usr/local/lib/libintl.3.dylib
> Reason: Incompatible library version: libintl.3.dylib requires version
> 6.0.0 or later, but libiconv.2.dylib provides version 5.0.0
Sounds like you need a more recent iconv.
(I know I keep saying this, but is there a good reason not to use a
package manager, like darwinports? It could handle all this stuff for
you)
--
Marius
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]