> 1.) here is the config.log
> http://char1es.net/config.log

That's quite a prolific set of arguments passed to ./configure. Out of 
curiosity, why so many?

> 2.) here are the files it installs
> [EMAIL PROTECTED] open-vm-tools]$ rpm -lq libXinerama libXinerama-devel
> /usr/lib/libXinerama.so.1
> /usr/lib/libXinerama.so.1.0.0
> /usr/share/doc/libXinerama-1.0.3
> /usr/share/doc/libXinerama-1.0.3/AUTHORS
> /usr/share/doc/libXinerama-1.0.3/COPYING
> /usr/share/doc/libXinerama-1.0.3/ChangeLog
> /usr/share/doc/libXinerama-1.0.3/README
> /usr/lib/libXinerama.so
> /usr/lib/pkgconfig/xinerama.pc
> /usr/share/man/man3/Xinerama.3.gz
> /usr/share/man/man3/XineramaIsActive.3.gz
> /usr/share/man/man3/XineramaQueryExtension.3.gz
> /usr/share/man/man3/XineramaQueryScreens.3.gz
> /usr/share/man/man3/XineramaQueryVersion.3.gz

My libXinerama-dev package (Debian unstable) also includes 
/usr/lib/libXinerama.a, but configure checks both the shared object and the 
archive (preferring the shared object) for symbols, so that shouldn't be an 
issue. Are all the libXinerama.so* files/links set up correctly? No permission 
issues there?

Another thing to check is gcc's search directories. Run gcc with the 
-print-search-dirs argument and make sure that /usr/lib (or some path to it) is 
present in "libraries".

If that doesn't lead anywhere, try running ./configure under strace ("strace -f 
-o strace.log ./configure") and see what file IO is performed when accessing 
libXinerama, and why it might be failing.

Lastly, I could modify the libXinerama check to make use of the pkg-config file 
that ships with libXinerama-devel (/usr/lib/pkgconfig/xinerama.pc). Does yours 
reference "-L/usr/lib" (or some variant of /usr/lib including variables 
enclosed within braces) in "Libs"?

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
open-vm-tools-devel mailing list
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to