Mail Archives: cygwin/2005/05/02/16:48:26
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" <Reid DOT Thompson AT ateb DOT com>
> 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/
- Raw text -