Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 1996 13:29:09 -0400 (EDT)
From:      Rajiv Jivan <rjivan@www.hsc.wvu.edu>
To:        questions@freebsd.org
Subject:   Help compiling WU-FTP
Message-ID:  <Pine.BSF.3.91.960530132619.20101A-100000@www.hsc.wvu.edu>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960530132619.20101A-100000>