[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Broken system web pages - ideas?
From: |
Kevin Ryde |
Subject: |
Re: Broken system web pages - ideas? |
Date: |
Wed, 24 Sep 2003 09:28:19 +1000 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
"L. D. Marks" <address@hidden> 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.