This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Error building libgcj on Solaris 2.6
- To: "'David Scott Urban" <urban at ast dot lmco dot com>
- Subject: Re: Error building libgcj on Solaris 2.6
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Mon, 13 Dec 1999 08:48:02 -0800 (PST)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <199912131544.IAA20397@spica.ast.lmco.com>
>>>>> "David" == 'David Scott Urban <urban@ast.lmco.com> writes:
David> The configure for libgcj went fine. But, I encounter the
David> following error when doing the make:
David> ../../../zlib/gzio.c: In function `gzprintf':
David> ../../../zlib/gzio.c:531: `__builtin_va_alist' undeclared (first use in this
David> function)
I'd imagine this is a problem with your compiler installation.
Offhand I don't know how to suggest fixing it.
Tom