Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 1997 00:21:13 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        jfitz@FreeBSD.ORG
Cc:        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
Message-ID:  <199707020721.AAA03557@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199706262328.QAA04151@freefall.freebsd.org> (message from James FitzGibbon on Thu, 26 Jun 1997 16:28:01 -0700 (PDT))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Install libsnmp.a into ${PREFIX}/lib
 *   Install SNMP headers into ${PREFIX}/include/snmp
 *   Compile libsnmp.a with "-DPIC -fpic" to allow dynamic linking without RRS
 *   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.
 :



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707020721.AAA03557>