Hi, This patch was not applied. Is there a problem with it? Ciao, Marcus Changelog: Except when we explicitly --disable-debug, add -gstabs+ if possible. Index: configure.ac =================================================================== RCS file: /home/wine/wine/configure.ac,v retrieving revision 1.164 diff -u -r1.164 configure.ac --- configure.ac 27 Jun 2003 19:02:23 -0000 1.164 +++ configure.ac 30 Jun 2003 06:14:55 -0000 @@ -696,6 +696,8 @@ EXTRACFLAGS="$EXTRACFLAGS -mpreferred-stack-boundary=2" fi +if test "x$enable_debug" != "xno" +then dnl Check for -gstabs+ option AC_CACHE_CHECK([for gcc -gstabs+ support], ac_cv_c_gcc_gstabs, [WINE_TRY_CFLAGS([-gstabs+],ac_cv_c_gcc_gstabs="yes", ac_cv_c_gcc_gstabs="no")]) @@ -703,6 +705,7 @@ then EXTRACFLAGS="$EXTRACFLAGS -gstabs+" fi +fi dnl Check for noisy string.h saved_CFLAGS="$CFLAGS"