Re: The -O option of curl under cygwin.

2012-01-02 Thread Hongyi Zhao
On Mon, 02 Jan 2012 23:58:55 -0500, Buchbinder, Barry (NIH/NIAID) [E] wrote: > cd > curl -O > http://mirrors.ctan.org/systems/win32/miktex/setup/setup-2.9.4321.exe cd > - Thanks a lot for all the helps here. Now, I've a more clear understanding of this option of curl ;-) Regards -- .: Hongyi

RE: The -O option of curl under cygwin.

2012-01-02 Thread Buchbinder, Barry (NIH/NIAID) [E]
Hongyi Zhao Wrote on Monday, January 02, 2012 10:51 PM On Mon, 02 Jan 2012 15:51:09 +0100, marco atzeri wrote: >> I think you misunderstood the curl documentation, in this way it works >> as you expect >> >> curl -L >> http://mirrors.ctan.org/systems/win32/miktex/setup/setup-2.9.4321.exe >> -o .

Re: The -O option of curl under cygwin.

2012-01-02 Thread Christopher Faylor
On Tue, Jan 03, 2012 at 03:50:32AM +, Hongyi Zhao wrote: >On Mon, 02 Jan 2012 15:51:09 +0100, marco atzeri wrote: > >> I think you misunderstood the curl documentation, >> in this way it works as you expect >> >> curl -L >> http://mirrors.ctan.org/systems/win32/miktex/setup/setup-2.9.4321.exe

Re: The -O option of curl under cygwin.

2012-01-02 Thread Hongyi Zhao
On Mon, 02 Jan 2012 15:51:09 +0100, marco atzeri wrote: > I think you misunderstood the curl documentation, > in this way it works as you expect > > curl -L > http://mirrors.ctan.org/systems/win32/miktex/setup/setup-2.9.4321.exe -o > ./miktex/setup/setup-2.9.4321.exe --create-dirs Thanks for you

Re: same old problem, C compiler cannot create executables

2012-01-02 Thread Dave Korn
On 31/12/2011 23:51, Douglas Pardoe Wilson wrote: > Searching, I have found many people on many forums complaining that Cygwin > produces a "C compiler cannot create executables" messaage. As so many people > have reported, the config.log file contains nothing useful. Surely after all > these years

Re: The -O option of curl under cygwin.

2012-01-02 Thread marco atzeri
On 1/2/2012 3:21 PM, Hongyi Zhao wrote: Hi all, I use latest cygwin (setup-version: 2.763), and I meet the following issue: I use the following command to download the setup-2.9.4321.exe, which is the setup program for miktex: curl -L http://mirrors.ctan.org/systems/win32/miktex/setup/ setup-2

The -O option of curl under cygwin.

2012-01-02 Thread Hongyi Zhao
Hi all, I use latest cygwin (setup-version: 2.763), and I meet the following issue: I use the following command to download the setup-2.9.4321.exe, which is the setup program for miktex: curl -L http://mirrors.ctan.org/systems/win32/miktex/setup/ setup-2.9.4321.exe -O ./miktex/setup/ In this