autoconf
[Top][All Lists]
Advanced

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

Expressions evaluation order using AC_PROG_CXX and AC_PROG_CC?


From: David Svoboda
Subject: Expressions evaluation order using AC_PROG_CXX and AC_PROG_CC?
Date: Mon, 26 May 2003 14:55:41 +0200

Hello,

in the attachement there is a "configure.in" file. It seems to be OK, but
unfortunately it wouldn't do, what I want. Here the problem is:

In the lines 57-77 the choice of compiler, the user wants to use, is done.
When the ./configure (generated from this file) is executed without any
parameters, "config.log" is full of errors about corrent compiler setting.
When these lines (57-77) are deleted, everythig is OK. Why? What happens
with the compiler setting, when using AC_PROG_CXX, AC_PROG_CC macros in
different places of the "configure.in" file?

        David

Attachment: config.log
Description: Text document

Attachment: configure.in
Description: Text document


reply via email to

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