Ok, sorry I'm posting soo much but I'm just learning more as I go along... So AC_CONFIG_MACRO_DIR which I commented out earlier specifies where to find extra local m4 macros. When I run configure it looks in $srcdir for an m4 directory, $srcdir is the current working directory which doesnt contain an m4 directory. There are two options, either create an m4 directory or comment out that line as I did earlier. If there are supposed to be local macros, I sure don't see them. Can someone verify that what I think is correct?
Michael Hsu wrote: > So that glibtool error actually comes from the autogen.sh and from what > I can tell it's irrelevant for me since I'm running Centos. glibtool is > the GNU libtool on OS X. > > Michael Hsu wrote: > >> I saw that, what's wierd is it's part of the configure.in in a case >> statement if it some $host:$CC matches *darwin* I have no idea where >> it gets the $host value >> >> >> Yuri Francalacci wrote: >> >> >>> did you check this error? >>> >>> >>> >>>>> which: no glibtool in >>>>> (/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/ >>>>> bin:/home/mhsu/bin) >>>>> >>>>> >>>>> >>> Yuri >>> On May 2, 2009, at 11:24 PM, Michael Hsu wrote: >>> >>> >>> >>> >>>> Seems there's a lot less libraries than my 5.0.2 build... >>>> is what I got from ./autogen.sh --prefix=/usr --libdir=/usr/lib64; >>>> make; >>>> make install >>>> Maybe that macro dir was important... >>>> >>>> ./lib64/libnprobe.a >>>> ./lib64/libnprobe.la >>>> ./lib64/libnprobe-5.2.1.so >>>> ./lib64/libnprobe.so >>>> ./bin/nprobe >>>> >>>> >>>> Michael Hsu wrote: >>>> >>>> >>>> >>>>> I hand edited the configure.in and commented out the following from >>>>> line 14 >>>>> >>>>> AC_CONFIG_MACRO_DIR([m4]) >>>>> >>>>> And was able to compile successfully, I don't know how important that >>>>> line was... >>>>> >>>>> >>>>> Michael Hsu wrote: >>>>> >>>>> _______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
