This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Configure gets bad result


Configure is getting an unterminated quoted string when it checks 
whether make sets ${MAKE}. I've heard about problems with a path 
"/path/to/foo/" being converted to "\path\to\foo\" which is not properly 
terminated. I looked at my environment variables for something ending 
with a slash and didn't notice one; do you know what gives configure 
indigestion and how to fix it? The configure script is generated by 
autoconf from a trivially modified version of the Tcl sample extension. 
Here's the output of a printenv and configure:

jonathan@COMPAQ ~/eolas/eolascrypt-0.0
$ printenv
NUMBER_OF_PROCESSORS=1
PROMPT=$P$G
PWD=/home/jonathan/eolas/eolascrypt-0.0
LOGONSERVER=\\COMPAQ
PROCESSOR_LEVEL=6
OS2LIBPATH=C:\WINNT\system32\os2\dll;
COMSPEC=C:\WINNT\system32\cmd.exe
!C:=C:\cygwin\bin
ALLUSERSPROFILE=C:\Documents and Settings\All Users
SYSTEMDRIVE=C:
COMMONPROGRAMFILES=C:\Program Files\Common Files
PROCESSOR_REVISION=0702
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
COMPUTERNAME=COMPAQ
WINDIR=C:\WINNT
USERPROFILE=C:\Documents and Settings\jonathan
MANPATH=:/usr/ssl/man
PS1=\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$
PROGRAMFILES=C:\Program Files
USER=jonathan
PROCESSOR_IDENTIFIER=x86 Family 6 Model 7 Stepping 2, GenuineIntel
OS=Windows_NT
OLDPWD=/home/jonathan/eolas
PROCESSOR_ARCHITECTURE=x86
TEMP=/cygdrive/c/DOCUME~1/jonathan/LOCALS~1/Temp
SYSTEMROOT=C:\WINNT
TMP=/cygdrive/c/DOCUME~1/jonathan/LOCALS~1/Temp
HOMEDRIVE=C:
SHLVL=1
MAKE_MODE=unix
APPDATA=C:\Documents and Settings\jonathan\Application Data
HOMEPATH=\
USERDOMAIN=COMPAQ
USERNAME=jonathan
TERM=cygwin
HOME=/home/jonathan
PATH=/usr/local/mingw/bin:/usr/local/bin:/usr/bin:/bin:/cygdrive/c/WINNT/system3
2:/cygdrive/c/WINNT:/cygdrive/c/WINNT/System32/Wbem:/cygdrive/c/PROGRA~1/COMMON~
1/AUTODE~1:/home/jonathan/bin
_=/usr/bin/printenv

jonathan@COMPAQ ~/eolas/eolascrypt-0.0
$ ./configure --enable-gcc
checking for gcc... gcc
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... .exe
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... eval: 1: Syntax error: 
Unterminated quoted
 string

jonathan@COMPAQ ~/eolas/eolascrypt-0.0
$

URL:s addressing this issue (has anyone here compiled the sample Tcl 
extension?) would be most appreciated.


    -Jonathan


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]