From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2563 invoked from network); 22 Aug 2000 13:44:48 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Aug 2000 13:44:48 -0000 Received: (qmail 8322 invoked by alias); 22 Aug 2000 13:44:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12687 Received: (qmail 8315 invoked from network); 22 Aug 2000 13:44:27 -0000 Date: Tue, 22 Aug 2000 15:43:23 +0200 From: Roland Jesse To: ZSH workers mailing list Subject: Re: PATCH: test for network libraries (for test only)/problems with name resolution Message-ID: <20000822154323.A16365@knecht.cs.uni-magdeburg.de> References: <20000821092904.A32199@lorien.emufarm.org> <001501c00c3b$044cce00$21c9ca95@mow.siemens.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001501c00c3b$044cce00$21c9ca95@mow.siemens.ru>; from Andrej.Borsenkow@mow.siemens.ru on Tue, Aug 22, 2000 at 05:15:18PM +0400 Andrej Borsenkow wrote: > Up to Solaris 7 there is no gethostbyname2; Solaris 7 has it as > LOCAL in -lresolv and Solaris 8 has it in -lnsl (actually Solaris 8 has > everything there, this is the reason why it builds smoothly). Roland, what > version was it that had problem? If it is Solaris 7, either it has some magic > or broken headers. Yes, it is Solaris 7. For now I am using gnu's cc to build the shell on that specific machine. Even though that's not nice, it does the job. Roland