Need help with autoconf configure script

2005-07-12 Thread Bob Rossi
Hi again, I'm still trying to get CGDB working with autoconf. I've got a very strange problem. I have this in my configure.in, if test "$opt_with_readline_prefix" = "no"; then echo "READLINE_PREFIX=NO" else echo "READLINE_PREFIX=YES" VL_LIB_READLINE fi I downloaded VL_LIB_READL

problems with compiling autoconf-2.59 under Win2K/MinGW32/Msys

2005-07-12 Thread Dieter Theuerkauf
hello GNU-World and autoconf-team, i've got problems when compiling autoconf-2.59 (win2k/msys): result of "make -d".. Trying pattern rule with stem `GNUmakefile'. Rejecting impossible implicit prerequisite `GNUmakefile.C'. Trying pattern rule with stem `GNUmakefile'. Rejecting impo

Re: problems with compiling autoconf-2.59 under Win2K/MinGW32/Msys

2005-07-12 Thread Paul Eggert
"Dieter Theuerkauf" <[EMAIL PROTECTED]> writes: > make: sh: Command not found It looks like you need to install a shell. "sh" is the name of the POSIX (or Bourne) shell. Bash is a good implementation: http://www.gnu.org/software/bash/ ___ Autoconf

Re: Need help with autoconf configure script

2005-07-12 Thread Bob Rossi
Hi all, Sorry to reply to my own Email, but I have more info, and with this I'm hopeing someone could solve the last piece of the puzzle. To recap, look at the if/else below(in original Email). When I go into the top part of the if statement, VL_LIB_READLINE isn't ever called. However, my confi

Re: problems with compiling autoconf-2.59 under Win2K/MinGW32/Msys

2005-07-12 Thread Keith Marshall
On Tuesday 12 July 2005 5:11 pm, Paul Eggert wrote: > "Dieter Theuerkauf" <[EMAIL PROTECTED]> writes: > > make: sh: Command not found > > It looks like you need to install a shell. "sh" is the name of the > POSIX (or Bourne) shell. Bash is a good implementation: > > http://www.gnu.org/software/ba

Re: problems with compiling autoconf-2.59 under Win2K/MinGW32/Msys

2005-07-12 Thread Keith Marshall
On Tuesday 12 July 2005 10:29 pm, Keith Marshall wrote: > Dieter, make sure you really are running your configure && make etc. in the > msys shell, and not in a cmd.exe (DOS) box.  Easier still, just grab a > ready made autoconf 2.59 kit for Win32/MSYS from the MinGW download site... > > http://prd

Re: Need help with autoconf configure script

2005-07-12 Thread Andreas Schwab
Bob Rossi <[EMAIL PROTECTED]> writes: > If I run ./configure then by default opt_with_readline_prefix is "no". > During ../cgdb/configure I get, >checking pty.h usability... yes >checking pty.h presence... no >configure: WARNING: pty.h: accepted by the compiler, rejected by the > prep