Re: Looking for a good disassembler

2005-07-10 Thread Anderson Lizardo
sourceforge.net/). It's far less featureful than IDA Pro, but it has a built-in analyzer and suports many win32 executable formats. I use it in conjunction with winedbg to find wine bugs. - -- Anderson Lizardo -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linu

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

Re: Fix libGL.a check on configure

2005-06-29 Thread Anderson Lizardo
idia-glx and nvidia-glx-dev on Ubuntu 5.04) and Mesa "pure" libraries, and wine compiled with OpenGL on both setups. For tests, I've used: make -C dlls/ddraw/tests/ test Although I'm not sure this is the ideal test to check if OpenGL is working with Wine. Best rega

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 simp