This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc-3.2 build problem in the java area
cyan@obrien.cc.rochester.edu writes:
> Hi,
>
> I'm having consistent problem compiling gcc-3.2 on a Solaris 7 box.
> The problem seems to be with libjava/java/net/natInetAddress.cc and
> the make bombs out with:
>
> ./../../../libjava/java/net/natInetAddress.cc: In static member function
> `static java::lang::String* java::net::InetAddress::getLocalHostname()':
> ../../../../libjava/java/net/natInetAddress.cc:338: `MAXHOSTNAMELEN'
> undeclared
> (first use this function)
> ../../../../libjava/java/net/natInetAddress.cc:339: `buffer' undeclared
> (first use this function)
> make[5]: *** [java/net/natInetAddress.lo] Error 1
>
> I'm compiling on an E420R, Solaris 7, kernel Generic_106541-21.
You should find this in /usr/include/netdb.h:
#define MAXHOSTNAMELEN 256
Is it there?
Andrew.