Re: exe in path directory, "command not found"

2023-03-15 Thread Sam Edge via Cygwin
On 15/03/2023 03:00, WyntrHeart via Cygwin wrote: I've added /cygdrive/c/program\ files/notepad++ to my path in .bash_profile, double checking with echo to make sure that the directory is in the path. But when I type "notepad++.exe" or "notepad++" I get "bash: no

Re: exe in path directory, "command not found"

2023-03-14 Thread René Berber via Cygwin
On 3/14/2023 9:00 PM, WyntrHeart via Cygwin wrote: I've added /cygdrive/c/program\ files/notepad++ Notepad is not there. In addition to what Elliot said you need the correct path. The executable is at: /cygdrive/c/Program Files/Notepad++/notepad++ So the path is all that except the .exe nam

Re: exe in path directory, "command not found"

2023-03-14 Thread Eliot Moss via Cygwin
On 3/14/2023 11:00 PM, WyntrHeart via Cygwin wrote: I've added /cygdrive/c/program\ files/notepad++ to my path in .bash_profile, double checking with echo to make sure that the directory is in the path. But when I type "notepad++.exe" or "notepad++" I get "bash

exe in path directory, "command not found"

2023-03-14 Thread WyntrHeart via Cygwin
I've added /cygdrive/c/program\ files/notepad++ to my path in .bash_profile, double checking with echo to make sure that the directory is in the path. But when I type "notepad++.exe" or "notepad++" I get "bash: notepad++: command not found". I did restart

Re: Bash command not found in windows 8 -64 bit processor.

2019-07-26 Thread cygwinautoreply
>*1 [main] ba FAST_CWD sh 10204 find_fast_cwd: WARNING: Couldn't compute >FAST_CWD pointer. Please report this problem to the mail.* https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.

Bash command not found in windows 8 -64 bit processor.

2019-07-26 Thread Jeya Rathinam
*1 [main] ba FAST_CWD sh 10204 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the mail.* -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

Re: bash does not recognize valid windows path: `bash: 'c:\windows\system32\cmd.exe' /c echo 123: command not found`

2019-03-27 Thread Andrey Repin
Greetings, Andry! > If try to replace it by: > 'c:/windows\system32\cmd.exe' /c echo 123 > Then all works fine. > I've checked it in the old 1.5.x version and seems this bug is there for ages. Strictly speaking, Cygwin programs don't have to recognize Windows paths. Although SOME of them do. B

bash does not recognize valid windows path: `bash: 'c:\windows\system32\cmd.exe' /c echo 123: command not found`

2019-03-27 Thread Andry via cygwin
If try to replace it by: 'c:/windows\system32\cmd.exe' /c echo 123 Then all works fine. I've checked it in the old 1.5.x version and seems this bug is there for ages. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: h

Re: CMake "command not found" on Windows Server 2012 R2

2016-09-28 Thread Tony Kelman
> Using the following AppVeyor script, attempting to run cmake returns > “command not found”. If I run “which cmake”, I get “/usr/bin/cmake”, > so it’s there. If I compile cmake manually it works fine (using the > same 3.6.2). As a not, CMake seems to work fine on Windows 10. Can y

CMake "command not found" on Windows Server 2012 R2

2016-09-27 Thread Rian Quinn
Using the following AppVeyor script, attempting to run cmake returns “command not found”. If I run “which cmake”, I get “/usr/bin/cmake”, so it’s there. If I compile cmake manually it works fine (using the same 3.6.2). As a not, CMake seems to work fine on Windows 10. Here is the script so

Re: WinXP Pro Cygwin Digest-MD4-1.9 /bin/sh: gcc-4: command not found

2015-01-06 Thread David Christensen
/lib -fstack-protector MD4.o -o blib/arch/auto/Digest/MD4/MD4.dll \ /usr/lib/perl5/5.14/i686-cygwin-threads-64int/CORE/cygperl5_14.dll\ make: g++-4: Command not found Makefile:464: recipe for target 'blib/arch/auto/Digest/MD4/MD4.dll' failed make: *** [blib/arch/auto/Digest

Re: WinXP Pro Cygwin Digest-MD4-1.9 /bin/sh: gcc-4: command not found

2015-01-05 Thread Achim Gratz
Larry Hall (Cygwin) writes: > 1. Create a link to gcc and call it gcc-4. It must actually be gcc.exe linked to gcc-4.exe, due to the way some (but not all) Perl build scripts handle EXEEXT. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations

Re: WinXP Pro Cygwin Digest-MD4-1.9 /bin/sh: gcc-4: command not found

2015-01-05 Thread Larry Hall (Cygwin)
On 01/05/2015 09:41 PM, David Christensen wrote: cygwin: I am having trouble installing the Perl Digest::MD4 module via the 'cpan' command line program on Cygwin on Windows XP Professional. I have filed a bug report via bug-digest-...@rt.cpan.org: https://rt.cpan.org/Public/Bug/Display.h

WinXP Pro Cygwin Digest-MD4-1.9 /bin/sh: gcc-4: command not found

2015-01-05 Thread David Christensen
cygwin: I am having trouble installing the Perl Digest::MD4 module via the 'cpan' command line program on Cygwin on Windows XP Professional. I have filed a bug report via bug-digest-...@rt.cpan.org: https://rt.cpan.org/Public/Bug/Display.html?id=101332 The maintainer observed: The

Re: command not found when running from batch

2012-12-31 Thread marco atzeri
On 12/31/2012 6:32 PM, zgintasz wrote: First of all, thanks for reply. I'm compiling my own project with cygwin by launching build.sh. If I open cygwin, then locate path and then run build.sh, everything works totally fine: 1. open cygwin 2. cd F:/Projektai/osdev cygwin way cd /cygdrive/f/Proje

Re: command not found when running from batch

2012-12-31 Thread marco atzeri
I do this: @echo off F:/cygwin/bin/bash --login -c "cd F:/Projektai/osdev && sh build.sh" When I launch it, I get errors *i586-elf-gcc: command not found* and *i586-elf-ld: command not found*. I can't find the solution, how can I fix it? To build what ? i586-elf-gcc looks a

RE: -sh: ssh: command not found

2012-12-17 Thread Adam Dinwoodie
jacol wrote: > I installed CGWIN GNU bash, version 4.1.10(4)-release (i686-pc-cygwin) > > I ran this (portions obscured) > > Got this: > > > Then I ran env: > Nabble apparently screws with formatting. Please just use the mailing list per . While you're there, read th

-sh: ssh: command not found

2012-12-17 Thread jacol
I installed CGWIN GNU bash, version 4.1.10(4)-release (i686-pc-cygwin) I ran this (portions obscured) Got this: Then I ran env: -- View this message in context: http://cygwin.1069669.n5.nabble.com/sh-ssh-command-not-found-tp94958.html Sent from the Cygwin list mailing list archive at

Re: bash output: ./configure: line 16: $'\r': command not found

2012-09-20 Thread Andrew DeFaria
On 9/18/2012 11:09 PM, LMH wrote: That error is a sign that the file is in the DOS format and not the UNIX format. Bash doesn't recognize the windows end of line character \r. Just run dos2unix on the file dos2unix configure that should take care of the error. DYK: Ltsdo-adefaria:ll -i /bin/

Re: bash output: ./configure: line 16: $'\r': command not found

2012-09-19 Thread Eric Blake
On 09/19/2012 03:06 PM, Richard Haney wrote: > Generally, there are lots and lots of script files for every build. That > means my builds could be crashing right and left all over the place if bash > does not always ignore carriage returns when it is supposed to. So I need > for bash to be abl

Re: bash output: ./configure: line 16: $'\r': command not found

2012-09-19 Thread Christopher Faylor
On Wed, Sep 19, 2012 at 02:06:53PM -0700, Richard Haney wrote: >Two problems (at least). Actually no problems. You can't reliably use shell scripts with \r\n line endings. So, you either have to fix the shell scripts with something like dos2unix (as recommended) or use the Cygwin-specific: >set

Re: bash output: ./configure: line 16: $'\r': command not found

2012-09-19 Thread Richard Haney
Richard Haney --- On Tue, 9/18/12, LMH [e-mail address deleted] wrote: > From: LMH [e-mail address deleted] > Subject: Re: bash output: ./configure: line 16: $'\r': command not found > To: cygwin (at) cygwin (dot) com > Date: Tuesday, September 18, 2012, 11:09 PM > That er

Re: bash output: ./configure: line 16: $'\r': command not found

2012-09-18 Thread LMH
ke install" defaults.) But first I ran, and got: $ ./configure --version ./configure: line 16: $'\r': command not found ./configure: line 31: syntax error near unexpected token `newline' '/configure: line 31: ` ;; I recall having a similar problem on another laptop (pro

bash output: ./configure: line 16: $'\r': command not found

2012-09-18 Thread Richard Haney
wondering about revising the "make install" defaults.) But first I ran, and got: $ ./configure --version ./configure: line 16: $'\r': command not found ./configure: line 31: syntax error near unexpected token `newline' '/configure: line 31: `     ;; I recall having a sim

RE: pv command not found

2012-07-02 Thread Buchbinder, Barry (NIH/NIAID) [E]
Coldpizza wrote on July 02, 2012 4:33 PM > I would like to try to compile it for cygwin and add it as a package. > Any starting guide about how to compile for packages for cygwin? http://cygwin.com/setup.html It is on the navigation bar, under Contributing. - Barry Disclaimer: Statements made

Re: pv command not found

2012-07-02 Thread K Stahl
PV is very easy to compile under cygwin (have version 1.2.0 currently). All you need (I believe) is gcc and make. Simply extract the contents and follow the instructions in the README file.. ./configure make make install -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: pv command not found

2012-07-02 Thread Coldpizza
I would like to try to compile it for cygwin and add it as a package. Any starting guide about how to compile for packages for cygwin? I believe pv is a very standalone process that has no dependencies, so it will make things easier. 2012/7/2 Christopher Faylor > On Mon, Jul 02, 2012 at 09:26:47PM

Re: pv command not found

2012-07-02 Thread Christopher Faylor
On Mon, Jul 02, 2012 at 09:26:47PM +0200, Coldpizza wrote: >2012/7/2 Christopher Faylor >> On Mon, Jul 02, 2012 at 08:48:17PM +0200, Coldpizza wrote: >>>2012/7/2 Corinna Vinschen On Jul 2 17:55, Coldpizza wrote: > Using setup.exe version 2.774 and using as mirror > cygwin_mirror_hoobl

Re: pv command not found

2012-07-02 Thread Coldpizza
pv is pipeviewer https://code.google.com/p/pipeviewer/ 2012/7/2 Christopher Faylor > On Mon, Jul 02, 2012 at 08:48:17PM +0200, Coldpizza wrote: >>2012/7/2 Corinna Vinschen >>> On Jul 2 17:55, Coldpizza wrote: Using setup.exe version 2.774 and using as mirror cygwin_mirror_hoobly_com wit

Re: pv command not found

2012-07-02 Thread Christopher Faylor
On Mon, Jul 02, 2012 at 08:48:17PM +0200, Coldpizza wrote: >2012/7/2 Corinna Vinschen >> On Jul 2 17:55, Coldpizza wrote: >>> Using setup.exe version 2.774 and using as mirror >>> cygwin_mirror_hoobly_com with stable packages, couldn't find the pv >>> command. I don't know if even exists for cywgi

Re: pv command not found

2012-07-02 Thread Coldpizza
ok but that doesn't answer my question. Apparently the pv is not listed in that packages list, so, where does this version come from? http://ge.tt/1p2MrSG/v/0 2012/7/2 Corinna Vinschen > On Jul 2 17:55, Coldpizza wrote: >> Using setup.exe version 2.774 and using as mirror >> cygwin_mirror_hoobly

Re: pv command not found

2012-07-02 Thread Corinna Vinschen
On Jul 2 17:55, Coldpizza wrote: > Using setup.exe version 2.774 and using as mirror > cygwin_mirror_hoobly_com with stable packages, couldn't find the pv > command. I don't know if even exists for cywgin. That's what http://cygwin.com/packages/ is for. Corinna -- Corinna Vinschen

Re: make[4]: cl: Command not found

2012-02-08 Thread Earnie Boyd
On Wed, Feb 8, 2012 at 12:55 AM, Robert Miles wrote: > Gmail does not allow you to receive what appear to be email from yourself, > sent to yourself. > I'm currently using the GMail GUI and have Coversation Mode set on. This allows my response to be stored in the conversation. EZMLM uses the Send

Re: make[4]: cl: Command not found

2012-02-07 Thread Robert Miles
Gmail does not allow you to receive what appear to be email from yourself, sent to yourself. This mailing list is set up in a way that makes it appear that way. You'll probably need a second email address in order to find a way to avoid this problem. On 2/7/2012 11:23 PM, Quinn Wood wrote: I

Re: make[4]: cl: Command not found

2012-02-07 Thread Quinn Wood
I discovered that while the code is designed for Unix like operating system, it was indeed making a call to cl. I apologize for not recognizing that I needed to look at the line in the file it mentioned explicitly as the fail point. I also apologize that these are not reading as follow-ups correct

Re: make[4]: cl: Command not found

2012-02-07 Thread Quinn Wood
On Tue, Feb 7, 2012 at 9:57 PM, Yaakov (Cygwin/X) wrote: > On Tue, 2012-02-07 at 21:36 -0600, Quinn Wood wrote: >> When attempting to compile an application I recieved this error. >> >> make[4]: cl: Command not found >> >> Recognizing the line I'm eithe

Re: make[4]: cl: Command not found

2012-02-07 Thread René Berber
On 2/7/2012 9:36 PM, Quinn Wood wrote: > what is "cl?" The Microsoft C compiler. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml

Re: make[4]: cl: Command not found

2012-02-07 Thread Yaakov (Cygwin/X)
On Tue, 2012-02-07 at 21:36 -0600, Quinn Wood wrote: > When attempting to compile an application I recieved this error. > > make[4]: cl: Command not found > > Recognizing the line I'm either toeing or- more accurately- crossing > the line between on- and offtopic here (I

make[4]: cl: Command not found

2012-02-07 Thread Quinn Wood
When attempting to compile an application I recieved this error. make[4]: cl: Command not found Recognizing the line I'm either toeing or- more accurately- crossing the line between on- and offtopic here (I apologize) what is "cl?" I won't sully this mailing list by ask

Re: SSH not working on fresh Cygwin install (gibberish number directories... command not found)

2012-01-15 Thread Christopher Faylor
On Sun, Jan 15, 2012 at 02:46:30PM -0800, CygGert wrote: >Same problem: It will pretend like /usr/bin/ssh exists, and will show me >the usage help, but when I actually try to use it, "no such file or >directory". /usr/bin/ is already set in my PATH, and ssh.exe is there. Same problem as what? A

Re: SSH not working on fresh Cygwin install (gibberish number directories... command not found)

2012-01-15 Thread CygGert
sed it on >>multiple other machines >> >>ssh IPADDRESS -l username -Y >> >>I get: >> >>-bash: $'\302\216\302\216\302\216\302\216ssh': command not found >> >>Looks like gibberish to me, and I have no idea what I am doing wrong. I've &

Re: SSH not working on fresh Cygwin install (gibberish number directories... command not found)

2012-01-15 Thread Christopher Faylor
indows 7 (albeit 32 bit) > >When I type > >ssh > >I get the regular help message, on how to use the command. However, I when >I actually use it using the standard command exactly as I used it on >multiple other machines > >ssh IPADDRESS -l username -Y > >I get: > >

SSH not working on fresh Cygwin install (gibberish number directories... command not found)

2012-01-15 Thread CygGert
e the command. However, I when I actually use it using the standard command exactly as I used it on multiple other machines ssh IPADDRESS -l username -Y I get: -bash: $'\302\216\302\216\302\216\302\216ssh': command not found Looks like gibberish to me, and I have no idea what I am doi

Re: command not found

2011-08-01 Thread Marco atzeri
On 8/2/2011 5:13 AM, jasonkee111 wrote: Hi I have trying to use the command "file". However, it turns out command not found. what can i do in order to use this command? Thanks install the file package from category: Utils Regards Marco -- Problem reports: http://

command not found

2011-08-01 Thread jasonkee111
Hi I have trying to use the command "file". However, it turns out command not found. what can i do in order to use this command? Thanks -- View this message in context: http://old.nabble.com/command-not-found-tp32174788p32174788.html Sent from the Cygwin list mailing list

Re: bash: cygpath: command not found

2011-06-16 Thread Matthias Andree
Am 16.06.2011 04:03, schrieb jairo supelano: > Hi, i require to use cygpath, and this is supposed to come with standard > installation. i get this message, first i tried default installation, tough i > may have changed install defaults in the first try (i dont remember if i > changed > them in

Re: bash: cygpath: command not found

2011-06-16 Thread Larry Hall (Cygwin)
On 6/15/2011 10:03 PM, jairo supelano wrote: Hi, i require to use cygpath, and this is supposed to come with standard installation. i get this message, first i tried default installation, tough i may have changed install defaults in the first try (i dont remember if i changed them in the first tr

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 agai

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 mi

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: http://old.nabble.com/%22command-not-found%22-For-All-Commands-tp287229

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

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 C:\Win

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-30 Thread Dave Korn
ts except now I dont have to use "/" when i >> write "cygcheck", the results of running the command are the same. >> >> http://old.nabble.com/file/p28725344/nocommandswork.txt nocommandswork.txt > > This is what that oddly attached file shows: > &g

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.h

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 prod

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 Cyg

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 Christopher Faylor
h-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# > > >I did this again, same results except now I dont have to use "

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

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/

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...a

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 driv

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. Hel

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 de

Re: "command not found"-For All Commands

2010-05-30 Thread Gregg Levine
On Sun, May 30, 2010 at 2:18 PM, physicist25 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 pa

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 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: http://old.nabble.com/%22command-not-found%22-For-All-Commands-

Re: "command not found"-For All Commands

2010-05-30 Thread Andy Koppe
. > > Some Info: > -My machine is a Toshiba L505 Satellit running Windows 7 Ultimate. > -My programming experiance is limited to MATLAB > > Now my problem is that I get the response "command not found" for any > commands other than echo on/off. I googled my heart away and

"command not found"-For All Commands

2010-05-30 Thread physicist25
Satellit running Windows 7 Ultimate. -My programming experiance is limited to MATLAB Now my problem is that I get the response "command not found" for any commands other than echo on/off. I googled my heart away and found some articles that I think are related, as a result I added a path

Re: Cygwin default installation: command not found

2010-04-07 Thread Matthijs Nescio
Hi, UAC seems to be a Windows Vista or Windows 7 thing. I am using Windows XP. DEP was on "Turn on DEP for essential Windows programs and services only". If this starts a new thread, I am sorry. I do not get email from the message board. Thank you, kind regards, Matthijs.

Re: gcc command not found

2010-02-06 Thread Andreas Zwerger
Andreas Zwerger schrieb: Hello, I'm having the same problem with the latest Cygwin install. But for me rerunning the postinstall scripts does not create the symlinks. administra...@haco-xyz ~ $ gcc bash: gcc: command not found administra...@haco-xyz ~ $ for x in /etc/postinstall/{gcc

Re: gcc command not found

2010-02-06 Thread Andreas Zwerger
Hello, I'm having the same problem with the latest Cygwin install. But for me rerunning the postinstall scripts does not create the symlinks. administra...@haco-xyz ~ $ gcc bash: gcc: command not found $ ls /bin/gcc* -l -rwxr-xr-x 2 Administrator root 94741 2009-02-25 11:14 /bin/gcc-

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 17:29, Paul Cantalupo wrote: > This makes me wonder if there are other post-install scripts that did > not successfully execute due to incorrect permissions on files. Guess > I'll have to deal with them as they arise. Unlikely; it's a known packaging error in the current GCC. Gue

Re: gcc command not found

2010-01-31 Thread Paul Cantalupo
Argh. Bad perms, gah. Try this: for x in /etc/postinstall/{gcc.,gcc-[^tm],gcc4-}* ; do . $x done Then check in your bin dir for all the appropriate names and links. cheers, DaveK I ran your for loop command and got this: bash: /usr/sbin/fix-libtool-scripts-for-latest-gcc-

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 17:16, Dave Korn wrote: > On 31/01/2010 16:33, Paul Cantalupo wrote: > >> OK here is the output from "ls -l /etc/postinstall/gcc*" > > Argh. Bad perms, gah. Try this: > > for x in /etc/postinstall/{gcc.,gcc-[^tm],gcc4-}* ; > do > . $x > done > > Then check in your bin dir

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 16:33, Paul Cantalupo wrote: > OK here is the output from "ls -l /etc/postinstall/gcc*" Argh. Bad perms, gah. Try this: for x in /etc/postinstall/{gcc.,gcc-[^tm],gcc4-}* ; do . $x done Then check in your bin dir for all the appropriate names and links. cheers, D

Re: gcc command not found

2010-01-31 Thread Paul Cantalupo
On 31/01/2010 15:14, Paul Cantalupo wrote: > Any ideas on what I should try next? I'm about ready to backup my > existing installation and try to create a whole brand-new cygwin > installation. Nooo! Don't go that far. Let's check your postinstall scripts: run "ls -l /etc/postinstall/gcc*", a

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 15:14, Paul Cantalupo wrote: > Any ideas on what I should try next? I'm about ready to backup my > existing installation and try to create a whole brand-new cygwin > installation. Nooo! Don't go that far. Let's check your postinstall scripts: run "ls -l /etc/postinstall/gcc*", a

gcc command not found

2010-01-31 Thread Paul Cantalupo
Hello, I recently upgraded my cygwin installation from 1.5.x to 1.7.1 without what seemed to be any problems. Then I tried to compile a Perl Module called GD and I get this error: gcc: command not found I've never had this problem before the upgrade to 1.7. Then I checked for gcc in va

Re: 1.7.1: Mintty/bash window start: -bash: regtool: command not found

2010-01-07 Thread Steven Hartland
- Original Message - From: "Dave Trollope" I too have seen this behaviour on both my work and home systems. Whats interesting is I ran cygcheck -c on each when exhibiting this problem and it said OK for the cygwin package. Just had this same behaviour so setup is still broken as is cy

Re: 1.7.1: Mintty/bash window start: -bash: regtool: command not found

2009-12-30 Thread Dave Trollope
Hi, I too have seen this behaviour on both my work and home systems. Whats interesting is I ran cygcheck -c on each when exhibiting this problem and it said OK for the cygwin package. Is there a check that needs to be added to cygcheck which reports this as a problem? Or perhaps this is not

Re: 1.7.1: Mintty/bash window start: -bash: regtool: command not found

2009-12-28 Thread Warren Young
On 12/23/2009 3:15 AM, Andy Koppe wrote: I can reproduce this as follows: - Leave a Cygwin session open. - Run setup.exe - Select reinstall for cygwin-1.7.1-1. - Click next - "in-use files detected" appears - Click retry. I saw the same symptom, but by a slightly different path. On updating

Re: 1.7.1: Mintty/bash window start: -bash: regtool: command not found

2009-12-24 Thread Thorsten Kampe
* Lee D. Rothstein (Wed, 23 Dec 2009 13:43:02 -0500) > Andy Koppe wrote: > > 2009/12/23 Lee D. Rothstein: > > I can reproduce this as follows: > > > > - Leave a Cygwin session open. > > - Run setup.exe > > - Select reinstall for cygwin-1.7.1-1. > > - Click next > > - "in-use files detected" appears

Re: 1.7.1: Mintty/bash window start: -bash: regtool: command not found

2009-12-23 Thread Lee D. Rothstein
Andy Koppe wrote: 2009/12/23 Lee D. Rothstein: Just installed 1.7.1. Bravo, again. Everything seems to be working okay, but every time I start up a Mintty/Bash window I get the following error message. -bash: regtool: command not found Shortcut is: C:\_0\bin\mintty.exe --icon=c:\_0

Re: 1.7.1: Mintty/bash window start: -bash: regtool: command not found

2009-12-23 Thread Andy Koppe
2009/12/23 Lee D. Rothstein: > Just installed 1.7.1.  Bravo, again. > > Everything seems to be working okay, but every time I start up a Mintty/Bash > window I get the following > error message. > > -bash: regtool: command not found > > Shortcut is: > > C:\_0\bin

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-18 Thread Larry Hall (Cygwin)
On 8/18/2009 9:58 PM, DY wrote: I've got Windows Defender on here - it came with the computer and doesn't show up under the Program Files, so I'm not sure that it's uninstallable. In Vista, it is not. But it can be turned off. Here's one relevant reference:

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-18 Thread DY
I've got Windows Defender on here - it came with the computer and doesn't show up under the Program Files, so I'm not sure that it's uninstallable. I also have AVG on here, which isn't in the list of BLODA programs, but is an antivirus program. That was installed after cygwin, and I can remove

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-18 Thread Larry Hall (Cygwin)
On 8/18/2009 6:36 PM, DY wrote: It definitely made a difference. I never had to do it before, but when I did it this time I could suddenly do ls and just about everything else inside of cygwin, whereas I couldn't before I set those things in Windows. Here's what I can tell you. I was installing

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-18 Thread Larry Hall (Cygwin)
On 8/16/2009 12:35 PM, Mark J. Reed wrote: On Sun, Aug 16, 2009 at 11:30 AM, DY wrote: In case anyone else ever needs this, if you install cygwin, then get command not found for everything, you need to:[set CYGWIN_HOME and add %CYGWIN_HOME%\bin to PATH]. That's quite strange; neither of

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-16 Thread Ken Brown
On 8/16/2009 1:20 PM, DY wrote: Less specifically, why didn't cygwin's set up automatically create a passwd and a profile for me when it does for everyone else and what does that indicate about cygwin's being installed properly. What it indicates, as Larry Hall said in his reply to your first

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-16 Thread DY
Oh, I'm sorry, I meant that the directory my prompt defaults to. I wanted the directory my prompt defaulted to to be my home directory. When I installed cygwin last time the default directory was my home directory, and the prompt showed the directory I was currently in (e.g., my prompt looked

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-16 Thread Mark J. Reed
On Sun, Aug 16, 2009 at 1:07 PM, DY wrote: > no - when I was looking at the cygwin icon I was saying the path. > Sorry for the confusion. "Here's the deal. My prompt defaults to c:/cygwin and I want it to default to my home directory (with the path as the prompt)." Confusing indeed! So what are

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-16 Thread DY
no - when I was looking at the cygwin icon I was saying the path. Sorry for the confusion. I did not choose to uninstall anything. I did not change any of the defaults. Trust me. I know I don't know enough to do that. Thanks! -Debra Mark J. Reed wrote: On Sun, Aug 16, 2009 at 12:56 PM, DY

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-16 Thread Mark J. Reed
On Sun, Aug 16, 2009 at 12:56 PM, DY wrote: > I basically went to the cygwin page, picked "install now", downloaded > setup.exe, right-clicked on it and chose "run as administrator", then ran it, > picked to > install perl, python, devel, the vim editor, and x11, and then let'er rip. ... along wi

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-16 Thread DY
in cygwin, if I go to /etc there is no passwd. I'm definitely in cygwin. My prompt is bash-3.2$ Oh, and there's no profile in /etc either. (or a .bash_profile, for that matter). Should that have been created automatically? So it's pretty clear I did something fundamentally wrong in setup? A

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-16 Thread Mark J. Reed
No /etc/passwd file at all? You're looking from bash, not from Windows, right? From Windows it'd be C:\Cygwin\etc\passwd... This sounds like something went wrong during the installation. You can generate the default passwd file like so: mkpasswd -l >/etc/passwd But if your prompt is "c:\cygwi

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-16 Thread Mark J. Reed
On Sun, Aug 16, 2009 at 11:30 AM, DY wrote: > In case anyone else ever needs this, if you install cygwin, then get command > not found for everything, you need to:[set CYGWIN_HOME and add > %CYGWIN_HOME%\bin to PATH]. That's quite strange; neither of those should be necessar

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-16 Thread DY
know what one should look like. Is there an example somewhere? In case anyone else ever needs this, if you install cygwin, then get command not found for everything, you need to: click on "Computer" -> Properties -> Advanced System settings (on the side bar)-> Environment

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-16 Thread Huang Bambo
ase anyone else ever needs this, if you install cygwin, then get command > not found > for everything, you need to: > click on "Computer" -> Properties -> Advanced System settings (on the side > bar)-> Environment Variables. > Under user variables, add a new e

  1   2   3   >