I'm working on getting net-snmp 5.4.1 building 4 way fat on Mac OS X 10.5.x. I was having problems with missing symbols, ssize_t for example. I found the symbols in the set of headers, but noticed in the build output that configure stated they were not available. Digging deeper into the configure.log file I see several instances of a test failing due to the following error from GCC.
gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple arch flags Looking at Apple's tech note 2137 on building configure based projects, they recommend that the flag "--disable-dependency-tracking" be added to the configure flags, but that was no help. From at the output of ./ configure --help, it seems that our configure script does not support that option. Does anyone have any ideas for providing support for that option? I'm willing to dig into it if need be, but I thought I'd ask around first. Thanks - Leland + ----------------------------------------------------------------------------------- Leland Wallace Working in Core Servers [EMAIL PROTECTED] but not speaking for Apple Computer Inc. http://homepage.mac.com/randall + ----------------------------------------------------------------------------------- ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
