From owner-freebsd-isp Wed Apr 9 08:55:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA27853 for isp-outgoing; Wed, 9 Apr 1997 08:55:33 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA27848 for ; Wed, 9 Apr 1997 08:55:32 -0700 (PDT) Received: from aviion.ts.kiev.ua (aviion.ts.kiev.ua [193.124.229.12]) by who.cdrom.com (8.8.5/8.6.11) with SMTP id IAA03584 for ; Wed, 9 Apr 1997 08:53:48 -0700 (PDT) Received: from nbki.ipri.kiev.ua by aviion.ts.kiev.ua with ESMTP id OAA22601; (8.6.11/zah/2.1) Wed, 9 Apr 1997 14:39:46 GMT Received: from cki.ipri.kiev.ua by nbki.ipri.kiev.ua with ESMTP id QAA22897; (8.6.9/zah/1.1) Wed, 9 Apr 1997 16:09:37 +0100 Received: from 194.44.146.14 (mac.ipri.kiev.ua [194.44.146.14]) by cki.ipri.kiev.ua (8.7.6/8.7.3) with SMTP id QAA01898; Wed, 9 Apr 1997 16:13:26 +0300 (EET DST) Message-ID: <334B880F.7870@cki.ipri.kiev.ua> Date: Wed, 09 Apr 1997 15:14:03 +0300 From: Ruslan Shevchenko Reply-To: rssh@cki.ipri.kiev.ua Organization: IPRI X-Mailer: Mozilla 3.01Gold (Macintosh; I; 68K) MIME-Version: 1.0 To: Pat McPartland CC: freebsd-isp@FreeBSD.ORG Subject: Re: Fw: make error: FBSD 2.1 & 2.1.5 and pgp 2.6.2 References: <199704081944.PAA05911@fireball.blast.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Pat McPartland wrote: > > Hello, > I am trying to install pgp 2.6.2 on FreeBSD 2.1 & 2.1.5 I did a "make" in > the rsaref/install/unix directory. Then went to do a "make 386bsd" in the > src directory and I get (on both machines): > > gcc -I../rsaref/source -I../rsaref/test -DUSEMPILIB -O -DUNIX -DIDEA32 > -DASM -DMAX_NAMELEN=255 -c zipup.c > zipup.c:43: conflicting types for `lseek' > /usr/include/sys/types.h:84: previous declaration of `lseek' > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. vi +43 zipup.c comment prototype of lseek. (and with few next errors --- the same) > > How can I get around this? > > Thanks, > Pat > > Patrick McPartland > mcp@blast.net