Re: command not found-For All Commands

2010-06-01 Thread neal somos
Original poster had written ... After installation my Windows7 program compatibility application told me that cygwin was not installed correctly, after which I told it to reinstall...and it did but this time the installation was much faster. I am very suspicious of anything that Windows 7

Re: command not found-For All Commands

2010-06-01 Thread DePriest, Jason R.
I am very suspicious of anything that Windows 7 might suggest with respect to Cygwin. On what basis does Win 7 claim that Cygwin was not installed correctly, and how on earth can Win 7 hope to correct this for you? I would suggest un-installing Cygwin, then from Cygwin setup once again

Re: command not found-For All Commands

2010-05-31 Thread physicist25
Here is cygcheck.out http://old.nabble.com/file/p28731448/cygcheck.out cygcheck.out -- View this message in context: http://old.nabble.com/%22command-not-found%22-For-All-Commands-tp28722920p28731448.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports:

Re: command not found-For All Commands

2010-05-31 Thread Marco Atzeri
--- Lun 31/5/10, physicist25 ha scritto: Here is cygcheck.out http://old.nabble.com/file/p28731448/cygcheck.out cygcheck.out -- 2 obvious problem 1) Warning: There are multiple cygwin1.dlls on your path 2) on your path, cygwin is at the end Path: C:\Windows\system32

Re: command not found-For All Commands

2010-05-31 Thread Christopher Faylor
On Mon, May 31, 2010 at 03:36:50PM +, Marco Atzeri wrote: --- Lun 31/5/10, physicist25 ha scritto: Here is cygcheck.out http://old.nabble.com/file/p28731448/cygcheck.out cygcheck.out -- 2 obvious problem 1) Warning: There are multiple cygwin1.dlls on your path True, but they all seem

Re: command not found-For All Commands

2010-05-31 Thread physicist25
I am not redfining the path in the shell script. Can the problem of cygwin being at the end of my path be fixed by putting it first on the Path variable in windows system properties? -- View this message in context:

command not found-For All Commands

2010-05-30 Thread physicist25
Hello, I have recently downloaded cygwin with the hope of learning c++ for school.the download completed with no problems at all. I installed some packages such as gcc4, util-linux, ncurses devel, pcre devel, openssl devel, zlib devel, mintty etc. Some Info: -My machine is a Toshiba L505

Re: command not found-For All Commands

2010-05-30 Thread Andy Koppe
physicist25 wrote: Hello, I have recently downloaded cygwin with the hope of learning c++ for school.the download completed with no problems at all. I installed some packages such as gcc4, util-linux, ncurses devel, pcre devel, openssl devel, zlib devel, mintty etc. Some Info: -My

Re: command not found-For All Commands

2010-05-30 Thread physicist25
I am initiating two ways, 1- using the desktop icon I created and 2-using the one at start that says mintty. Their startups screens are bash-3.2# and -sh-3.2$. Does this answer your question? -- View this message in context:

Re: command not found-For All Commands

2010-05-30 Thread physicist25
I just realized what you ment. Okay, this is how I tried to run a cpp file. -sh-3.2# ls c:/cygwin/home -sh: ls: command not found -sh-3.2# ls/ c:/cygwin/home cygwin warning: MS-DOS style path detected: c:/cygwin/home Preferred POSIX equivalent is: /home CYGWIN environment variable option

Re: command not found-For All Commands

2010-05-30 Thread Gregg Levine
On Sun, May 30, 2010 at 2:18 PM, physicist25 alemsahle2...@gmail.com wrote: I just realized what you ment. Okay, this is how I tried to run a cpp file. -sh-3.2# ls c:/cygwin/home -sh: ls: command not found -sh-3.2# ls/ c:/cygwin/home cygwin warning:  MS-DOS style path detected:

Re: command not found-For All Commands

2010-05-30 Thread Andy Koppe
On 30 May 2010 18:48, physicist25 wrote: I am initiating two ways, 1- using the desktop icon I created and 2-using the one at start that says mintty. Their startups screens are bash-3.2# and -sh-3.2$. Does this answer your question? The result in case 1 is to be expected unless your desktop

Re: command not found-For All Commands

2010-05-30 Thread physicist25
I am running the version I downloaded a couple days ago from the cygwin website. After installation my Windows7 program compatibility application told me that cygwin was not installed correctly, after which I told it to reinstall...and it did but this time the installation was much faster.

Re: command not found-For All Commands

2010-05-30 Thread physicist25
I ran cygcheck, its also attached as a .txt file. Notice how I had to add a / to the command to run it. -sh-3.2# cygcheck -s -v -r cygcheck.out -sh: cygcheck: command not found -sh-3.2# cygcheck/ -s -v -r cygcheck.out cygcheck: dump_sysinfo: GetVolumeInformation() for drive D: failed: 112

Re: command not found-For All Commands

2010-05-30 Thread Christopher Faylor
On Sun, May 30, 2010 at 12:39:02PM -0700, physicist25 wrote: I am running the version I downloaded a couple days ago from the cygwin website. After installation my Windows7 program compatibility application told me that cygwin was not installed correctly, after which I told it to reinstall...and

Re: command not found-For All Commands

2010-05-30 Thread physicist25
I did send the results of cygcheck...some slight changes since... I ran cygcheck, its also attached as a .txt file. Notice how I had to add a / to the command to run it. -sh-3.2# cygcheck -s -v -r cygcheck.out -sh: cygcheck: command not found -sh-3.2# cygcheck/ -s -v -r cygcheck.out

Re: command not found-For All Commands

2010-05-30 Thread Greg Chicares
On 2010-05-30 22:36Z, physicist25 wrote: -sh-3.2# cygcheck -s -v -r cygcheck.out -sh: cygcheck: command not found -sh-3.2# cygcheck/ -s -v -r cygcheck.out cygcheck: dump_sysinfo: GetVolumeInformation() for drive D: failed: 112 -sh-3.2# Run it in a windows command prompt instead of in

Re: command not found-For All Commands

2010-05-30 Thread Christopher Faylor
On Sun, May 30, 2010 at 03:36:59PM -0700, physicist25 wrote: I did send the results of cygcheck...some slight changes since... I ran cygcheck, its also attached as a .txt file. Notice how I had to add a / to the command to run it. -sh-3.2# cygcheck -s -v -r cygcheck.out -sh: cygcheck: command

Re: command not found-For All Commands

2010-05-30 Thread physicist25
I received exactly the same response! -- View this message in context: http://old.nabble.com/%22command-not-found%22-For-All-Commands-tp28722920p28725551.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: command not found-For All Commands

2010-05-30 Thread physicist25
cygcheck: dump_sysinfo: GetVolumeInformation() for drive D: failed: 112 Is the response im getting. And the next line is the command prompt -sh-3.2# . -- View this message in context: http://old.nabble.com/%22command-not-found%22-For-All-Commands-tp28722920p28725578.html Sent from the Cygwin

Re: command not found-For All Commands

2010-05-30 Thread Greg Chicares
On 2010-05-30 23:24Z, physicist25 wrote: I received exactly the same response! The context was that running cygcheck -s -v -r cygcheck.out displayed an error on the screen. But see whether a file named 'cygcheck.out' was created. It should contain the output that cygcheck was able to

Re: command not found-For All Commands

2010-05-30 Thread Christopher Faylor
On Sun, May 30, 2010 at 04:31:01PM -0700, physicist25 wrote: cygcheck: dump_sysinfo: GetVolumeInformation() for drive D: failed: 112 Is the response im getting. And the next line is the command prompt -sh-3.2# . Wow. Here's a new one. The instructions at http://cygwin.com/problems.html say:

Re: command not found-For All Commands

2010-05-30 Thread Dave Korn
On 31/05/2010 00:08, Christopher Faylor wrote: On Sun, May 30, 2010 at 03:36:59PM -0700, physicist25 wrote: I ran cygcheck, its also attached as a .txt file. Notice how I had to add a / to the command to run it. I did this again, same results except now I dont have to use / when i write