Re: Make fails for various programs

2003-01-19 Thread Petrik Galvosas
Igor, bash is currently used. However, I have to investigate further on. * Autotools works if and only if CYGWIN = nontsec. * makewhatis fails (see also http://cygwin.com/ml/cygwin/2003-01/msg00829.html) * login does not work as expected * export does not work There is a lot to do and may I

Re: Make fails for various programs

2003-01-15 Thread Randall R Schulz
Igor, Your information is out-of-date. Ash does now support combined set-and-export using the "export VAR=value" syntax. Randall Schulz At 07:52 2003-01-15, Igor Pechtchanski wrote: Petrik, 'export VAR="value"' works in bash and ksh, but doesn't in ash (you need to use 'VAR="value"; export VA

Re: Make fails for various programs

2003-01-15 Thread Igor Pechtchanski
On Wed, 15 Jan 2003, Petrik Galvosas wrote: > Max Bowsher wrote: > > Try reinstalling autoconf-stable. > > > > Whilst your at it, you might as well reinstall autoconf*, automake*, and > > libtool* (all 9 autotool packages). > > > > Max. > > Thank for the hint. I have done this - unfortunately with

Re: Make fails for various programs

2003-01-15 Thread Petrik Galvosas
Max Bowsher wrote: > Try reinstalling autoconf-stable. > > Whilst your at it, you might as well reinstall autoconf*, automake*, and > libtool* (all 9 autotool packages). > > Max. Thank for the hint. I have done this - unfortunately without success. But may be I found the reason for this error: E

Re: Make fails for various programs

2003-01-14 Thread Max Bowsher
Petrik Galvosas wrote: > With the latest CygWin release I try to compile programs like gnuplot, > gamma, emacs, aspell etc. I did this successfully in the past with a > older CygWin release. > > The story is always the same ./configure works (at least in my > opinion)- make fails with messages like

Make fails for various programs

2003-01-14 Thread Petrik Galvosas
Hello, With the latest CygWin release I try to compile programs like gnuplot, gamma, emacs, aspell etc. I did this successfully in the past with a older CygWin release. The story is always the same ./configure works (at least in my opinion)- make fails with messages like: $ ./missing --run autoc