[22302] in Source-Commits
third/gtk/gdk
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Sat Mar 19 17:17:42 2005
From: ghudson@MIT.EDU
Date: Sat, 19 Mar 2005 17:17:34 -0500
Message-Id: <200503192217.j2JMHY7V006479@egyptian-gods.mit.edu>
To: source-commits@MIT.EDU
Update of /afs/dev.mit.edu/source/repository/third/gtk/gdk
In directory egyptian-gods.mit.edu:/afs/dev.mit.edu/user/ghudson/third/gtk/gdk
Modified Files:
Makefile.am Makefile.in
Log Message:
RHEL 4 ships a native libgdk.so which depends on libXi. (It has a libtool
dependency on libXi, but not an ELF dependency on it, so the linker doesn't
pick up libXi automatically either.) Due to what I think are bugs in older
versions of libtool, linking of GNOME 1 programs picks up both the Athena
and native gtk and gdk libraries, but only picks up the libtool
dependencies of the Athena one. So, add -lXi to the Athena gdk library's
dependencies, even though we don't need it, to make GNOME 1 programs link
properly.