[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building GNUstep on Darwin/x86
From: |
Adam Fedor |
Subject: |
Re: Building GNUstep on Darwin/x86 |
Date: |
Wed, 3 Mar 2004 16:17:34 -0700 |
On Tuesday, March 2, 2004, at 02:21 PM, Graham J Lee wrote:
Hi,
I'm trying to build GNUstep (from yesterday's CVS) on Darwin 7 x86,
with the FSF compiler and gnu-gnu-gnu library combo. Followed
README.Darwin, everything *appears* to work fine. But then, when I
try to run anything (here, for instance, I try to start the pasteboard
server):
heisenberg:~ leeg$ gpbs
dyld: gpbs version mismatch for library:
/usr/local/lib/libtiff.3.6.1.dylib (compatibility version of user:
3.6.1 greater than library's version: 0.0.0)
Trace/BPT trap
It strikes me that this is an issue with the Apple dyld, but there
doesn't seem to be a ./configure flag (I guess it would be in -gui, as
that's where libtiff seems to get referenced) to force static linking.
Any idea how I can get around/solve this problem?
GNUstep doesn't (intentionally) set the compatibility version for
libtiff, so it must be either a problem with how the libtiff library is
compiled or perhaps some automatic thing that happens when it is linked
with gnustep-gui.
I haven't seen this, but I only have a static libtiff. Perhaps if you
have the static version you could remove or rename the dynamic one.