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 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Problem with cygwin setup Date: Mon, 2 May 2005 16:17:03 -0400 Message-ID: From: "Reid Thompson" To: "jds" , X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j42KHo9M006256 jds wrote: > Sorry, my question is very basic, but I have to ask it. > > > Short Version: > Could someone tell me the target for the cygwin shortcut that should > get installed? > > > Long Version: > Basically, my problem is that when I install cygwin it gets stuck on > this screen: are you sure it's 'stuck' --- this might take a while: #!/bin/sh rm -f /usr/info/dir for d in /usr/info /usr/share/info; do for f in $d/*; do case "$f" in *\**) ;; dir|dir.info*) ;; *-[0123456789]*) ;; *) install-info --quiet $f /usr/share/info/dir || install-info --quiet --entry="* $$f ($f): $$f" $$f /usr/share/info/dir ;; esac done done >/dev/null 2>&1 Try running it by hand & letting it finish, then run setup again w/o selecting any more packages. reid -- 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/