Ethereal-dev: Re: [ethereal-dev] configure cvs version

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Marty Leisner" <leisner@xxxxxxxxxxxxxxxx>
Date: Wed, 19 Jan 2000 21:15:15 -0500
Yes...(I learned that already)
: leisner@soyata;./autogen.sh 
Running ./configure with no arguments. If you wish to pass any,
please specify them on the ./autogen.sh command line.
processing .
configure.in:215: warning: AC_TRY_RUN called without default to allow cross 
comp
iling
aclocal.m4: 411: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
configure.in:215: warning: AC_TRY_RUN called without default to allow cross 
comp
iling
autoconf: Undefined macros:
configure.in:340:AC_LIBTOOL_DLOPEN
processing wiretap
configure.in:54: warning: AC_TRY_RUN called without default to allow cross 
compi
ling
aclocal.m4: 227: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
configure.in:54: warning: AC_TRY_RUN called without default to allow cross 
compi
ling
loading cache ./config.cache
checking for a BSD compatible install... /home/leisner/bin/install -c
checking whether build environment is sane... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether make sets ${MAKE}... yes
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for bison... bison -y
./configure: AM_PROG_LEX: command not found
checking for perl... /usr/local/bin/perl
checking for flex... /usr/gnu/bin/flex
checking to see if we can add '-Wall' to CFLAGS... yes
./configure: syntax error near unexpected token `AM_PATH_GLIB(1.2.0,'
./configure: ./configure: line 1330: `AM_PATH_GLIB(1.2.0, , { echo "configure: 
e
rror: GLib distribution not found." 1>&2; exit 1; }, gmodule)'

Now type 'make' to compile Ethereal.


I got libtool 1.3.4 installed since it needs it...

Marty Leisner


"Gilbert Ramirez Jr." <gram@xxxxxxxxxx> writes  on Wed, 19 Jan 2000 10:05:58 ES
T
     > After updating your cvs copy, did you run "./autogen.sh" ?
     > 
     > --gilbert