This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: NAMESERVER
- From: Ian Lance Taylor <iant at google dot com>
- To: HaddocK <juanako14 at hotmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 01 Aug 2006 06:57:43 -0700
- Subject: Re: NAMESERVER
- References: <5591437.post@talk.nabble.com>
HaddocK <juanako14@hotmail.com> writes:
> When I try to run gcc compiler in an HP-UX machine the following error
> message appears:
>
> ERROR: NAMESERVER IS DOWN!!
> TRY AGAIN WHEN IT IS UP
>
> and gcc doesnÂt perform further operations. I donÂt know if there is any
> relationship between gcc and the machine DNS configuration, but the name
> server is up, I tried some name resolution using nslookup command and it
> works.
I have no idea why you are getting that message, but it is not coming
from gcc. At least, not from the standard gcc. You may have a
modified gcc, or you may be invoking gcc via some script.
Ian