Re: Appending LIb and include paths

2008-05-17 Thread Dave Shield
2008/5/16 Raghavendra Prasad <[EMAIL PROTECTED]>: > Evidently the compiler options like "includedir" and "libdir" are > overwriting the standard paths That's correct. > I did not wanted this. I want to > append "includedir" and "libdir" to the standard p

Re: Appending LIb and include paths

2008-05-16 Thread Thomas Anders
Raghavendra Prasad wrote: > '--includedir=/data/projects/cdspr/sw/common/include/gamma' > '--libdir=/data/projects/cdspr/sw/common/gammalibs-0BETA_20080428/x86' > > Evidently the compiler options like "includedir" and "libdir" are > overwriting the standard paths - I did not wanted this. I want

Appending LIb and include paths

2008-05-16 Thread Raghavendra Prasad
Hi all, I configured twice with the following options - for comparison ./configure '--with-persistent-directory=/data/projects/cdspr/sw/snmp/var/net-snmp' '--with-sys-location=izt' '--with-logfile=/data/projects/cdspr/sw/snmp/var/log/snmpd.log' '--with-sys-contact=izt' '--with-default-snmp-versi

include paths

2007-07-31 Thread Adam Bell
Hi all, I have linked into net-snmp v5.2.3 other specific libraries so my snmp handlers can reach out into the system and gather info to report on. Compiling and linking all works fine. I added new include paths to the compile line without issue. However, when I run configure, I get