On Thu, 2008-06-19 at 08:28 -0400, Peter Silva wrote:
> On Thu, Jun 19, 2008 at 8:15 AM, Aidan Skinner <[EMAIL PROTECTED]> wrote:
>
> > On Thu, Jun 19, 2008 at 1:04 PM, Peter Silva <[EMAIL PROTECTED]>
> > wrote:
> >
> > > the log is 60 K... It's hard to copy paste that much...
> > > ugh..
> > > ok try this...
> > > http://metpx.sf.net/config.log
> >
> > what's your c++ compiler path? it's look for 'g++', which it's not
> > finding. Configure should really fail at this point with something
> > helpful, rather than continuing.
I was surprised about this also, I thought that's what AC_PROG_CXX was
for in configure.ac. However the autoconf info says:
Otherwise, if the macro is invoked without an argument, then
search for a C++ compiler under the likely names (first `g++' and
`c++' then other names). If none of those checks succeed, then as
a last resort set `CXX' to `g++'.
Anyone know how to get autoconf to fail if it can't find a C++ compiler
instead of mindlessly using g++?