From owner-freebsd-questions Thu Apr 10 12:14:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA24046 for questions-outgoing; Thu, 10 Apr 1997 12:14:55 -0700 (PDT) Received: from serv01.net-link.net (serv01.net-link.net [205.217.6.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA24001 for ; Thu, 10 Apr 1997 12:14:45 -0700 (PDT) Received: from r2d2 (pmr2-21 [207.49.227.61]) by serv01.net-link.net (8.8.5/8.6.9) with SMTP id PAA19649; Thu, 10 Apr 1997 15:14:41 -0400 Message-ID: <334DE617.490D@net-link.net> Date: Fri, 11 Apr 1997 03:19:51 -0400 From: Matthew Hagerty Reply-To: wpub1@net-link.net Organization: Wolfe Publishing X-Mailer: Mozilla 3.01 (Win95; I) MIME-Version: 1.0 To: tjh@mincom.oz.au, christoph.martin@uni-mainz.de CC: freebsd-questions@FreeBSD.ORG Subject: SSL-MZ telnet question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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