Re: mssing packages for cygwin

2006-10-02 Thread Christopher Faylor
On Mon, Oct 02, 2006 at 04:04:30AM +, Tom Lee wrote: >since the root is c:/cygwin, "mv *.txt /my/directory" under cygwin will >goes to c:/cygwin/my/directory not c:/my/directory. > >it looks that all C program containing getcwd(), chdir() functions will not >work under cycgwin unless these C

Re: mssing packages for cygwin

2006-10-01 Thread Tom Lee
From: "Larry Hall (Cygwin)" Tom Lee wrote: According to Tom Lee on 9/30/2006 11:24 PM: > > I don't undersand why "ls c:/test" works but not for > "tar cvf test.tar c:/test" Because ls does not parse its arguments, but upstream tar treats c:/test as meaning open the file /test on the remot

Re: mssing packages for cygwin

2006-10-01 Thread Larry Hall (Cygwin)
Tom Lee wrote: According to Tom Lee on 9/30/2006 11:24 PM: > > I don't undersand why "ls c:/test" works but not for > "tar cvf test.tar c:/test" Because ls does not parse its arguments, but upstream tar treats c:/test as meaning open the file /test on the remote machine named c; and because I'm

Re: mssing packages for cygwin

2006-10-01 Thread Brian Dessent
Tom Lee wrote: > For postx-like behavior, I find that djgpp mv.exe allows me to run > mv *.txt /my/directory/ or mv *.txt c:/my/directory/ > in the c drive > > while cygwin have to use: > mv *.txt /cygdrive/c/my/directory/ > > do you think ignoring /cygdrive/c would be an advantage to reduce the

Re: mssing packages for cygwin

2006-10-01 Thread Tom Lee
According to Tom Lee on 9/30/2006 11:24 PM: > > I don't undersand why "ls c:/test" works but not for > "tar cvf test.tar c:/test" Because ls does not parse its arguments, but upstream tar treats c:/test as meaning open the file /test on the remote machine named c; and because I'm not in the mood

RE: mssing packages for cygwin

2006-10-01 Thread Dave Korn
On 01 October 2006 18:46, Igor Peshansky wrote: > On Sun, 1 Oct 2006, Dave Korn wrote: > >> On 01 October 2006 03:43, Tom Lee wrote: >> According to Tom Lee on 9/29/2006 10:23 PM: >> > when I copy cpp.exe and all cygwin related dll to another computer, > I got the error: cpp: insta

Re: mssing packages for cygwin

2006-10-01 Thread Larry Hall (Cygwin)
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Tom Lee on 9/30/2006 11:24 PM: I don't undersand why "ls c:/test" works but not for "tar cvf test.tar c:/test" Because ls does not parse its arguments, but upstream tar treats c:/test as meaning open the file /test o

RE: mssing packages for cygwin

2006-10-01 Thread Igor Peshansky
On Sun, 1 Oct 2006, Dave Korn wrote: > On 01 October 2006 03:43, Tom Lee wrote: > > >> According to Tom Lee on 9/29/2006 10:23 PM: > > >>> when I copy cpp.exe and all cygwin related dll to another computer, > >>> I got the error: cpp: installation problem, cannot exec 'cc1': No > >>> such file or

Re: mssing packages for cygwin

2006-10-01 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Tom Lee on 9/30/2006 11:24 PM: > > I don't undersand why "ls c:/test" works but not for > "tar cvf test.tar c:/test" Because ls does not parse its arguments, but upstream tar treats c:/test as meaning open the file /test on the remote ma

Re: mssing packages for cygwin

2006-09-30 Thread Tom Lee
tar cvf test.tar /cygdrive/c/test is nice to work. howver, can I mount /cygdrive/c as c:/ and run as tar cvf test.tar c:/test ? I have tar.exe djgpp and it works this way. djgpp is for the DOS world. If that's what you really want, you're better off using djgpp. But to your question, there

Re: mssing packages for cygwin

2006-09-30 Thread Larry Hall (Cygwin)
Tom Lee wrote: > I read mount and cygpath manual, but still not sure if there is a way > that I can > run > tar cvf test.tar c:/test or > tar cvf test.tar c:\test > Actually, from either a DOS or a bash (or other cygwin) shell, you can do: tar cvf test.tar /cygdrive/c/test Get used to POSI

Re: mssing packages for cygwin

2006-09-30 Thread Tom Lee
> I read mount and cygpath manual, but still not sure if there is a way > that I can > run > tar cvf test.tar c:/test or > tar cvf test.tar c:\test > Actually, from either a DOS or a bash (or other cygwin) shell, you can do: tar cvf test.tar /cygdrive/c/test Get used to POSIX paths - cygwin i

RE: mssing packages for cygwin

2006-09-30 Thread Dave Korn
On 01 October 2006 03:43, Tom Lee wrote: >> According to Tom Lee on 9/29/2006 10:23 PM: >>> when I copy cpp.exe and all cygwin related dll to another computer, I got >>> the error: cpp: installation problem, cannot exec 'cc1': No such file or >>> directory >> >> Are you SURE you copied all thi

Re: mssing packages for cygwin

2006-09-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Tom Lee on 9/30/2006 8:42 PM: > > Just checked if I just want to run cpp and copy > C:/cygwin/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe over, it works fine. > thanks for the help. Not a problem, although cygcheck output would have sped things

Re: mssing packages for cygwin

2006-09-30 Thread Tom Lee
According to Tom Lee on 9/29/2006 10:23 PM: > Eric, http://cygwin.com/acronyms/#PCYMTNQREAIYR - list policy is that you don't repeat raw email addresses, please Sorry about it. Will take care of it. > when I copy cpp.exe and all cygwin related dll to another computer, I > got the error:

Re: mssing packages for cygwin

2006-09-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Tom Lee on 9/29/2006 10:23 PM: > Eric, > > >> From: ericblake AT comcast DOT net (Eric Blake) ^ http://cygwin.com/acronyms/#PCYMTNQREAIYR - list policy is that you don't repeat raw email addresses, pleas

Re: mssing packages for cygwin

2006-09-29 Thread Tom Lee
Eric, From: [EMAIL PROTECTED] (Eric Blake) To: Tom Lee <[EMAIL PROTECTED]>, cygwin@cygwin.com Subject: Re: mssing packages for cygwin Date: Sat, 30 Sep 2006 00:40:50 + > I have found the packages to install. > However, when I type cpp.exe in msdos shell, I got the er

Re: mssing packages for cygwin

2006-09-29 Thread Eric Blake
> >Please Read the Fine FAQ. > > thanks for the help. http://cygwin.com/faq/faq-nochunks.html#faq.setup.what-packages > > I have found the packages to install. > However, when I type cpp.exe in msdos shell, I got the error: > > cpp: installation problem, cannot exec 'cc1': No such file or dir

Re: mssing packages for cygwin

2006-09-29 Thread Tom Lee
From: Andrew Schulman <[EMAIL PROTECTED]> To: cygwin@cygwin.com Subject: Re: mssing packages for cygwin Date: Fri, 29 Sep 2006 13:23:49 -0400 > I find that I miss the command such as size.exe ar.exe, nm.exe, > make.exe, awk.exe and strip.exe etc > where can I find those pac

Re: mssing packages for cygwin

2006-09-29 Thread Andrew Schulman
> I find that I miss the command such as size.exe ar.exe, nm.exe, > make.exe, awk.exe and strip.exe etc > where can I find those packages to insall? are there any instructions I > need to follow for installation? Please Read the Fine FAQ. -- Unsubscribe info: http://cygwin.com/ml/#unsubs

mssing packages for cygwin

2006-09-29 Thread Tom Lee
Hello, I just installed cygwin with full. I find that I miss the command such as size.exe ar.exe, nm.exe, make.exe, awk.exe and strip.exe etc where can I find those packages to insall? are there any instructions I need to follow for installation? thanks. tom __