On Thu, Aug 14, 2008 at 9:32 PM, Adar Dembo <[EMAIL PROTECTED]> wrote:
>> 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?
>
They must be defaults because I didn't pass all of them.

>> 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.
That was a good call, I figured out It was actually failing on missing
libXext-devel, adding that reported a failure on Xrandr which was
actually Xrender-devel.'

configure no succeeds, but I'm getting lots of garbage like,

 cd . && /bin/sh /home/nathan/code/open-vm-tools/missing --run
automake-1.10 --gnu
lib/SLPv2Parser/Makefile.am:18: library used but `RANLIB' is undefined
lib/SLPv2Parser/Makefile.am:18:   The usual way to define `RANLIB' is
to add `AC_PROG_RANLIB'
lib/SLPv2Parser/Makefile.am:18:   to `configure.ac' and run `autoconf' again.


> 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
>



-- 
Nathan Charles

-------------------------------------------------------------------------
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