| As a workaround (so Python users don't require a CVS or hacked version of
| autoconf), you could strip '-g' from CFLAGS on BeOS (as it seems to be that
| flag that produces the .xSYM file) in configure.in.
| 
| Index: lib/autoconf/lang.m4
| ===================================================================
| RCS file: /cvs/autoconf/lib/autoconf/lang.m4,v
| retrieving revision 1.149
| diff -u -r1.149 lang.m4
| --- lib/autoconf/lang.m4        2001/08/01 13:50:48     1.149
| +++ lib/autoconf/lang.m4        2001/08/08 16:35:45
| @@ -422,7 +422,7 @@
|                  ls a.out conftest 2>/dev/null;
|                  ls a.* conftest.* 2>/dev/null`; do
|    case $ac_file in
| -    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
| +    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;
|      a.out ) # We found the default executable, but exeext='' is most
|              # certainly right.
|              break;;

Tim, please, install.

Reply via email to