| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <3C0BA215.918B624F@acm.org> |
| Date: | Mon, 03 Dec 2001 11:02:29 -0500 |
| From: | Tom Porcher <porcher AT acm DOT org> |
| Organization: | None |
| X-Mailer: | Mozilla 4.78 [en] (WinNT; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: incorrect terminfo link in /lib and /usr/lib |
| X-MIMETrack: | Itemize by SMTP Server on lntril01/Servers/Trilogy(Release 5.0.6a |January |
| 17, 2001) at 12/03/2001 11:03:16 AM, | |
| Serialize by Router on lntril01/Servers/Trilogy(Release 5.0.6a |January 17, 2001) at | |
| 12/03/2001 11:03:19 AM, | |
| Serialize complete at 12/03/2001 11:03:19 AM |
I think I see the problem here. On my installation of Cygwin (1.3.5),
the link in /usr/lib is:
/usr/lib/terminfo -> ../share/terminfo
This link is fine for /usr/lib, where "../share/terminfo" resolves to
"/usr/share/terminfo". But referencing the same link from /lib:
/lib/terminfo -> ../share/terminfo
results in a dead link, because "/share/terminfo" does not exist.
The link should be an absolute link to "/usr/share/terminfo" and not
a relative link such as it is.
--Tom Porcher
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |