Re: Adding/removing custom mirror URLs in setup.exe...

2003-01-20 Thread Johan Bezem
OK, convinced! ;-) Using the IE-connection type... Johan Robert Collins wrote: > > On Mon, 2003-01-20 at 21:25, Johan Bezem wrote: > > Maybe it doesn't parse the ftp://... string itself, but in our case it > > *works* nonetheless. > > Can it be that the strin

Re: Adding/removing custom mirror URLs in setup.exe...

2003-01-20 Thread Johan Bezem
Maybe it doesn't parse the ftp://... string itself, but in our case it *works* nonetheless. Can it be that the string is passed to the FTP-server unaltered, and the server knows how to process such a string? Ciao, Johan Bezem CSK Software AG Max Bowsher wrote: > > MB> > >

Re: Antw: Online Banking Kaputt?

2002-11-08 Thread Johan Bezem
Gerrit needs to take out the 'Reply-To' for cygwin-mails when sending private emails :-) Johan Bezem CSK Software AG Postbank Online Service wrote: > > Guten Tag, > > vielen Dank für Ihre E-Mail vom 08.11.2002. <...> -- Unsubscribe info: http://cygwin.co

Re: ls -l /usr : where has /usr/bin gone ?

2002-10-01 Thread Johan Bezem
Hi Alex, cf: 'man mount' Ciao, Johan Bezem CSK Software AG Alex Vinokur wrote: > > = > Windows 2000 > CYGWIN_NT-5.0 > = > > Hi, > > Directory /usr/bin exists but m

Re: Dos Style path in 3.79.1-7 and -5

2002-05-21 Thread Johan Bezem
Try using forward slahes like d:/utils/print.exe. I don't think the CygWin version of make has ever been equipped to handle unescaped backslahes. You may also try escaping them, like d:\\utils\\print.exe. Regards, Johan Bezem CSK Software AG Rami Mehio wrote: > > I have been using

Re: [Patch] make 3.79.1-5 vpath directive in file 'read.c'

2002-05-21 Thread Johan Bezem
he makefile tends to become less readable if every path specification must be bracketed with ifeq/else/endif's. Is there a reason to retain the checks for "!unixy_shell"? Regards, Johan Bezem CSK Software AG PS: The cygwin website seems to be down at the moment, so I couldn't

[Patch] make 3.79.1-5 vpath directive in file 'read.c'

2002-04-22 Thread Johan Bezem
livered is still valid. The ChangeLog entry is new, the diff refers to the original file 'read.c', so this patch will apply both in one turn. Have fun, Johan Bezem CSK Software AG ### ChangeLog ### 2002-04-22 Johan Bezem <[EMAIL PROTECTED]> * read.c (read_makefile) [__CYGWI

Re: Make 'include' directive with Cygnus bash - path problem

2002-03-25 Thread Johan Bezem
Richard Stallman and Roland McGrath. Built for i686-pc-cygwin --^^ That version will not know about /cygdrive/... Try the cygwin version. Regards, Johan Bezem CSK Software AG -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Strange behaviour of vpath with dos paths

2002-03-22 Thread Johan Bezem
re it's once again. Regards, Johan Bezem CSK Software AG ### ChangeLog ### 2002-03-20 Johan Bezem <[EMAIL PROTECTED]> * vpath.c (build_vpaths_list) [__CYGWIN__]: Added conversion of DOS-like pathname for GPATH variable to canonical form. * read.c (read_makefile) [__CYGWIN__]: Added

Re: Strange behaviour of vpath with dos paths

2002-03-22 Thread Johan Bezem
of standard testing procedures or requirements for CygWin, so maybe someone could double-check. I used diff -up .orig.c .c > .c-patch 2>&1 for both vpath.c and read.c, files attached. HTH, Johan Bezem CSK Software AG dospathpatch.tar.bz2 Description: Binary data -- Unsubscribe inf

Re: Strange behaviour of vpath with dos paths

2002-03-21 Thread Johan Bezem
m the latest CygWin distribution. I checked the CVS repository sources.redhat.com, but it seems to contain only the core of the CygWin DLL's sources. So, my question: Where can I find the repository of the CygWin make package? Or otherwise, how to proceed from here? Thanks, Johan Bezem CSK Softwar

Re: Strange behaviour of vpath with dos paths

2002-03-12 Thread Johan Bezem
Soren Andersen wrote: > > On 28 Feb 2002 at 11:24, Colm Aengus Murphy wrote: > > > Hi Johan, > > > > I took a quick look at source code for make 3.79.1-5. > > > > It looks to me like vpath.c (build_vpath_lists) does conversion of Win32 > > paths to posix ones for the VPATH variable but not for v

Re: Strange behaviour of vpath with dos paths

2002-02-28 Thread Johan Bezem
Here: 3.79.1-5 and 1.3.9-1 respectively. After upgrading to 1.3.10-1 just yet, the problem persists. I'd say, this is a real candidate for a bug. Anyone else? Thanks, Johan Bezem CSK Software AG -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Cygwin 1.3.9 - gcc isn't working!

2002-02-22 Thread Johan Bezem
n1.dll - os=4.0 img=1.0 sys=4.0 > "cygwin1.dll" v0.0 ts=2002/1/21 14:48 > Cygwin DLL version info: > DLL version: 1.3.9 Get rid of the second cygwin1.dll in your WINNT directory (version 1.3.3). This has the potential of causing all kinds