Aleksey Tsalolikhin wrote: > On 6/23/07, Thomas Anders <[EMAIL PROTECTED]> wrote: >> Umm, no. That suggestions was meant to (potentially) fix the build issue >> with bundled cc (snmp_perl.o not found), not the one with gcc. > > Ok. Yeah, I tried with the bundled cc first and it didn't know what > the -j switch was.
Huh? It's a switch to *gmake* to not run multiple parallel jobs (This should be the default for HP make, unless you specify "-P"). You can easily use gmake together with cc. +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
