Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Mon, 15 Oct 2001 11:15:12 +0000 From: Erik Bak-Mikkelsen To: cygwin AT cygwin DOT com Subject: Re: compile, logrotate, isblank, NT4.0, failed Message-ID: <20011015111511.A7005@mdve.oss.dk> References: <20011015102711 DOT A6124 AT mdve DOT oss DOT dk> <3BCAA07A DOT B89E54B8 AT syntrex DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3us In-Reply-To: <3BCAA07A.B89E54B8@syntrex.com>; from Pavel Tsekov on Mon, Oct 15, 2001 at 10:38:18AM +0200 On Mon, 15 Oct 2001, Pavel Tsekov wrote: > It seems so :) > > The following two lines are from the linux man page of > is[xxx] set of functions. > > isblank() > checks for a blank character; that is, a space or a tab. This function > is a GNU extension. > > I think reason for this function to be missing is that is > a GNU extension. However you can implement that function by > yourself pretty easy :) > > int isblank(int c) > { > if (c != ' ' && c != '\t') > return 0; > > return c; > } OK, that I can handle. Please, also note the missing fchdir below. The archives states a lot about fchdir. Please, what could I do regarding fchdir? > > Erik Bak-Mikkelsen wrote: > > > > /cygdrive/d/logrotate-3.3/config.c:179: undefined reference to `fchdir' > > /cygdrive/d/logrotate-3.3/config.c:199: undefined reference to `fchdir' > > /cygdrive/d/logrotate-3.3/config.c:209: undefined reference to `fchdir' > > config.o: In function `readConfigFile': > > /cygdrive/d/logrotate-3.3/config.c:299: undefined reference to `isblank' > > /cygdrive/d/logrotate-3.3/config.c:313: undefined reference to `isblank' -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/