Support Requests item #639729, was opened at 2002-11-17 18:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=434893&aid=639729&group_id=43021
Category: Install Problem (example) Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Preston Smith (pmsmith) Summary: Mac OSX 10.1 compile problem Initial Comment: I get this error when compiling under OS X 10.1.5: make[3]: Nothing to be done for `all'. /bin/sh ../libtool --mode=link cc -I../lib -I../lib/dnet -g -O2 -O2 -o gmond gmond.o monitor.o server.o listen.o cleanup.o machine.o cmdline.o ../lib/.libs/libganglia.a ../lib/libdnet.a ../lib/ libgetopthelper.a -ldl -lkvm -lpthread cc -I../lib -I../lib/dnet -g -O2 -O2 -o gmond gmond.o monitor.o server.o listen.o cleanup.o machine.o cmdline.o ../lib/.libs/ libganglia.a ../lib/libdnet.a ../lib/libgetopthelper.a -ldl -lkvm -lpthread /usr/bin/ld: Undefined symbols: _inet_pton make[3]: *** [gmond] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ---------------------------------------------------------------------- >Comment By: Preston Smith (pmsmith) Date: 2002-12-17 14:48 Message: Logged In: YES user_id=502916 Well, I did the basic port, but I hate to be pegged as the maintainer (eek!) Ganglia builds and seems to work ok on 10.2.x Please post the diffs, and we can make proper #ifdefs for 10.1 vs 10.2 issues like this, I guess. (I don't have any 10.1 boxes to do it myself, only 10.2) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-12-17 02:46 Message: Logged In: NO -- following comment added by swagner, porting busybody -- I tried this build on my 10.1.5 box. It seems there is a wrapper for inet_ntop but not inet_pton. I wrote one and gmond appears to be running. Perhaps this was addressed in 10.2, since inet_ntop/pton are IPv6-friendly replacements for inet_addr, et. al. Now the question is, is it worth a patch... If the OS X maintainer is reading this, let me know what you think. Diffs (well, one diff) available... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=434893&aid=639729&group_id=43021
