Stephen Ayotte wrote: > ./configure `cat ../net-snmp.config` > > Where ../net-snmp.config contains the following (note this is all on > one line, formatting is funny in plaintext): > --with-cc=gcc3 --prefix=/opt/ciena > --with-mib-modules=\"ucd-snmp/diskio mibII/mta_sendmail\" > > ###This results in the following configure output: > configure: WARNING: you should use --build, --host, --target [...] > I hate to think this is a newbie shell error but I realize it might > be.
Quoting can be fun at times. :-) Try: - eval ./configure `/path/to/net-snmp-config --configure-options` - use "," instead of " " between mib module names Works for me. +Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ 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
