public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* New install of 1.5.10 replacing 1.5.6: many things not working
@ 2004-05-28 16:19 Joe Landman
  2004-05-28 16:38 ` Brian Ford
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Landman @ 2004-05-28 16:19 UTC (permalink / raw)
  To: cygwin

Hi folks:

  I have multiple machines with 1.5.6 installed.  I wanted to upgrade to 
1.5.10 (bug fixes, speed, etc).  Stuff worked (for the most part) in 
1.5.6. I was/am looking to using it for application development on windows.

  With 1.5.10 install, I get error messages about find.exe being given 
bad arguments.  Many of the post-install scripts die with problems with 
grep (more in a moment).  When I open the cygbash shell, it puts me into 
/usr/bin by default, and the moment I cd out of there, I lose any 
ability to run basic commands such as ls.  Anything that tries to use 
grep is rewarded with an error message about /bin/grep not existing.  
Quick ls'ing around (find does not work... sigh) does not locate a grep.

  Ok, I may be thick, but I think that there might be a problem here. 

  The machines with problems:

1) Windows XP Home laptop.  SP1 installed.   512 MB ram

2) Windows 2000 desktop.  SP_something_or_other installed.  768 MB ram

Both had similar working copies of 1.5.6 installed.  Starting up the 
cygbash shell resulted in being in the /home/landman directory (where I 
thought I should be).  Everything properly pathed out in the older version.

Any thoughts?  I don't have to re-install the OS... (I hope :( ).

Thanks.

Joe

--
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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New install of 1.5.10 replacing 1.5.6: many things not working
  2004-05-28 16:19 New install of 1.5.10 replacing 1.5.6: many things not working Joe Landman
@ 2004-05-28 16:38 ` Brian Ford
  2004-05-29 14:30   ` Joe Landman
  0 siblings, 1 reply; 5+ messages in thread
From: Brian Ford @ 2004-05-28 16:38 UTC (permalink / raw)
  To: Joe Landman; +Cc: cygwin

On Fri, 28 May 2004, Joe Landman wrote:

> Hi folks:
>
>   I have multiple machines with 1.5.6 installed.  I wanted to upgrade to
> 1.5.10 (bug fixes, speed, etc).  Stuff worked (for the most part) in
> 1.5.6. I was/am looking to using it for application development on windows.

Are you trying to upgrade just the Cygwin package, or all Cygwin packages?

>   With 1.5.10 install, I get error messages about find.exe being given
> bad arguments.

This usually means you have a PATH problem and are getting the Windows
version of find rather than the Cygwin one.

> Many of the post-install scripts die with problems with grep (more in a
> moment).  When I open the cygbash shell, it puts me into /usr/bin by
> default,

Check you /etc/passwd file and make sure your user home directory is set
correctly.

> and the moment I cd out of there, I lose any ability to run
> basic commands such as ls.

Sounds like . is in your PATH, but /usr/bin isn't.

> Anything that tries to use grep is rewarded with an error message about
> /bin/grep not existing.  Quick ls'ing around (find does not work...
> sigh) does not locate a grep.
>
> Ok, I may be thick, but I think that there might be a problem here.
>
> The machines with problems:
>
> 1) Windows XP Home laptop.  SP1 installed.   512 MB ram
>
> 2) Windows 2000 desktop.  SP_something_or_other installed.  768 MB ram
>
> Both had similar working copies of 1.5.6 installed.  Starting up the
> cygbash shell resulted in being in the /home/landman directory (where I
> thought I should be).  Everything properly pathed out in the older version.
>
> Any thoughts?  I don't have to re-install the OS... (I hope :( ).

Try a Cygwin reinstall after checking out your PATH issues.

Please read this:
> Problem reports:       http://cygwin.com/problems.html

and attach cygcheck output.  Maybe then someone will have a better idea.

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...

--
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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New install of 1.5.10 replacing 1.5.6: many things not working
  2004-05-28 16:38 ` Brian Ford
@ 2004-05-29 14:30   ` Joe Landman
  0 siblings, 0 replies; 5+ messages in thread
From: Joe Landman @ 2004-05-29 14:30 UTC (permalink / raw)
  To: cygwin

Brian Ford wrote:

>On Fri, 28 May 2004, Joe Landman wrote:
>
>  
>
>>Hi folks:
>>
>>  I have multiple machines with 1.5.6 installed.  I wanted to upgrade to
>>1.5.10 (bug fixes, speed, etc).  Stuff worked (for the most part) in
>>1.5.6. I was/am looking to using it for application development on windows.
>>    
>>
>
>Are you trying to upgrade just the Cygwin package, or all Cygwin packages?
>
>  
>

All packages.  This happened with an upgrade.  Then I wiped cygwin, and 
did a full re-install.  Same issues.

>>  With 1.5.10 install, I get error messages about find.exe being given
>>bad arguments.
>>    
>>
>
>This usually means you have a PATH problem and are getting the Windows
>version of find rather than the Cygwin one.
>
>  
>

I figured something strange like that. I might be able to work around it 
by renaming the other find.exe (at least temporarily).  I seem to 
remember having to do this in the 1.3.x days.

>>Many of the post-install scripts die with problems with grep (more in a
>>moment).  When I open the cygbash shell, it puts me into /usr/bin by
>>default,
>>    
>>
>
>Check you /etc/passwd file and make sure your user home directory is set
>correctly.
>  
>

Its in there, and it still comes up in /usr/bin .

>  
>
>>and the moment I cd out of there, I lose any ability to run
>>basic commands such as ls.
>>    
>>
>
>Sounds like . is in your PATH, but /usr/bin isn't.
>  
>

Some other things are missing too (not just grep).  I cannot seem to 
find cat.

>  
>
>>Anything that tries to use grep is rewarded with an error message about
>>/bin/grep not existing.  Quick ls'ing around (find does not work...
>>sigh) does not locate a grep.
>>
>>Ok, I may be thick, but I think that there might be a problem here.
>>
>>The machines with problems:
>>
>>1) Windows XP Home laptop.  SP1 installed.   512 MB ram
>>
>>2) Windows 2000 desktop.  SP_something_or_other installed.  768 MB ram
>>
>>Both had similar working copies of 1.5.6 installed.  Starting up the
>>cygbash shell resulted in being in the /home/landman directory (where I
>>thought I should be).  Everything properly pathed out in the older version.
>>
>>Any thoughts?  I don't have to re-install the OS... (I hope :( ).
>>    
>>
>
>Try a Cygwin reinstall after checking out your PATH issues.
>  
>

I think I am going to retry a complete wipe and reload.

>Please read this:
>  
>
>>Problem reports:       http://cygwin.com/problems.html
>>    
>>

Did read some of it.

>
>and attach cygcheck output.  Maybe then someone will have a better idea.
>
>  
>

Thanks.  Will do.


--
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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: New install of 1.5.10 replacing 1.5.6: many things not working
@ 2004-05-28 19:45 Chris Carlson
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Carlson @ 2004-05-28 19:45 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 6384 bytes --]

Attached is the cygcheck output file.  This was generated prior to my
changes below.

I have managed to get my cygwin up and working.  I had to append the old
cygwin.old/bin and cygwin.old/usr/bin to my path.  It appears that a new
library cygintl-2.dll was generated but many of the executables still
expect cygintl-1.dll.

Just appending the two directories caused problems in that "cat" noticed
there were two versions of cygwin1.dll, so I just deleted the one in
cygwin.old/bin.

I created a /etc/profile which contains:


PATH=/bin:${PATH}:/cygdrive/c/cygwin.old/bin:/cygdrive/c/cygwin.old/usr/
bin
export PATH
if [ -r $HOME/.bashrc ]
then
    . $HOME/.bashrc
    if [ $PWD != $HOME ]
    then
        cd $HOME
    fi
fi


With minimal testing, this seems to fix all my problems for now.

Chris Carlson
iStor Networks, Inc.


-----Original Message-----
From: Chris Carlson 
Sent: Friday, May 28, 2004 10:08 AM
To: cygwin@cygwin.com
Subject: RE: New install of 1.5.10 replacing 1.5.6: many things not
working

Actually, I've had numerous problems installing cygwin.  I have two
machines at home running Windows XP and also my office computer running
Windows 2000 Pro.

Installing a clean system (no cygwin installed before) installed on my
two home machines but hung in the postinstall scripts.  I finally had to
kill the script and run the remaining ones by hand.  That was a few
months ago, so I didn't bother to tell anyone.

This time, I tried to upgrade my cygwin at the office since the one I
have at home is so much better.  They had 1.3.10 installed.
Fortunately, I zipped the entire c:/cygwin directory before doing it.
Everything was so corrupt, I finally deleted the entire cygwin tree and
unzipped what I had saved.

Here are some of the things I tried:
1 - I left the "setup.exe" showing "Default" and installed from
sigunix.cwru.edu.  It failed for some reason, I didn't bother to check
the logs.
2 - I tried mirrors.kernel.org and took the trouble to try and add a few
things that I installed at home and liked.  It also failed in the middle
for some reason, I didn't bother to check the logs.  [If I only had the
time to investigate all this stuff, but we're working long hours.]
3 - Finally, I renamed c:/cygwin to c:/cygwin1 and tried to perform a
clean install.  I used sources-redhat.mirror.redwire.net and selected
"Install" instead of "Default" since that's supposed to install
everything.
4 - This morning (I had left it to install overnight), I had an error
popup window telling me:


The dynamic link library cygintl-1.dll could not be found in the
specified path (path is listed here and it includes c:\cygwin\bin)


It seems that this error was generated from one of the postinstall
scripts when it ran grep.exe.

After clearing the error (pressing the OK button), I got about two dozen
more of these errors from other calls to grep and one from a call to
find in various postinstall scripts.

I did a search on c:\cygwin from a Windows Explorer window and there is
no file named cygintl-1.dll anywhere in the tree.  I also searched under
c:\WINNT, although I didn't expect it to be there.

Oh, well, I tried running bash.  It comes up in /cygwin/bin, as Joe
indicated, and I can't run "cat" or "more" to look at the passwd file.
Seems "cat" isn't in any of the bin directories, and "more" can't find
cygncurses6.dll.

So, what have I done wrong?  What can I do to fix it?

Thanks for any assistance you can provide.

Chris Carlson
iStor Networks, Inc.


-----Original Message-----
From: Brian Ford [mailto:ford@vss.fsi.com] 
Sent: Friday, May 28, 2004 9:10 AM
To: Joe Landman
Cc: cygwin@cygwin.com
Subject: Re: New install of 1.5.10 replacing 1.5.6: many things not
working

On Fri, 28 May 2004, Joe Landman wrote:

> Hi folks:
>
>   I have multiple machines with 1.5.6 installed.  I wanted to upgrade
to
> 1.5.10 (bug fixes, speed, etc).  Stuff worked (for the most part) in
> 1.5.6. I was/am looking to using it for application development on
windows.

Are you trying to upgrade just the Cygwin package, or all Cygwin
packages?

>   With 1.5.10 install, I get error messages about find.exe being given
> bad arguments.

This usually means you have a PATH problem and are getting the Windows
version of find rather than the Cygwin one.

> Many of the post-install scripts die with problems with grep (more in
a
> moment).  When I open the cygbash shell, it puts me into /usr/bin by
> default,

Check you /etc/passwd file and make sure your user home directory is set
correctly.

> and the moment I cd out of there, I lose any ability to run
> basic commands such as ls.

Sounds like . is in your PATH, but /usr/bin isn't.

> Anything that tries to use grep is rewarded with an error message
about
> /bin/grep not existing.  Quick ls'ing around (find does not work...
> sigh) does not locate a grep.
>
> Ok, I may be thick, but I think that there might be a problem here.
>
> The machines with problems:
>
> 1) Windows XP Home laptop.  SP1 installed.   512 MB ram
>
> 2) Windows 2000 desktop.  SP_something_or_other installed.  768 MB ram
>
> Both had similar working copies of 1.5.6 installed.  Starting up the
> cygbash shell resulted in being in the /home/landman directory (where
I
> thought I should be).  Everything properly pathed out in the older
version.
>
> Any thoughts?  I don't have to re-install the OS... (I hope :( ).

Try a Cygwin reinstall after checking out your PATH issues.

Please read this:
> Problem reports:       http://cygwin.com/problems.html

and attach cygcheck output.  Maybe then someone will have a better idea.

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...

--
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/


--
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/


[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 28949 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Fri May 28 10:09:12 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:	C:\MetaDeveloper1.04\hcarc\bin
	C:\MetaDeveloper1.04\maketools\mkbin
	C:\WINNT\SYSTEM32
	C:\WINNT
	C:\WINNT\SYSTEM32\WBEM
	C:\PROGRAM FILES\COMMON FILES\ADAPTEC SHARED\SYSTEM
	C:\DMI\WIN32\BIN
	C:\PROGRA~1\ULTRAE~1
	C:\PROGRA~1\Tcl\bin
	C:\cygwin\usr\bin
	C:\cygwin\usr\X11R6\bin
	C:\Program Files\SSH Communications Security\SSH Secure Shell
	C:\emacs-21.0.104\bin
	C:\Perl\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 11355(ccarlson) GID: 10545(mkgroup_l_d)
10545(mkgroup_l_d)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 11355(ccarlson) GID: 10545(mkgroup_l_d)
0(root)              544(Administrators)  
545(Users)           10545(mkgroup_l_d)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

HOME = `z:\'
PWD = `/tmp'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\ccarlson\Application Data'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `JACKAL'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVS_DIR = `Z:\ISTORCVS'
HOMEDRIVE = `Z:'
HOMEPATH = `\'
HOMESHARE = `\\lion\users\ccarlson'
JAVA_HOME = `C:\j2sdk1.4.0_01'
LM_LICENSE_FILE = `7434@sabertooth'
LOGONSERVER = `\\SQUID'
META_DIR = `c:\MetaDeveloper1.04\'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/bin'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 1 Stepping 2, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0102'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `C:\DOCUME~1\ccarlson\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `C:\DOCUME~1\ccarlson\LOCALS~1\Temp'
USERDNSDOMAIN = `inside.istor.com'
USERDOMAIN = `ISTOR'
USERNAME = `ccarlson'
USERPROFILE = `C:\Documents and Settings\ccarlson'
WIN32DMIPATH = `C:\DMI\WIN32'
WINDIR = `C:\WINNT'
_ = `/usr/bin/cygcheck'
POSIXLY_CORRECT = `1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:/cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:/cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:/cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
  (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS   20034Mb  55% CP CS UN PA FC     
d:  cd           N/A    N/A                    
e:  net NTFS    8192Mb  92% CP CS UN PA FC     Local1.3 R5
f:  net NTFS    8192Mb  92% CP CS UN PA FC     Local1.3 R5
g:  net NTFS    8192Mb  92% CP CS UN PA FC     Local1.3 R5
y:  net NTFS    8192Mb  92% CP CS UN PA FC     Local1.3 R5
z:  net NTFS    8192Mb  92% CP CS UN PA FC     Local1.3 R5

.                                  /cygdrive                 user    binmode,cygdrive
C:/cygwin                          /                         system  binmode
C:/cygwin/bin                      /usr/bin                  system  binmode
C:/cygwin/lib                      /usr/lib                  system  binmode
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
.                                  /cygdrive                 system  binmode,cygdrive

Not Found: awk
Not Found: bash
Not Found: cat
Not Found: cp
Found: C:\MetaDeveloper1.04\maketools\mkbin\cpp.exe
Not Found: find
Not Found: gcc
Not Found: gdb
Not Found: grep
Not Found: ld
Not Found: ls
Found: C:\MetaDeveloper1.04\maketools\mkbin\make.exe
Not Found: mv
Not Found: rm
Not Found: sed
Not Found: sh
Not Found: tar

  237k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2004/4/9 16:25
   25k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2004/4/9 16:25
   28k 2004/01/16 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygDtPrint-1.dll" v0.0 ts=2004/1/15 20:07
   21k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2004/4/9 16:27
  282k 2003/10/28 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-9.dll" v0.0 ts=2003/10/17 23:44
   36k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygFS-6.dll" v0.0 ts=2004/4/9 16:20
  431k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2004/4/9 16:24
  437k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2004/4/9 16:25
   74k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2004/4/9 16:17
   76k 2004/01/16 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2004/1/15 20:07
    9k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2004/4/9 16:17
 1250k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2004/4/9 16:24
   20k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2004/4/9 16:25
   30k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2004/4/9 16:17
   66k 2004/01/16 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2004/1/15 20:07
  869k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2004/4/9 16:17
  253k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2004/4/9 16:19
  355k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2004/4/9 16:20
  275k 2004/01/13 C:\cygwin\usr\X11R6\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw3d-7.dll" v0.0 ts=2004/1/13 14:17
   30k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2004/4/9 16:26
   49k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2004/4/9 16:17
    7k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXfontcache-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfontcache-1.dll" v0.0 ts=2004/4/9 16:27
   56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/11/17 17:42
   63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2004/3/23 14:20
   27k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2004/4/9 16:20
  124k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2004/4/9 16:20
   12k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbui-1.dll" v0.0 ts=2004/4/9 16:21
 1293k 2004/01/16 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2004/1/15 20:03
  459k 2004/02/10 C:\cygwin\usr\X11R6\bin\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmHTML-0.dll" v0.0 ts=2004/2/10 12:14
   76k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2004/4/9 16:18
   11k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2004/4/9 16:18
   26k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2004/4/9 16:21
   51k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2004/4/9 16:19
   11k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2004/4/9 16:26
   27k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2004/4/9 16:25
    8k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXRes-1.dll" v0.0 ts=2004/4/9 16:26
  282k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2004/4/9 16:18
   27k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2004/4/9 16:26
   17k 2004/04/10 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2004/4/9 16:20

Cygwin Package Information
Last downloaded files to: C:\cygwin\Install
Last downloaded files from: http://sources-redhat.mirror.redwire.net/cygwin

Package                 Version            
_update-info-dir        00227-1            
a2ps                    4.13-1             
agetty                  2.1-1              
antiword                0.34-2             
apache                  1.3.29-2           
ash                     20040127-1         
aspell                  0.50.3-1           
aspell-de               0.50.2-1           
aspell-doc              0.50.3-1           
aspell-en               0.51.0-1           
aspell-pl               0.50.2-1           
astyle                  1.15.3-3           
autoconf                2.59-1             
autoconf-devel          2.59-1             
autoconf-stable         2.13-5             
automake                1.7.9-1            
automake-devel          1.7.9-1            
automake-stable         1.4p6-2            
base-files              2.6-1              
base-passwd             1.1-1              
bash                    2.05b-16           
bc                      1.06-1             
binutils                20040312-1         
bison                   20030307-1         
byacc                   1.9-1              
bzip2                   1.0.2-5            
c-client                2002e-3            
c3270                   3.2.20-1           
cabextract              0.6-2              
ccache                  2.2-1              
ccdoc                   0.8.39-1           
cgoban                  1.9.14-1           
check                   0.8.4-1            
chkconfig               1.2.24h-1          
clear                   1.0-1              
clisp                   2.33-1             
cmake                   1.8.3-1            
cocom                   0.995-1            
compface                1.4-5              
cpio                    2.5-3              
cron                    3.0.1-11           
crypt                   1.1-1              
ctags                   5.5-4              
curl                    7.11.1-1           
curl-devel              7.11.1-1           
cvs                     1.11.6-3           
cygipc                  2.03-2             
cygrunsrv               1.0-1              
cygutils                1.2.5-1            
cygwin                  1.5.10-3           
cygwin-doc              1.3-7              
cygwin-x-doc            1.0.4-1            
d                       1.2.0-1            
db2                     2.7.7-4            
db3.1                   3.1.17-2           
db4.1                   4.1.25-1           
db4.2                   4.2.52-1           
ddd                     3.3.8-1            
dejagnu                 20021217-2         
diff                    0.0                
diffutils               2.8.7-1            
distcc                  2.14-1             
docbook-xml42           4.2-2              
docbook-xsl             1.65.1-1           
doxygen                 1.2.18-1           
dpkg                    1.10.4-2           
ed                      0.2-1              
editrights              1.01-1             
ELFIO                   1.0.0-1            
emacs                   21.2-13            
emacs-el                21.2-13            
emacs-X11               21.2-13            
enscript                1.6.3-3            
exim                    4.32-1             
expat                   1.95.7-1           
expect                  20030128-1         
fetchmail               6.2.5-2            
figlet                  2.2-1              
file                    4.06-1             
fileutils               4.1-2              
findutils               4.1.7-4            
flex                    2.5.4a-3           
fltk                    1.1.4-2            
fontconfig              2.2.2-1            
fortune                 1.8-2              
freetype2               2.1.5-1            
fvwm                    2.4.7-3            
gawk                    3.1.3-4            
gcc                     3.3.1-3            
gcc-ada                 3.3.1-3            
gcc-g++                 3.3.1-3            
gcc-g77                 3.3.1-3            
gcc-gpc                 3.3.1-3            
gcc-java                3.3.1-3            
gcc-mingw               20030911-4         
gcc-mingw-ada           20031020-1         
gcc-mingw-core          20031020-1         
gcc-mingw-g++           20031020-1         
gcc-mingw-g77           20031020-1         
gcc-mingw-gpc           20031020-1         
gcc-mingw-java          20031020-1         
gcc-mingw-objc          20031020-1         
gcc-objc                3.3.1-3            
gd                      2.0.21-1           
gdb                     20030919-1         
gdbm                    1.8.3-7            
gettext                 0.12.1-3           
gettext-devel           0.12.1-3           
ghostscript             7.05-2             
ghostscript-base        7.05-2             
ghostscript-x11         7.05-2             
gmp                     4.1.2-1            
gnugo                   3.4-1              
gnupg                   1.2.4-1            
gnuplot                 3.8j.0-1           
gperf                   2.7.2-1            
grace                   5.1.12-1           
GraphicsMagick          1.0.4-1            
grep                    2.5-1              
groff                   1.18.1-2           
gsl                     1.4-2              
gtypist                 2.7-2              
guile                   1.6.4-12           
guile-devel             1.6.4-12           
guile-doc               1.6.4-12           
gv                      3.5.8-1            
gzip                    1.3.5-1            
help2man                1.33.1-1           
ImageMagick             5.5.7-2            
indent                  2.2.9-1            
inetutils               1.3.2-28           
initscripts             0.9-1              
ioperm                  0.4-1              
irc                     20010101-3         
jbigkit                 1.5-3              
jgraph                  8.3-1              
jpeg                    6b-11              
keychain                2.0.3-2            
less                    381-1              
lesstif                 0.93.91-6          
lftp                    2.6.10-2           
libaspell15             0.50.3-1           
libbz2_0                1.0.2-1            
libbz2_1                1.0.2-5            
libcharset1             1.9.1-3            
libdb2                  2.7.7-4            
libdb2-devel            2.7.7-4            
libdb3.1                3.1.17-2           
libdb3.1-devel          3.1.17-2           
libdb4.1                4.1.25-1           
libdb4.1-devel          4.1.25-1           
libdb4.2                4.2.52-1           
libdb4.2-devel          4.2.52-1           
libfontconfig-devel     2.2.2-1            
libfontconfig1          2.2.2-1            
libfreetype2-devel      2.1.5-1            
libfreetype26           2.1.5-1            
libgd-devel             2.0.21-1           
libgd2                  2.0.21-1           
libgdbm                 1.8.0-5            
libgdbm-devel           1.8.3-7            
libgdbm3                1.8.3-3            
libgdbm4                1.8.3-7            
libgettextpo0           0.12.1-3           
libGraphicsMagick-devel 1.0.4-1            
libGraphicsMagick0      1.0.4-1            
libguile12              1.6.4-12           
libguile12abi13         1.6.4-2            
libiconv                1.9.1-3            
libiconv2               1.9.1-3            
libintl                 0.10.38-3          
libintl1                0.10.40-1          
libintl2                0.12.1-3           
libjpeg62               6b-11              
libjpeg6b               6b-8               
libkpathsea3            2.0.2-13           
libkpathsea3abi13       2.0.2-2            
libltdl3                1.5-3              
libMagick-devel         5.5.7-2            
libMagick6              5.5.7-2            
libmcrypt               2.5.7-2            
libmcrypt-devel         2.5.7-2            
libncurses-devel        5.3-4              
libncurses5             5.2-1              
libncurses6             5.2-8              
libncurses7             5.3-4              
libneon24               0.24.6-1           
libopenldap2            2.1.25-1           
libpcre                 4.1-1              
libpcre0                4.5-1              
libpng                  1.2.5-4            
libpng10                1.0.15-4           
libpng10-devel          1.0.15-4           
libpng12                1.2.5-4            
libpng12-devel          1.2.5-4            
libpng2                 1.0.12-1           
libpopt0                1.6.4-4            
libreadline4            4.1-2              
libreadline5            4.3-5              
libsmi                  0.4.2-1            
libtiff-devel           3.6.0-5            
libtiff3                3.6.0-2            
libtiff4                3.6.0-5            
libtool                 1.5b-1             
libtool-devel           1.5-3              
libtool-stable          1.4.3-2            
libungif                4.1.0-3            
libxerces-c21           2.1.0-1            
libxerces-c22           2.2.0-1            
libxerces-c23           2.3.0-4            
libxerces-c24           2.4.0-4            
libxerces-c25           2.5.0-1            
libXft                  2.1.6-1            
libXft-devel            2.1.6-1            
libXft1                 1.0.0-1            
libXft2                 2.1.6-1            
libxml2                 2.6.4-1            
libxslt                 1.1.2-1            
lilypond                2.2.0-1            
lilypond-doc            2.2.0-1            
links                   0.99pre14-1        
login                   1.9-7              
lynx                    2.8.4-7            
m4                      1.4-1              
make                    3.80-1             
man                     1.5k-3             
mc                      4.6.0-4            
mhash                   0.8.18-1           
mhash-devel             0.8.18-1           
mingw-runtime           3.3-1              
mingw-zlib              1.2.1-1            
minires                 0.97-1             
minires-devel           0.97-1             
mktemp                  1.5-3              
more                    2.11o-1            
mt                      2.3-1              
mutt                    1.4.1-2            
naim                    0.11.6.7-1         
nano                    1.2.2-1            
nasm                    0.98.38-1          
ncftp                   3.1.4-1            
ncurses                 5.3-4              
ncurses-demo            5.3-4              
nedit                   5.4-1              
neon                    0.24.6-1           
netcat                  1.10-2             
newlib-man              20001118-1         
openbox                 0.99.1-4           
opengl                  1.1.0-7            
openldap                2.1.25-1           
openldap-devel          2.1.25-1           
openssh                 3.8.1p1-1          
openssl                 0.9.7d-1           
openssl-devel           0.9.7d-1           
par                     1.52-1             
patch                   2.5.8-8            
patchutils              0.2.30pre1-1       
pcre                    4.5-1              
pcre-devel              4.5-1              
pcre-doc                4.5-1              
pdksh                   5.2.14-3           
perl                    5.8.2-1            
perl-libwin32           0.191-1            
perl_manpages           5.8.2-1            
pine                    4.58-1             
pinfo                   0.6.8-1            
pkgconfig               0.15.0-4           
popt                    1.6.4-4            
postgresql              7.4.1-3            
pr3270                  3.2.20-1           
procmail                3.22-8             
procps                  010801-2           
proftpd                 1.2.9-1            
psutils                 1.17-1             
python                  2.3.3-2            
rcs                     5.7-3              
readline                4.3-5              
rebase                  2.3-1              
robots                  2.0-4              
rpm                     4.1-1              
rpm-build               4.1-1              
rpm-doc                 4.1-1              
rsync                   2.6.0-1            
ruby                    1.8.1-1            
rxvt                    2.7.10-4           
s3270                   3.2.20-1           
sed                     4.0.9-2            
setsid                  0.0-3              
sh-utils                2.0.15-4           
sharutils               4.2.1-3            
shutdown                1.4-1              
splint                  3.1.1-1            
squid                   2.4.STABLE7-1      
ssmtp                   2.60.4-3           
stunnel                 4.04-3             
suite3270               3.2.20-1           
sunrpc                  4.0-2              
SWI-Prolog              5.2.6-1            
swig                    1.3.19-1           
sysvinit                2.84-4             
tar                     1.13.25-5          
tcl3270                 3.2.20-1           
tcltk                   20030901-1         
tcm                     2.20-1             
tcp_wrappers            7.6-1              
tcsh                    6.13.00-1          
termcap                 20021106-2         
terminfo                5.3_20030726-1     
tetex                   2.0.2-13           
tetex-base              2.0.2-13           
tetex-beta              20001218-1         
tetex-bin               2.0.2-13           
tetex-devel             2.0.2-13           
tetex-doc               2.0.2-13           
tetex-extra             2.0.2-13           
tetex-tiny              2.0.2-13           
tetex-x11               2.0.2-13           
texinfo                 4.2-4              
TeXmacs                 1.0.3.3-1          
textutils               2.0.21-1           
tidy                    030901-1           
tiff                    3.6.0-5            
time                    1.7-1              
tin                     1.6.2-3            
transfig                3.2.4-2            
ttcp                    19980512-1         
tzcode                  2003e-1            
ucl                     1.01-1             
units                   1.77-1             
unzip                   5.50-5             
upx                     1.24-1             
uw-imap                 2002e-3            
uw-imap-imapd           2002e-3            
uw-imap-util            2002e-3            
vim                     6.2.098-1          
w32api                  2.5-1              
wget                    1.9.1-1            
which                   1.5-2              
whois                   4.6.14-1           
WindowMaker             0.80.2-1           
WordNet                 2.0-1              
wtf                     0.0.4-6            
X-start-menu-icons      1.0.1-1            
X-startup-scripts       1.0.7-1            
x2x                     1.30-2             
x3270                   3.2.20-1           
Xaw3d                   1.5D-5             
xemacs                  21.4.15-1          
xemacs-emacs-common     21.4.15-1          
xemacs-mule-sumo        2004-02-02-1       
xemacs-sumo             2004-02-02-1       
xemacs-tags             21.4.15-1          
xerces-c                2.5.0-1            
xerces-c-devel          2.5.0-1            
xerces-c-doc            2.5.0-1            
xfig                    3.2.4-6            
xfig-bin                3.2.4-3            
xfig-doc                3.2.4-2            
xfig-etc                3.2.4-4            
xfig-lib                3.2.4-6            
xfig-man                3.2.4-2            
XFree86-base            4.3.0-11           
XFree86-bin             4.3.0-21           
XFree86-bin-icons       4.3.0-7            
XFree86-doc             4.3.0-2            
XFree86-etc             4.3.0-12           
XFree86-f100            4.3.0-2            
XFree86-fcyr            4.3.0-2            
XFree86-fenc            4.3.0-2            
XFree86-fnts            4.3.0-2            
XFree86-fscl            4.3.0-2            
XFree86-fsrv            4.3.0-9            
XFree86-html            4.3.0-10           
XFree86-jdoc            4.3.0-2            
XFree86-lib             4.3.0-3            
XFree86-lib-compat      4.3.0-2            
XFree86-man             4.3.0-10           
XFree86-nest            4.3.0-8            
XFree86-prog            4.3.0-21           
XFree86-prt             4.3.0-6            
XFree86-ps              4.3.0-2            
XFree86-startup-scripts 4.3.0-1            
XFree86-vfb             4.3.0-8            
XFree86-xserv           4.3.0-68           
XFree86-xwinclip        4.3.0-3            
xgraph                  12.1-1             
xinetd                  2.3.9-1            
XmHTML                  1.1.7-1            
xmlto                   0.0.18-1           
xorg-x11-base           6.7.0.0-8          
xorg-x11-bin            6.7.0.0-4          
xorg-x11-bin-dlls       6.7.0.0-4          
xorg-x11-bin-lndir      6.7.0.0-2          
xorg-x11-devel          6.7.0.0-4          
xorg-x11-etc            6.7.0.0-3          
xorg-x11-f100           6.7.0.0-1          
xorg-x11-fcyr           6.7.0.0-1          
xorg-x11-fenc           6.7.0.0-2          
xorg-x11-fnts           6.7.0.0-1          
xorg-x11-fscl           6.7.0.0-3          
xorg-x11-fsrv           6.7.0.0-1          
xorg-x11-libs-data      6.7.0.0-2          
xorg-x11-man-pages      6.7.0.0-2          
xorg-x11-man-pages-html 6.7.0.0-2          
xorg-x11-nest           6.7.0.0-2          
xorg-x11-vfb            6.7.0.0-2          
xorg-x11-xwin           6.7.0.0-9          
xorg-x11-xwin-gl        6.7.0.0-9          
xpm-nox                 4.2.0-4            
xterm                   185-4              
xwinclip                1.2.0-1            
xwinwm                  0.0.5-1            
zip                     2.3-6              
zlib                    1.2.1-1            
zsh                     4.2.0-2            
Use -h to see help about each section

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: New install of 1.5.10 replacing 1.5.6: many things not working
@ 2004-05-28 17:31 Chris Carlson
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Carlson @ 2004-05-28 17:31 UTC (permalink / raw)
  To: cygwin

Actually, I've had numerous problems installing cygwin.  I have two
machines at home running Windows XP and also my office computer running
Windows 2000 Pro.

Installing a clean system (no cygwin installed before) installed on my
two home machines but hung in the postinstall scripts.  I finally had to
kill the script and run the remaining ones by hand.  That was a few
months ago, so I didn't bother to tell anyone.

This time, I tried to upgrade my cygwin at the office since the one I
have at home is so much better.  They had 1.3.10 installed.
Fortunately, I zipped the entire c:/cygwin directory before doing it.
Everything was so corrupt, I finally deleted the entire cygwin tree and
unzipped what I had saved.

Here are some of the things I tried:
1 - I left the "setup.exe" showing "Default" and installed from
sigunix.cwru.edu.  It failed for some reason, I didn't bother to check
the logs.
2 - I tried mirrors.kernel.org and took the trouble to try and add a few
things that I installed at home and liked.  It also failed in the middle
for some reason, I didn't bother to check the logs.  [If I only had the
time to investigate all this stuff, but we're working long hours.]
3 - Finally, I renamed c:/cygwin to c:/cygwin1 and tried to perform a
clean install.  I used sources-redhat.mirror.redwire.net and selected
"Install" instead of "Default" since that's supposed to install
everything.
4 - This morning (I had left it to install overnight), I had an error
popup window telling me:


The dynamic link library cygintl-1.dll could not be found in the
specified path (path is listed here and it includes c:\cygwin\bin)


It seems that this error was generated from one of the postinstall
scripts when it ran grep.exe.

After clearing the error (pressing the OK button), I got about two dozen
more of these errors from other calls to grep and one from a call to
find in various postinstall scripts.

I did a search on c:\cygwin from a Windows Explorer window and there is
no file named cygintl-1.dll anywhere in the tree.  I also searched under
c:\WINNT, although I didn't expect it to be there.

Oh, well, I tried running bash.  It comes up in /cygwin/bin, as Joe
indicated, and I can't run "cat" or "more" to look at the passwd file.
Seems "cat" isn't in any of the bin directories, and "more" can't find
cygncurses6.dll.

So, what have I done wrong?  What can I do to fix it?

Thanks for any assistance you can provide.

Chris Carlson
iStor Networks, Inc.


-----Original Message-----
From: Brian Ford [mailto:ford@vss.fsi.com] 
Sent: Friday, May 28, 2004 9:10 AM
To: Joe Landman
Cc: cygwin@cygwin.com
Subject: Re: New install of 1.5.10 replacing 1.5.6: many things not
working

On Fri, 28 May 2004, Joe Landman wrote:

> Hi folks:
>
>   I have multiple machines with 1.5.6 installed.  I wanted to upgrade
to
> 1.5.10 (bug fixes, speed, etc).  Stuff worked (for the most part) in
> 1.5.6. I was/am looking to using it for application development on
windows.

Are you trying to upgrade just the Cygwin package, or all Cygwin
packages?

>   With 1.5.10 install, I get error messages about find.exe being given
> bad arguments.

This usually means you have a PATH problem and are getting the Windows
version of find rather than the Cygwin one.

> Many of the post-install scripts die with problems with grep (more in
a
> moment).  When I open the cygbash shell, it puts me into /usr/bin by
> default,

Check you /etc/passwd file and make sure your user home directory is set
correctly.

> and the moment I cd out of there, I lose any ability to run
> basic commands such as ls.

Sounds like . is in your PATH, but /usr/bin isn't.

> Anything that tries to use grep is rewarded with an error message
about
> /bin/grep not existing.  Quick ls'ing around (find does not work...
> sigh) does not locate a grep.
>
> Ok, I may be thick, but I think that there might be a problem here.
>
> The machines with problems:
>
> 1) Windows XP Home laptop.  SP1 installed.   512 MB ram
>
> 2) Windows 2000 desktop.  SP_something_or_other installed.  768 MB ram
>
> Both had similar working copies of 1.5.6 installed.  Starting up the
> cygbash shell resulted in being in the /home/landman directory (where
I
> thought I should be).  Everything properly pathed out in the older
version.
>
> Any thoughts?  I don't have to re-install the OS... (I hope :( ).

Try a Cygwin reinstall after checking out your PATH issues.

Please read this:
> Problem reports:       http://cygwin.com/problems.html

and attach cygcheck output.  Maybe then someone will have a better idea.

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...

--
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/


--
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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-05-29  0:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-28 16:19 New install of 1.5.10 replacing 1.5.6: many things not working Joe Landman
2004-05-28 16:38 ` Brian Ford
2004-05-29 14:30   ` Joe Landman
2004-05-28 17:31 Chris Carlson
2004-05-28 19:45 Chris Carlson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).