On 5 April 2010 16:42, <[email protected]> wrote: > configure still picking 64 bit perl library.
> my configure command: > > ./configure --with-cflags=-m32 --with-ldflags=-m32 > > --with-libs=-L/usr/lib/perl5/5.8.8/i686-linux-thread-multi-64int/CORE/libperl.a Well, yes - if you explicitly tell it to use the 64-bit version of the perl library, then naturally that's what it will pick up. What happens if you run configure with *just* the cflags and ldflags options? Dave ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
