I thought I said so: "Here's the setup: I checked out glib, atk, and pango. I compiled them all with --prefix=/home/mike/path, LD_LIBRARY_PATH=/home/mike/path/lib, PKG_CONFIG_PATH=/home/mike/path/lib/pkgconfig, and PATH=/home/mike/path/bin:$PATH. They all seem to be OK."
Well, you also need to set LD_LIBRARY_PATH when running the executables. Setting it at compile time won't be sufficient.
From your persistance on this matter, I presume that LD_LIBRARY_PATH is all I should need.
Assuming I have set LD_LIBRARY_PATH correctly, there is no reason this should be happening to me? If that is the case, I shall reexamine my assumption.
So, for the record -- I need to set LD_LIBRARY_PATH, PKG_CONFIG_PATH, and PATH to all include my personal location. Other environment variables that I have to hit? I know there are lots, and I could easily believe that libtool is keying off one of them.
-mt
_______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list