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 |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <029501c2d785$112ab930$e5ea86d9@webdev> |
Reply-To: | "Elfyn McBratney" <cygwin AT cygwin DOT com> |
From: | "Elfyn McBratney" <elfyn-cygwin AT exposure DOT org DOT uk> |
To: | "cygwin" <cygwin AT cygwin DOT com>, "Daniel Elenius" <danel698 AT student DOT liu DOT se> |
References: | <3E528782 DOT 7040404 AT student DOT liu DOT se> |
Subject: | Re: Newbie problems |
Date: | Tue, 18 Feb 2003 19:35:18 -0000 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
> I just installed cygwin, and everything seemed to work fine during > installation. I installed quite a lot of packages, including binutils > (and almost all other devel packages) and all the base packages. I seem > to missing some important stuff though. For example, I don't have 'less' > or 'ldd'. What can I have done wrong? For less you need to install the less package via setup.exe. For ldd you don't need to install anything as it doesn't exist in cygwin, it is a part of glibc(-common) which cygwin does not use, you can however, use cygcheck[1]. FYI cygwin used newlib as it's libc. If you need a package, and don't find it in the distribution then you can use <http://cygwin.com/packages/> to search for them/it. If they don't appear then they haven't been ported to cygwin. [1] cygcheck requires windows paths as it is a native windows application and uses m$s libc (msvcrt.dll). eg: $ cygcheck $(cygpath -w /bin/cygcheck.exe) $cygcheck $(cygpath -w /bin/perl.exe) Refer to `man cygcheck' for more information ;-) Regards, Elfyn McBratney elfyn AT exposure DOT org DOT uk www.exposure.org.uk -- 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 |