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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Can't create outgoing socket: UnknownHostException


On Mon, 2 Jun 2003, Pering, Trevor wrote:
> Using 127.0.0.1 works -- thanks for the suggestion.

That being the case, you have networking.  Something else caused the name
lookup to fail.

I have no idea what might have gone wrong.  Random guess: Some libc
weirdness causes libnss* to fail.  Feel free to debug.

> So -- does networking need to be explicitly enabled? I never specified
> --with-newlib anywhere.

No, it's normally enabled on any *-linux-* target.

Jeff


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