| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <7A40667E3D2C4AE49FC1811BB6945D13@cit.wayne.edu> |
| From: | "Lee Maschmeyer" <lee_maschmeyer AT wayne DOT edu> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | A path that's invalid on 1.7 but presumably valid on 1.5 |
| Date: | Mon, 14 Jul 2008 16:21:43 -0400 |
| MIME-Version: | 1.0 |
| X-Mailer: | Microsoft Outlook Express 6.00.2900.5512 |
| X-Junkmail-Status: | score=10/50, host=mirapointmr3.wayne.edu |
| X-Junkmail-SD-Raw: | score=unknown, refid=str=0001.0A010201.487BB55B.0074,ss=1,fgs=0, ip=141.217.4.199, so=2007-10-30 19:00:17, dmn=5.4.3/2008-02-01 |
| X-Junkmail-IWF: | false |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
The invalid path in question: //?/e:cygwin/usr/share/tcl8.4/init.tcl. This
is the path as supplied by tcl. To make it work, insert a / after the colon:
//?/e:/cygwin/usr/share/tcl8.4/init.tcl.
Here's a Cygwin session that demonstrates this. I'm trying to build brltty,
a program which is part of Cygwin but I'm building from the tarball. The
path as supplied by tcl is invalid on 1.7. Since it worked on 1.5 it was
presumably valid over there:
$ ./autogen
application-specific initialization failed: Can't find a usable init.tcl in
the following directories:
//?/e:/cygwin/share/tcl8.4 //?/e:cygwin/share/tcl8.4
//?/e:cygwin/usr/share/tcl8.4 //?/e:share/tcl8.4 //?/e:cygwin/library //?/e
:library //?/e:../tcl8.4.1/library
This probably means that Tcl wasn't installed properly.
$ ls //?/e:cygwin/usr/share/tcl8.4/init.tcl
/bin/ls: cannot access //?/e:cygwin/usr/share/tcl8.4/init.tcl: No such file
or directory
$ ls //?/e:/cygwin/usr/share/tcl8.4/init.tcl
//?/e:/cygwin/usr/share/tcl8.4/init.tcl
Note: I've checked with the brltty people and they assure me brltty isn't
involved in any way.
HTH,
--
Lee Maschmeyer
Computing Center Services
Computing and Information Technology
Wayne State University
Detroit, Michigan, USA
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |