I still have no clue why 1) it's required for the Mac and 2) why it even works - unless you've successfully run ./configure and make once, the libmyrrd.a file doesn't even exist. But Luca says it's necessary.
So, I give up - I'm going to commit a change that put's Luca's LDFLAGS option in place for Darwin and the other LDFLAGS option for everything else. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of B. Lo�c Sent: Thursday, August 07, 2003 10:21 AM To: [EMAIL PROTECTED] Subject: Re: [Ntop-dev] Unable to build this morning's CVS "Burton M. Strauss III" a �crit : > Well, I guess Luca screwed up the configure.in file again when he hacked on > it for the Mac. I guess you guessed right... ;-) > It's probably this piece: > > @@ -1332,7 +1354,7 @@ > dnl> Presets for the make flags go here... > CFLAGS="${CFLAGS}" > CPPFLAGS="${CPPFLAGS}" > -LDFLAGS="${LDFLAGS}" > +LDFLAGS="${LDFLAGS} -L$MYRRD -lmyrrd" > try reverting the change. rebuilding configure via autoconf and let us know. This did work. configure runs fine now. Thank you Lo�c _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
