X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Wed, 17 Apr 2002 08:31:31 +0100 From: Laurynas Biveinis X-Mailer: The Bat! (v1.60c) Personal X-Priority: 3 (Normal) Message-ID: <108548652370.20020417083131@softhome.net> To: Eli Zaretskii CC: djgpp-workers AT delorie DOT com Subject: Re[2]: DJGPP-specific (?) bug in Autoconf 2.50 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Apr 2002 06:28:07.0818 (UTC) FILETIME=[DF6346A0:01C1E50F] Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >> Huh? It thinks that C++ compiler is available. EZ> Perhaps it knows that gcc can compile C++ programs? Yes, it does. It uses 'gcc' for compiling C++ programs as a last resort, however in my case it does not check that it works! EZ> But I'm not even sure it thinks a C++ compiler is available--where did EZ> you see any evidence that it did? Try my configure script without AC_PROG_CC. It will abort: 'C++ compiler cannot produce working executables'. I would expect similar check from original script I've posted, but there isn't any. And CXX and CXXFLAGS are happily subsituted in Makefiles with this script. EZ> If it thinks a C++ compiler is not EZ> available, perhaps that's because it doesn't know about gxx and gpp? No no I'm talking about situation where C++ compiler is _not_ available. Laurynas