matt massie wrote:
steve-

i found the reason for this problem. since you can't assume getopt is available on a machine, many developers just slip getopt.[c,h] et al into their library. since tobi and i both did that they collide. i'll get a fix soon.

I guess this explains why I can't specify a new RRD path on *linux*, either...

:O

to get it to work for now

# ./configure --with-gmetad
# cd lib
# make
# cd .libs
# ar -t libganglia.a
<look for any files with getopt in them>
# ar -d libganglia.a getopt.o
# ar -d libganglia.a getopt1.o
etc
etc
etc

*shudder*

i know this is not pretty.. but at least you will have a working gmetad (i hope).

Not tonight I won't.  I'll face that tomorrow morning.  :Q

if you can think of a witty way around this let me know. i'll think about it too.

Nah, I'll take the brute force solution, thanks. :)


Reply via email to