Subject: Re: chat/centericq-4.21.0 won't build on NetBSD/alpha 1.6.2_STABLE
To: Greg A. Woods <woods@weird.com>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: tech-pkg
Date: 05/26/2006 17:04:06
On Oct 16,  8:50am, "Greg A. Woods" wrote:
} 
} C++ boggles my mind.  Any idea what's up with this?
} 
} This is on a 1.6.2_STABLE alpha machine with:

     1.6.2 is EOLed, but anyways...

} $ c++ -v
} Using builtin specs.
} gcc version 2.95.3 20010315 (release) (NetBSD nb3)

     gcc 2.95.3 is rather old and is known to have C++ issues.  Try
adding GCC_REQD+=3.0 to the package Makefile (note that this will drag
in gcc3 as a build time dependency).

}-- End of excerpt from "Greg A. Woods"