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 10:27:12 +0000 From: Erik Bak-Mikkelsen To: cygwin AT cygwin DOT com Subject: compile, logrotate, isblank, NT4.0, failed Message-ID: <20011015102711.A6124@mdve.oss.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3us Hi cygwinners, recently I tried to compile logrotate on an NT4.0. After som initial changes in link path, and alloc/malloc calls it "makes" for a while but fails eventuelly with the following: logrotate.o: In function `rotateLogSet': /cygdrive/d/logrotate-3.3/logrotate.c:607: undefined reference to `setlinebuf' config.o: In function `isolateValue': /cygdrive/d/logrotate-3.3/config.c:40: undefined reference to `isblank' /cygdrive/d/logrotate-3.3/config.c:43: undefined reference to `isblank' /cygdrive/d/logrotate-3.3/config.c:56: undefined reference to `isblank' config.o: In function `readConfigPath': /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' /cygdrive/d/logrotate-3.3/config.c:656: undefined reference to `isblank' /cygdrive/d/logrotate-3.3/config.c:744: undefined reference to `isblank' /cygdrive/d/logrotate-3.3/config.c:789: undefined reference to `isblank' collect2: ld returned 1 exit status make: *** [logrotate] Error 1 Please, what could be the reason for this? Am I missing packages? It seems that isblank does not exist? regards Erik Bak-Mikkelsen -- 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/