Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 1996 01:05:43 GMT
From:      James Raynard <fqueries@jraynard.demon.co.uk>
To:        rjivan@www.hsc.wvu.edu
Cc:        questions@freebsd.org
Subject:   Re: Help compiling WU-FTP
Message-ID:  <199605310105.BAA12967@jraynard.demon.co.uk>
In-Reply-To: <Pine.BSF.3.91.960530132619.20101A-100000@www.hsc.wvu.edu> (message from Rajiv Jivan on Thu, 30 May 1996 13:29:09 -0400 (EDT))

next in thread | previous in thread | raw e-mail | index | archive | help

> 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

It looks like the programmer stuck in a non-standard prototype for
malloc().

Is there any particular reason why you're compiling it by hand instead
of using the port? 8-)

-- 
James Raynard, Edinburgh, Scotland
jraynard@dial.pipex.com
james@jraynard.demon.co.uk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605310105.BAA12967>