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 Date: Mon, 02 May 2005 13:46:53 -0700 (PDT) Date-warning: Date header was inserted by smtp.interchange.ubc.ca From: jds Subject: RE: Problem with cygwin setup To: cygwin AT cygwin DOT com Message-id: <22683601.1115066813186.JavaMail.myubc2@portal9.itservices.ubc.ca> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-IsSubscribed: yes Note-from-DJ: This may be spam Thanks for your help Reid, but... > are you sure it's 'stuck' --- this might take a while: Well, I let it sit for 20 minutes and nothing happened... > Try running it by hand & letting it finish, then run setup again w/o > selecting any more packages. Maybe I don't understand you, or your don't understand me, or I'm just clueless, but what I really want to know is how to run cygwin now that it's installed, given that I don't have an icon on my desktop. I dunno, isn't the icon just a shortcut to some .exe, or is it something else? Thanks for your help, but I really didn't know what to do with that big thing that you copied for me. Anyways, here's my log file if it helps (minus a whole bunch of stuff in the middle): 2005/05/02 13:21:46 Starting cygwin install, version 2.457.2.2 2005/05/02 13:21:46 Failed to set CYGWIN=nontsec 2005/05/02 13:21:46 Current Directory: C:\Jordan Work\cygwin 2005/05/02 13:21:46 Changing gid to Users 2005/05/02 13:21:46 Found McAfee anti virus program 2005/05/02 13:21:51 Disabled Anti Virus software 2005/05/02 13:21:53 source: network install 2005/05/02 13:21:56 root: C:\cygwin binary system 2005/05/02 13:21:58 Selected local directory: C:\Jordan Work\cygwin 2005/05/02 13:21:59 net: Direct 2005/05/02 13:22:01 site: ftp://ftp.mirror.ac.uk/sites/sources.redhat.com/ftp/cygwin 2005/05/02 13:22:12 site: ftp://mirror.cpsc.ucalgary.ca/mirror/cygwin.com 2005/05/02 13:22:20 Visited: 547 nodes out of 552. 2005/05/02 13:22:20 Dependency ordered install: [ ... deleted] 2005/05/02 13:22:22 running: C:\cygwin\bin\sh.exe -c /etc/postinstall/post-texmf.sh 2005/05/02 13:35:42 Enabled Anti Virus software 2005/05/02 13:35:43 mbox note: Nothing needed to be installed 2005/05/02 13:35:44 Ending cygwin install -----Original Message----- > Date: Mon May 02 13:17:03 PDT 2005 > From: "Reid Thompson" > Subject: RE: Problem with cygwin setup > To: , cygwin AT cygwin DOT com > > 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/