This is a discussion on Re: "present but cannot be compiled" within the SNMP Coders forums, part of the Networking and Network Related category; On Tue, 14 Jun 2005 13:25:14 -0700 Steve wrote: SF> While building NET-SNMP 5.2.1 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 14 Jun 2005 13:25:14 -0700 Steve wrote:
SF> While building NET-SNMP 5.2.1 on FreeBSD 4.10 with gcc 2.95.4, I'm getting SF> a coupla dozen of these: SF> SF> checking netinet/tcpip.h usability... no SF> checking netinet/tcpip.h presence... yes SF> configure: WARNING: netinet/tcpip.h: present but cannot be compiled ... SF> Fixing this requires a fair amount of dancing around with autoconf: SF> SF> AC_CHECK_HEADERS(netinet/tcpip.h,,, ... SF> SF> and rearranging the order of these tests so that early files are done SF> before dependents. On any *one* platform this would be a fair effort, SF> but getting it to be portable across them all sounds like a positively SF> dandy time. SF> SF> I'm more than happy to dive into this for the platforms I'm supporting SF> (FreeBSD/Linux/Unixware) if there is any interest in this. Sure. the fewer warnings we get, the better. And if it works on FreeBSD/Linux, it will most likely work on others too. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |