Date: Thu, 10 Apr 1997 21:42:57 +0200 (MESZ) From: Christoph Martin <martin@uni-mainz.de> To: wpub1@net-link.net Cc: tjh@mincom.oz.au, christoph.martin@uni-mainz.de, freebsd-questions@FreeBSD.ORG Subject: Re: SSL-MZ telnet question Message-ID: <199704101942.VAA11975@evinrude.zdv.Uni-Mainz.DE> In-Reply-To: <334DE617.490D@net-link.net> References: <334DE617.490D@net-link.net>
next in thread | previous in thread | raw e-mail | index | archive | help
We have this problem everytime we try it on another plattform. Look into lib/libbsd/inet_addr.c line 63. There is: #if defined(linux) || defined(sgi) || defined(__NetBSD__) || defined(hpux) int #else unsigned long #endif inet_aton(cp, addr) add a preprocessor definition for FreeBSD and recompile (and send the patch to me. It`ll be in the next version. Christoph Matthew Hagerty writes: > Greetings, > > I was wondering if you may be able to give some direction? I am > trying to compile SSL-MZ telnet(d) 0.9.1 on FreeBSD 2.2.1 with GCC > 2.7.2.1 and SSLeay 0.6.4. > > configure works fine, but during compilation I get the following > error: > > make > . > . standard telnet lib compiles and links fine. > . > gcc -c -g -O -I../../include -DHAVE_CONFIG_H -DLIBC_SCCS inet_addr.c > inet_addr.c:69 conflicting types for `inet_aton' > /usr/include/arpa/inet.h:50: previous declaration of `inet_aton' > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > That's as far as she goes. Any insight on how I may fix this would > be greatly appreciated. Thank you. > > Matthew Hagerty > wpub1@net-link.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704101942.VAA11975>