Re: Compile error when cross compiling net-snmp

2008-12-01 Thread Thomas Anders
Mike Ayers wrote: > It appears that the system is building perl modules, which have their > own set of flags. I would suggest using the "--disable-embedded-perl" flag > to hopefully eliminate perl connections altogether. If you will have perl on > the target system, you can try the "--di

RE: Compile error when cross compiling net-snmp

2008-12-01 Thread Mike Ayers
> From: Jon Dufresne [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 27, 2008 12:49 PM > I am trying to cross compile net-snmp-5.4.2.1. Both my build and host > system are Linux. This is how I am building net-snmp: > > $ ./configure \ > --build=${HOST} \ > --host=${TARGET} \ >