This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Broken system web pages - ideas?
- From: Kevin Ryde <user42 at zip dot com dot au>
- To: "L. D. Marks" <ldm at risc4 dot numis dot nwu dot edu>
- Cc: autoconf at gnu dot org, automake at gnu dot org
- Date: Wed, 24 Sep 2003 09:28:19 +1000
- Subject: Re: Broken system web pages - ideas?
- References: <Pine.HPX.4.44.0309230754520.12410-100000@risc4.numis.nwu.edu>
"L. D. Marks" <ldm@risc4.numis.nwu.edu> writes:
>
> 2) Duplicate, and inconsistent gcc/g++/g77 compilers
The c++ compiler for some reason always seems a good candidate for
breakage on systems I see. I think bad installations are outside the
scope of autoconf, but you can always have configure check for
features you need (namespace, std iostream, whatever) to abort at that
point rather than half way through a build.