On Wed, Aug 08, 2001 at 05:02:32PM +0200, Nils Lohner wrote:
> Another BUG popped up though:
>
> gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -Wall -Wwrite-strings
>-Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -Winline -c
>ftpclass.cc
> ftpclass.cc: In method `int Ftp::Do()':
> ftpclass.cc:1674: implicit declaration of function `int inet_aton(...)'
>
> I can't see where the definition comes from... I tried changing this to
> zero (configure determined it was '1'):
> /* Define if you have the `inet_aton' function. */
> #define HAVE_INET_ATON 0
comment it out altogether. Solaris 2.5.1 seems to have that function, but no
prototype. I'll add a test for inet_aton declaration.
--
Alexander.