From owner-freebsd-questions Thu May 30 10:28:15 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA00582 for questions-outgoing; Thu, 30 May 1996 10:28:15 -0700 (PDT) Received: from www.hsc.wvu.edu (www.hsc.wvu.edu [157.182.98.68]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA00568 for ; Thu, 30 May 1996 10:28:09 -0700 (PDT) Received: (from rjivan@localhost) by www.hsc.wvu.edu (8.6.12/8.6.12) id NAA20221; Thu, 30 May 1996 13:29:09 -0400 Date: Thu, 30 May 1996 13:29:09 -0400 (EDT) From: Rajiv Jivan To: questions@freebsd.org Subject: Help compiling WU-FTP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, When compiling wu-ftp i get the following error Making support library. cc -O -DDEBUG -c ftw.c ftw.c: In function `chwalk': ftw.c:187: conflicting types for `malloc' /usr/include/stdlib.h:100: previous declaration of `malloc' *** Error code 1 Stop. Making ftpd. cc -O -DDEBUG -I.. -I../support -L../support -c ftpd.c ftpd.c:143: conflicting types for `realpath' /usr/include/stdlib.h:169: previous declaration of `realpath' *** Error code 1 Stop. Making ftpcount. cc -O -DDEBUG -I.. -I../support -L../support -o ftpcount ftpcount.c vers.o -lsup port cc: vers.o: No such file or directory *** Error code 1 Stop. Making ftpshut. cc -O -DDEBUG -I.. -I../support -L../support -o ftpshut ftpshut.c vers.o -lsuppo rt cc: vers.o: No such file or directory *** Error code 1 Stop. Any idea what could be causing this? ------------------------------------------------------------------------------ Rajiv Jivan System Administrator RCB Health Sciences Center West Virginia University email-rjivan@www.hsc.wvu.edu