From owner-cvs-ports Wed Jul 2 01:03:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA20633 for cvs-ports-outgoing; Wed, 2 Jul 1997 01:03:37 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA20613; Wed, 2 Jul 1997 01:03:22 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id QAA05029; Wed, 2 Jul 1997 16:02:42 +0800 (WST) Message-Id: <199707020802.QAA05029@spinner.dialix.com.au> X-Mailer: exmh version 2.0delta 6/3/97 To: asami@cs.berkeley.edu (Satoshi Asami) cc: jfitz@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/net/ucd-snmp/patches patch-ah patch-ab ports/net/ucd-snmp/pkg PLIST In-reply-to: Your message of "Wed, 02 Jul 1997 00:21:13 MST." <199707020721.AAA03557@silvia.HIP.Berkeley.EDU> Date: Wed, 02 Jul 1997 16:02:42 +0800 From: Peter Wemm Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > * Install libsnmp.a into ${PREFIX}/lib > * Install SNMP headers into ${PREFIX}/include/snmp > * Compile libsnmp.a with "-DPIC -fpic" to allow dynamic linking without RR S > * Text Relocation errors. > > Thanks, but it still doesn't compile here (3.0). > > Satoshi > ------- > : > cd extensible; make > cc -I../.. -I../../snmplib -O2 -pipe -Dfreebsd3 -c misc.c > cc -I../.. -I../../snmplib -O2 -pipe -Dfreebsd3 -c read_config.c > cc -I../.. -I../../snmplib -O2 -pipe -Dfreebsd3 -c extensible.c > extensible.c: In function `setPerrorstatus': > extensible.c:912: conflicting types for `sys_errlist' > /usr/include/stdio.h:241: previous declaration of `sys_errlist' > *** Error code 1 > > Stop. > : I fixed this locally BTW.. I just changed all references to "#if defined(freebsd2)" etc to also work with freebsd3. No other changes.. Should I commit it since I have it handy? Cheers, -Peter