Support Requests item #639729, was opened at 2002-11-17 10: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: Nobody/Anonymous (nobody)
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: Nobody/Anonymous (nobody)
Date: 2002-12-16 18: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

Reply via email to