This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 64-bit configure hell


Peter O'Gorman wrote:
Stan Shebs wrote:

The crux of the problem seems to be _AC_COMPILER_EXEEXT_WORKS in
autoconf's lang.m4, which looks like it fishes for a usable file
extension by trying to run programs with various names.


Isn't this what AC_NO_EXECUTABLES (also in lang.m4) is for?

Love replying to my own messages, makes me feel stupid to have sent the first one :/


config/no-executables.m4 defines GCC_NO_EXECUTABLES which is the same macro, and is used in libstdc++'s configure.ac. It should probably be used unconditionally.

Peter


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]