This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libjava/net/natInetAddress.cc uses inet_pton, not declared on irix6.2


On Wednesday, April 25, 2001, at 01:44  PM, Kaveh R. Ghazi wrote:

> Actually, I tried Bryce's suggestion to check HAVE_INET6 (which is
> undefined since sockaddr_in6 isn't there) and that was enough to allow
> the build to continue so I'm happy with it.  It crashed later on in
> the libjava build process but that's a separate issue for which I'll
> send a separate report.  We're making progress.

Yeah, it still dies in the final link on older Irix machines due to the 
command line length problem. We've almost almost fixed this using the 
libtool incremental linking and objectlist passing, but there is still a 
problem since the "echo" command used when making the objectlist file is 
too long.

For all the gory details, you can look at:
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1736&database=gcc

regards

   [ bryce ]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]