|
From: Daniel G. <li...@da...> - 2006-03-24 11:35:13
|
Hello, I am using Freebsd 6 and have problems with the building process of gnuplot 4.1. The prepare script hangs, here is the output: mars@~/gnuplot: ./prepare /usr/X11R6/share/aclocal/libxosd.m4:9: warning: underquoted definition of AM_PATH_LIBXOSD run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/X11R6/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB /usr/X11R6/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB /usr/X11R6/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK rm -f Makefile.am Makefile.amt sed -n '1,/^##m4-files-begin/p' Makefile.am.in > Makefile.amt echo EXTRA_DIST = README MacOSX Makefile.am.in buildvms.com config.* djconfig.sh make_vms.com term_pc.h makefile.* | fmt | (tr '\012' @; echo) | sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012 ' >> Makefile.amt sed -n '/^##m4-files-end/,$p' >> Makefile.amt nothing happens, the script just hangs. Regards, Daniel. |