delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/05/02/16:17:53

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
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
MIME-Version: 1.0
Subject: RE: Problem with cygwin setup
Date: Mon, 2 May 2005 16:17:03 -0400
Message-ID: <F71C0DC6B4FD3648815AAA7F969E3529F48CB3@sr002-2kexc.ateb.com>
From: "Reid Thompson" <Reid DOT Thompson AT ateb DOT com>
To: "jds" <jds AT interchange DOT ubc DOT ca>, <cygwin AT cygwin DOT com>
X-IsSubscribed: yes
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/


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019