[9210] in The GTK GIMP ToolKit mailing list archive
[gtk-list] CVS GTK on Digital Unix
daemon@ATHENA.MIT.EDU (Alan Shutko)
Mon Oct 12 14:40:47 1998
To: gtk-list@redhat.com
From: Alan Shutko <ats@acm.org>
Date: 12 Oct 1998 13:39:57 -0500
In-Reply-To: Stephan Krings's message of "Mon, 12 Oct 1998 17:01:22 +0200 (CEST)"
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
Well, I'm here at work compiling lots of fun stuff to try out GNOME
here. We don't have gcc, so I've had to do a little fuctzing, like
running automake with a --include-deps flag. But a more significant
problem is in configure.
Glib makes and installs properly. GTK's configure doesn't find it.
This command
configure:2264: cc -o conftest -fast -O4 -DGTK_NO_CHECK_CASTS -std1
-DUSE_XIM -I/local/lib/glib/include -I/local/include conftest.c
-L/local/lib -lgmodule -lglib 1>&5
fails and a message from the loader appears in my xterm:
16965:./conftest: /sbin/loader: Fatal Error: cannot map
libgmodule-1.1.so
31777:./conftest: /sbin/loader: Fatal Error: cannot map libglib-1.1.so
Unsurprising that it can't map them, because they aren't there.
LD_LIBRARY_PATH is properly set. If I go to /local/lib and create
symlinks pointing at *-1.1.so.4.0.0 from *-1.1.so, configure works
great.
Any clues on this? libglib.so and company all point at
libglib-1.1.so.4.0.0 and company,s o It should work... I don't know
why the loader is trying to make libglib-1.1.so...
--
Alan Shutko <ats@acm.org> - By consent of the corrupted
Don't be overly suspicious where it's not warranted.
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null