I am trying to compile ethereal 0.10.5 on a Solaris host SunOS 5.9.. at this point I am
jammed up on autogen.sh ..
I get these errors..
# ./autogen.sh
Checking for python.
./autogen.sh: glibtool: not found
processing .
aclocal -I ./aclocal-fallback
/usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
configure.in:21: /usr/local/bin/m4: ERROR: Reading inserted file: No such file or directory
autom4te: /usr/local/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
I was also having a problem concerning libtool but I bypassed it by
Replacing this section of code in autogen.sh
LTVER=`libtool --version | grep ' libtool)' | \
sed 's/.*) \([0-9][0-9.]*\)[^ ]* .*/\1/' `
with
LTVER=1.5
Glenn Andrews
Lucent Technologies