From: Yves <yme...@pe...> - 2006-03-06 09:41:09
|
Flo is working on this. > from latest cvs snapshot (2006-03-03) > First to get this to compile on Fedora Core 4, I had to change in confi= gure.ac > AM_PROG_LIBTOOL > to > AC_PROG_LIBTOOL Yes, you are right : AM_PROG_LIBTOOL is deprecated Flo : check here : http://www.gnu.org/software/libtool/manual.html#AC_005= fPROG_005fLIBTOOL For the following, this is probably because of the incompatibility with i= nfinite numbers between Linux and Solaris (isinf() and other functions). Flo asked for my= help, but I have no better solution than what is in the latest stable perfparse versi= on. If anybody can help... Yves > Then using the following configure line, i get the following output: > > > ./configure --prefix=3D/usr --with-init-dir=3D/etc/init.d --wi= th-cgiurl=3D/na > gios/cgi-bin --with-htmurl=3D/nagios --with-lockfile=3D= /var/run/nagi > os.pid --with-imagedir=3D/usr/share/nagios/images/ --with-cgidir=3D/us= r/lib/nagios/ > cgi --with-http_image_path=3D/nagios/images --sysconfdir=3D/etc/nagios = --localstated > ir=3D/var > > > In file included from /usr/include/math.h:70, > from ../libnagios_perfdata_parser/libnagios_perfdata_p= arser.h:3 > 0, > from storage_file_output.c:39: > /usr/include/bits/mathcalls.h:202: error: syntax error before '||' toke= n > make[2]: *** [libpp_storage_file_output_la-storage_file_output.lo] Erro= r 1 > make[2]: Leaving directory `/var/lib/gforge/chroot/home/users/user/Back= up/pe > rfparse-all/modules' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/var/lib/gforge/chroot/home/users/user/Back= up/pe > rfparse-all' > make: *** [all] Error 2 > > any help would be appreciated... > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting lang= uage > that extends applications into web and mobile media. Attend the live we= bcast > and join the prime developer group breaking into this new coding territ= ory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > -- > This message has been scanned for viruses and > dangerous content by Tier3Consulting.com MailScanner, and is > believed to be clean. > > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - C en action - http://www.oreilly.fr/catalogue/2841772896.html - |