Ethereal-dev: Re: [Ethereal-dev] Compile Ethereal with Cygwin - ./configure problem

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

From: "Olivier Biot" <ethereal@xxxxxxxxxx>
Date: Sun, 12 Dec 2004 22:50:14 +0100
Hi Damien,

Maybe you've installed CygWin with DOS line-end (\r\n) option instead of UN*X line-end (\n). If this is true, then let us know. Maybe we should update the README.win32 file where the CygWin setup is described.

Best regards,

Olivier
----- Original Message ----- From: Damien Chabrol

End problem

In configure file, ^M special caracter is integrated into the
ac_config_files definition
I don't know why, but removing these caracters is the solution

Thanks

Damien

Damien Chabrol wrote:

Yes, I ran the .autogen.sh script
I obtain the following return:

Checking for pyhton.
glibtool: not found
processing.
aclocal -I ./aclocal-fallback -I /usr/share/aclocal
libtoolsize --copy --force
autoheader
automake -add-missing -gnu
autoconf
processing wiretap
aclocal -I ../aclocal-fallback -I /usr/share/aclocal
autoheader
automake -add-missing --gnu
autoconf

Now type "./configure [options]" and "make" to compile Ethereal.

Thanks

Damien

Did you run the ./autogen.sh script?


Best regards,

Olivier

----- Original Message ----- From: Damien Chabrol

Hi everybody

I try to compile Ethereal on WinXP with Cygwin.
During the Configure step:
$./configure --config-cache

I have the following error:
configure: creating ./config.status
config.status: creating Makefile
.infig.status: error: cannot find input file: Makefile

Is anybody help me ?

Thanks
Damien