On Fri, 2005-10-28 at 16:34 +0200, Olejniczak, Tomasz (Tomasz) wrote: > I am not sure whether that part is relevant but a found a few errors similar > to the below: > > 97 configure:3269: checking for gcc > 98 configure:3298: result: no
> 104 (Bundled) cc: warning 422: Unknown option "-" ignored. > 105 (Bundled) cc: warning 480: The -e option is available > only with the C/ANSI C product; ignored. As Thomas has already said, it is not possible to build the Net-SNMP package using the stripped-down compiler bundled with HP-UX. This is only suitable for rebuilding the kernel. Any serious development (such as compiling the Net-SNMP code) requires a full ANSI C compiler. Either HP's own (which should be purchased separately), or the freely available gcc. There is no point in attempting to configure or build this software until you have installed a proper C compiler. Dave ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
