Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3F4D0BA6.381F5934@ieee.org> Date: Wed, 27 Aug 2003 15:51:02 -0400 From: Dan Stanger X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com, "clisp-devel AT lists DOT sourceforge DOT net" Subject: Problem configuring clisp cvs head using 1.5.2-1 test release Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit During the configure of clisp, using the current cvs, with the following configure line, ./configure --with-threads=POSIX_THREADS testthread The configure process fails with the following error: configure: error: invalid package name: threads I tracked the problem down to the portion of the configure script which executes: -enable-* | --enable-*) ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } Which failed using the 1.5.2-1 cygwin libs, but not the 1.3.22-1 cygwin lib. The configure script worked on linux correctly also. Please advise. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/