Search code examples
gccnet-snmpsolaris-10

How i can build net-snmp-5.0.9 in 64 bit in Solaris 10 ? what the run time option in gcc


I want to build netsnmp package in 64 bit in Solaris 10.

How i can build net-snmp-5.0.9 in 64 bit in Solaris 10 ?
what the run time option in gcc

Solution

  • ./configure --with-cc="gcc -m64" ...