[22934] in Source-Commits
third/gdk-pixbuf/gdk-pixbuf
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Sun Apr 8 01:10:17 2007
Date: Sun, 8 Apr 2007 01:04:20 -0400
From: ghudson@MIT.EDU
Message-Id: <200704080504.l3854KPn029752@equal-rites.mit.edu>
To: source-commits@MIT.EDU
Update of /afs/dev.mit.edu/source/repository/third/gdk-pixbuf/gdk-pixbuf
In directory equal-rites.mit.edu:/afs/dev.mit.edu/user/ghudson/third/gdk-pixbuf/gdk-pixbuf
Modified Files:
Makefile.in
Log Message:
Due to libtool issues I do not understand, the test program build fails
under RHEL 4. This hack prevents them from being built.
(The actual build failure is that (a) libtool manages to take a fairly
innocent link line and pick up both the /usr/athena/lib and /usr/lib
versions of gtk and gdk, and (b) libtool manages not to link them with
-lXi even though that is specified in /usr/lib/libgdk.so, which causes
/usr/lib/libgdk.so to have unreferenced symbols.)