Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Jul 1997 16:02:42 +0800
From:      Peter Wemm <peter@spinner.dialix.com.au>
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 
Message-ID:  <199707020802.QAA05029@spinner.dialix.com.au>
In-Reply-To: Your message of "Wed, 02 Jul 1997 00:21:13 MST." <199707020721.AAA03557@silvia.HIP.Berkeley.EDU> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




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