autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_EXEEXT macro problem


From: Akim Demaille
Subject: Re: AC_EXEEXT macro problem
Date: 09 Aug 2001 10:41:40 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor)

| 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

[Prev in Thread] Current Thread [Next in Thread]