This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Can't make 3.0.2 on Solaris 5.8
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Margaret Doll <Margaret_Doll at Brown dot edu>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 15 Nov 2001 20:40:04 -0500 (EST)
- Subject: Re: Can't make 3.0.2 on Solaris 5.8
[Get raw message]
On Thu, 15 Nov 2001, Margaret Doll wrote:
> There are a lot of "enum type mismatch: arg #1" error
> lines. Tail of
> make.log follows.
Use "make bootstrap" instead of "make".
If all you need is to compile sendmail, you can configure with
--enable-languages=c so you don't have to wait for the c++, fortran, etc.
languages to build.
Jeff