|
From: <pl...@pi...> - 2008-12-26 16:21:54
|
Hi, I just pulled a clean cvs and it fails at "make install" make[1]: Leaving directory `/svn/gnuplot/src' Making install in docs make[1]: Entering directory `/svn/gnuplot/docs' ../mkinstalldirs /usr/local/share/gnuplot/4.3 /usr/bin/install -c -m 644 gnuplot.gih /usr/local/share/gnuplot/4.3/gnuplot.gih Creating texinfo Symbol's value as variable is void: load make[1]: *** [gnuplot.texi] Error 255 make[1]: Leaving directory `/svn/gnuplot/docs' make: *** [install-recursive] Error 1 command sequence was this: 636 ./prepare 637 CFLAGS="-O2" ; ./configure --prefix="/usr/local" --without-tutorial 638 make 639 make install BTW , INSTALL instructions for Unix bases system says just run configure. This does not exist! As a wild guess I ran ./prepare so I dont know if that is correct. Why are there no valid installation instructions included with the source code? thanks , Peter. |