Andrew Hood wrote:
Andy Smith wrote:
Andrew Hood wrote:


In my build script the MinGW section looks like this:

    mingw)
        cross-configure.sh --prefix='c:/usr/Net-SNMP' \
            --sysconfdir='c:/usr/etc' \
            --with-persistent-directory='c:/usr/persist' \
--with-mibdirs='c:/usr/share/snmp/mibs' \ --with-default-snmp-version=3 \
            --with-logfile='C:/usr/logs/snmpd.log' \
            --with-sys-contact='[EMAIL PROTECTED]' \
            --with-sys-location='Here' \
            --with-libs="-lregex" \
            --with-endianness=little \
            --enable-developer \
            --with-out-mib-modules="host disman/schedule disman/event-mib"
        cross-make.sh
        ;;

Trial and terror tells me that you can use commas to seperate that.

--with-out-mib-modules="host,disman/schedule,disman/event-mib"

works.

I have tried that as well, but I have not made it work yet with the latest MinGW cross tools. I will keep hacking at it. I have been trying to perfect a cross compile system to do automated Windows installer builds from my Linux machne.


Now to sort out the incompatible header files and cross-install extra
MinGW bits until it compiles.


What header problems are you seeing?

Regards,
Andy


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to