>>>>> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes:
TA> I agree. Any objections to change include/net-snmp/system/*.h TA> accordingly? Then, still, shouldn't we also change TA> MODULECPP="$CPP -D$PARTIALTARGETOS ..." TA> to TA> MODULECPP="$CPP -D$PARTIALTARGETOS=$PARTIALTARGETOS ..." Well, that's actually what I did at first... However, the issue I ran into was that I got warned of a redefine... Hence the reason that in the created .h file I do an undef first. That protects against the warning. Doing that with the -D flag will cause a redefine warning. Is -U a common argument for all compilers, or is it specific to just some? -- Wes Hardaker Sparta, Inc. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
