Re: Fix libGL.a check on configure

2005-06-29 Thread Anderson Lizardo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ove Kaaven wrote: > ons, 29,.06.2005 kl. 20.11 -0400, skrev Anderson Lizardo: > >>Changelog: Check for common broken nVidia+Mesa OpenGL library setups. >>http://cvs.winehq.org/cvsweb/wine/Attic/configure.in.diff?r1=1.247&r2=1.248&f=h >> >>The current

Re: Fix libGL.a check on configure

2005-06-29 Thread Ove Kaaven
ons, 29,.06.2005 kl. 20.11 -0400, skrev Anderson Lizardo: > Changelog: Check for common broken nVidia+Mesa OpenGL library setups. > http://cvs.winehq.org/cvsweb/wine/Attic/configure.in.diff?r1=1.247&r2=1.248&f=h > > The current "test" check definitely does not ensure the system doesn't > have this

Re: Fix libGL.a check on configure

2005-06-29 Thread Anderson Lizardo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Julliard wrote: > It would be much better to try the actual linking and see what > happens. Indeed, I was thinking on that myself... Why we just don't remove this (incorrect IMHO) file presence check and let autoconf do the check itself, whi

Re: Fix libGL.a check on configure

2005-06-29 Thread Alexandre Julliard
Anderson Lizardo <[EMAIL PROTECTED]> writes: > What about the attached patch? It uses "ls" instead of "test" to test > for file presence (assuming ls returns non-zero code on a non-present > file, which is true for a POSIX compliant system). It would be much better to try the actual linking and s

Re: Fix libGL.a check on configure

2005-06-29 Thread Chuck Hall
On Tue, 28 Jun 2005, Anderson Lizardo wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Alexandre Julliard wrote: > > Anderson Lizardo <[EMAIL PROTECTED]> writes: > >>Fixed the libGL.a configure check for systems where > >>/usr/X11R6/lib/libGL.so is a symbolic link. > >> > >> > >>PS.:

Re: Fix libGL.a check on configure

2005-06-28 Thread Anderson Lizardo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Julliard wrote: > Anderson Lizardo <[EMAIL PROTECTED]> writes: >>Fixed the libGL.a configure check for systems where >>/usr/X11R6/lib/libGL.so is a symbolic link. >> >> >>PS.: I've not used a simple "test -e" because >>http://www.winehq.org/h

Re: Fix libGL.a check on configure

2005-06-27 Thread Alexandre Julliard
Anderson Lizardo <[EMAIL PROTECTED]> writes: > Hi, > > Changelog: > > Fixed the libGL.a configure check for systems where > /usr/X11R6/lib/libGL.so is a symbolic link. > > > PS.: I've not used a simple "test -e" because > http://www.winehq.org/hypermail/wine-patches/2002/01/0206.html says this