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

2003-01-20 Thread Corinna Vinschen
On Sat, Jan 18, 2003 at 08:12:31AM +1100, Robert Collins wrote: > On Sat, 2003-01-18 at 06:20, Max Bowsher wrote: > > > > Don't know whether setup understands usernames/passwords. I'll dig in the > > source tomorrow, if no one has answered by then. > > It should, Corinna IIRC uses ftp w/password

Re: sshd: setgid() fails on second login

2003-01-20 Thread Corinna Vinschen
On Sun, Jan 19, 2003 at 02:37:29PM -0800, Joseph Davida wrote: > I have compiled and installed ssh.com's 3.2.2 > ssh clients and daemon. > I can start the daemon without a hitch. > But the daemon is unable to authenticate > the password, probably becasue the cygwin's > libc password interface to th

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

2003-01-20 Thread Max Bowsher
MB> > > Don't know whether setup understands usernames/passwords. I'll MB> > >dig in the MB> > > source tomorrow, if no one has answered by then. RC> > It should, Corinna IIRC uses ftp w/passwords. CV> No, I don't. OK, well I checked briefly in the source, here's the result: Setup DOES have *so

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> > > Don't know whether set

Re: [perl #10008] Not OK: perl v5.8.0 on cygwin-multi-64int 1.3.12s(0.5332) (UNINSTALLED)

2003-01-20 Thread H.Merijn Brand
On Fri 17 Jan 2003 17:07, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Fri, Jan 17, 2003 at 11:22:51AM +0100, H.Merijn Brand wrote: > >On Tue 14 Jan 2003 11:45, "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: > >> H.Merijn schrieb: > >> > >> > On Mon 13 Jan 2003 18:14, "Gerrit P. Haase" <[EMAIL

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

2003-01-20 Thread Robert Collins
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 string is passed to the FTP-server unaltered, and the Are you using the IE connection type, or the HTTP proxy type? If so, then they

PPPD on cygwin?

2003-01-20 Thread Gareth Gregor
Hi all, Sorry if this has been covered on this list in the past, I did search the archives of the cygwin list and only found one mail that did not explain things. What I want to know is, is there a pppd for cygwin? I use pppd very often to connect 2 linux boxes together with a analogue modem on

procps / top shows only the unix subset of processes

2003-01-20 Thread troy . holly
Wouldn't it be nice if top would also show the windows processes? The reason that it doesn't is obvious: no windows processes are written or tracked via /proc. On the other hand `ps -W' does show all processes. Anyone know of a top alternative that runs in a terminal (non gui) that also shows the

Building opengl applications

2003-01-20 Thread Mikael Åsberg
Hello, I am trying to build a simple OpenGL program (an example taken from the famous "Red Book"). However, during the build process the following error messages are displayed: /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccK0lHn2.o(.text+0xe):test.c: undefined reference to `glEnableClientState@4'

init_priority bug in linker

2003-01-20 Thread Rene Prillop
Hello, There seems to be a bug in cygwin linker, which causes invalid order of object initialization. Comments? rgds, PRR --- bug.cpp: #include class CIntHolder{ public: CIntHolder(int iValue) { m_iValue=iValue; } int m_iValue; }; static int g_Counter; CIntHolder g_Object3(+

Re: [perl #10008] Not OK: perl v5.8.0 on cygwin-multi-64int 1.3.12s(0.5332) (UNINSTALLED)

2003-01-20 Thread Christopher Faylor
On Mon, Jan 20, 2003 at 11:59:52AM +0100, H.Merijn Brand wrote: >On Fri 17 Jan 2003 17:07, Christopher Faylor <[EMAIL PROTECTED]> wrote: >> On Fri, Jan 17, 2003 at 11:22:51AM +0100, H.Merijn Brand wrote: >> >On Tue 14 Jan 2003 11:45, "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: >> >> H.Merijn schri

Announce: ioperm-0.2.1 for Cygwin released

2003-01-20 Thread Marcel Telka
This software adds support for ioperm() function to Cygwin. This support includes sys/io.h and sys/perm.h header files (not included in Cygwin by default) together with development and runtime libraries. News in this release: * Windows DDK is optional for compilation now * --prefix

Re: Announce: ioperm-0.2.1 for cygwin released

2003-01-20 Thread Christopher Faylor
On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote: >This software adds support for ioperm() function to Cygwin. This support >includes sys/io.h and sys/perm.h header files (not included in Cygwin by >default) together with development and runtime libraries. > >News in this release: >

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 string is passed to the FTP-server unalter

accessing network shares through rlogin

2003-01-20 Thread Rob Siklos
The problem is that when I rlogin to a windows 2000 machine running cygwin and a .rhosts file exists so I don't have to enter a password, I can't access any other windows network shares from that rlogin session. However, if I delete the .rhosts file (so I DO have to enter a password), I can acces

final: try a snapshot, Novell, BSOD, /etc

2003-01-20 Thread Christopher Faylor
Pierre Humblet found some problems with the recently revamped /etc scanning code, so I spent some time amidst the sources.redhat.com upgrade addressing his concerns and revamping some of this code some more in preparation for coming changes to cygwin. So, the only change in the latest snapshot is

linker can't find vasprint()

2003-01-20 Thread Maor Avni
Hi, I've just learned to live with the fact that I don't have getsubopt() in a library, so I hard-included it into my project. Now I have the same problem with vasprint(): #include #include int main() { vasprint(.); return 0; } the linked can't find a reference to vasprint(). I tri

Re: linker can't find vasprint()

2003-01-20 Thread Max Bowsher
Maor Avni wrote: > Hi, > > I've just learned to live with the fact that I don't have getsubopt() > in a library, so I hard-included it into my project. > > Now I have the same problem with vasprint(): > > #include > #include > > int main() > { > vasprint(.); > return 0; > } > > > t

RE: accessing network shares through rlogin

2003-01-20 Thread [EMAIL PROTECTED]
Sounds like there's need for code inspection and a possible patch. That's the only idea I can offer that doesn't rely on allot of conjecture (which would be of no value). Absent that, the suggestions you made are the best "workarounds" for the current state. Larry Original Message: -

Re: accessing network shares through rlogin

2003-01-20 Thread Max Bowsher
[EMAIL PROTECTED] wrote: > Sounds like there's need for code inspection and a possible patch. Isn't the consensus that this is an unavoidable artefact of the way Windows authentication works? To summarize: rsh/ssh daemons run as SYSTEM, which has permission to hand out authentication tokens as it

Re: PPPD on cygwin?

2003-01-20 Thread Igor Pechtchanski
On Mon, 20 Jan 2003, Gareth Gregor wrote: > Hi all, > > Sorry if this has been covered on this list in the past, I did search the > archives of the cygwin list and only found one mail that did not explain > things. > > What I want to know is, is there a pppd for cygwin? I use pppd very often to >

Re: Building opengl applications

2003-01-20 Thread Igor Pechtchanski
On Mon, 20 Jan 2003, [iso-8859-1] Mikael Åsberg wrote: > Hello, I am trying to build a simple OpenGL program (an example taken from > the famous "Red Book"). However, during the build process the following > error messages are displayed: > > /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccK0lHn2.o(.

Re: accessing network shares through rlogin

2003-01-20 Thread [EMAIL PROTECTED]
Right. Windows authetication is the main hinderance. However, as the poster pointed out, if you're forced to enter your password (by the lack of a .rhosts file for an rsh session), then Windows password authentication occurs and shares are available. But I guess I should clarify the differenc

Re: accessing network shares through rlogin

2003-01-20 Thread Max Bowsher
[EMAIL PROTECTED] wrote: > Right. Windows authetication is the main hinderance. > However, as the poster pointed out, if you're forced to > enter your password (by the lack of a .rhosts file for an > rsh session), then Windows password authentication > occurs and shares are available. But I guess

Re: accessing network shares through rlogin

2003-01-20 Thread Corinna Vinschen
On Mon, Jan 20, 2003 at 11:51:53AM -0500, [EMAIL PROTECTED] wrote: > Right. Windows authetication is the main hinderance. > However, as the poster pointed out, if you're forced to > enter your password (by the lack of a .rhosts file for an > rsh session), then Windows password authentication >

RE: Building opengl applications

2003-01-20 Thread Mikael Åsberg
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Mikael Åsberg" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 5:45 PM Subject: Re: Building opengl applications > On Mon, 20 Jan 2003, [iso-8859-1] Mikael Åsberg wrote: > > > Hello, I am t

Re: Building opengl applications

2003-01-20 Thread Andre Bleau
Mikael Åsberg wrote: Hello, I am trying to build a simple OpenGL program (an example taken from the famous "Red Book"). However, during the build process the following error messages are displayed: /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccK0lHn2.o(.text+0xe):test.c: undefined reference to `g

RE: Building opengl applications

2003-01-20 Thread Igor Pechtchanski
On Mon, 20 Jan 2003, [iso-8859-1] Mikael Åsberg wrote: > - Original Message - > From: "Igor Pechtchanski" <[EMAIL PROTECTED]> > To: "Mikael Åsberg" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Monday, January 20, 2003 5:45 PM > Subject: Re: Building opengl applications > > > > On

RE: accessing network shares through rlogin

2003-01-20 Thread Vince Hoffman
Pierre Humblet suugested a possible work around, i havent tried this though. http://sources.redhat.com/ml/cygwin/2002-12/msg01178.html > -Original Message- > From: Rob Siklos [mailto:[EMAIL PROTECTED]] > Sent: 20 January 2003 15:21 > To: [EMAIL PROTECTED] > Subject: accessing network share

Re: Building opengl applications

2003-01-20 Thread Mikael Åsberg
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Mikael Åsberg" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 6:09 PM Subject: RE: Building opengl applications > On Mon, 20 Jan 2003, [iso-8859-1] Mikael Åsberg wrote: > > > - Origin

RE: Building opengl applications

2003-01-20 Thread Mikael Åsberg
All problems have been solved, thanks for your help! // Mikael -- 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: please try the latest snapshot

2003-01-20 Thread Jason Tishler
Chris, On Fri, Jan 17, 2003 at 10:39:25PM -0500, Christopher Faylor wrote: > On Fri, Jan 17, 2003 at 08:04:43PM -0500, Christopher Faylor wrote: > >On Fri, Jan 17, 2003 at 04:17:27PM -0500, Jason Tishler wrote: > >>I spoke too soon. I'm getting segmentation faults and stuff like > >>the following

Re: Announce: ioperm-0.2.1 for cygwin released

2003-01-20 Thread Max Bowsher
Marcel Telka wrote: > On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote: >> On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote: >>> This software adds support for ioperm() function to Cygwin. This >>> support includes sys/io.h and sys/perm.h header files (not included >>>

Re: Announce: ioperm-0.2.1 for cygwin released

2003-01-20 Thread Marcel Telka
On Mon, Jan 20, 2003 at 05:57:42PM -, Max Bowsher wrote: > Marcel Telka wrote: > > On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote: > >> On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote: > >>> This software adds support for ioperm() function to Cygwin. This > >>>

Re: Announce: ioperm-0.2.1 for cygwin released

2003-01-20 Thread Christopher Faylor
On Mon, Jan 20, 2003 at 07:06:23PM +0100, Marcel Telka wrote: >$ objdump -x ioperm.sys >BFD: ioperm.sys (.text): Section flag IMAGE_SCN_MEM_NOT_PAGED (0x800) ignored >BFD: ioperm.sys (.text): Section flag IMAGE_SCN_MEM_NOT_PAGED (0x800) ignored >objdump: ioperm.sys: File format not recogni

Re: Announce: ioperm-0.2.1 for cygwin released

2003-01-20 Thread Marcel Telka
On Mon, Jan 20, 2003 at 01:11:07PM -0500, Christopher Faylor wrote: > On Mon, Jan 20, 2003 at 07:06:23PM +0100, Marcel Telka wrote: > >$ objdump -x ioperm.sys > >BFD: ioperm.sys (.text): Section flag IMAGE_SCN_MEM_NOT_PAGED (0x800) ignored > >BFD: ioperm.sys (.text): Section flag IMAGE_SCN_MEM

[ANNOUNCEMENT] sunrpc-4.0-1

2003-01-20 Thread Robb, Sam
The sunrpc package is now available via setup.exe This package contains a port of Sun Microsystem's implementation of the RPC and XDR protocols. It also includes complete documentation, utilities, RPC service specification files, and demonstration services in the format used by the RPC protocol c

Re: accessing network shares through rlogin

2003-01-20 Thread [EMAIL PROTECTED]
Never mind. I forgot that there isn't the needed information (password) in the rhosts file for this. So this isn't worth exploring (by anyone). The original poster will have to be content to not use a .rhosts file, use telnet, or set up a server running under his user credientials. All these o

Re: emacs error ad-Orig-documentation called with 5 arguments

2003-01-20 Thread Dan Holmsand
Joe, Joe Buehler wrote: I think this (long-running) problem has something to do with the fact that emacs under Cygwin now has unexec(). If you roll back to emacs 21.2-9 you will not have any problems. I think I've found the problem: /usr/share/emacs/21.2/etc/DOC-21.2.1 seems to be missing a f

inetd fails to start services

2003-01-20 Thread Kirschner, Paul E. UTRC
I cannot get inetd services to start even after following the README. I've got win2000, the latest cygwin and inetutils-1.3.2-20 installed. I added "CYGWIN=binmode tty ntsec" and "d:\cygwin\bin" to the path for the system variables. Did the "/usr/sbin/inetd --install-as-service" and "net start ine

Re: inetd fails to start services

2003-01-20 Thread Igor Pechtchanski
On Mon, 20 Jan 2003, Kirschner, Paul E.UTRC wrote: > I cannot get inetd services to start even after following the README. I've > got win2000, the latest cygwin and inetutils-1.3.2-20 installed. > > I added "CYGWIN=binmode tty ntsec" and "d:\cygwin\bin" to the path for the > system variabl

Re: Announce: ioperm-0.2.1 for cygwin released

2003-01-20 Thread Marcel Telka
On Mon, Jan 20, 2003 at 08:43:21PM -, Max Bowsher wrote: > Marcel Telka wrote: > > On Mon, Jan 20, 2003 at 05:57:42PM -, Max Bowsher wrote: > >> Marcel Telka wrote: > >>> On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote: > On Mon, Jan 20, 2003 at 03:57:35PM +0100, Mar

Re: inetd fails to start services

2003-01-20 Thread Kirschner, Paul E. UTRC
That was the answer - thanks. I installed it as "just me". -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 3:50 PM To: Kirschner, Paul E. UTRC Cc: [EMAIL PROTECTED] Subject: Re: inetd fails to start services On Mon, 20 Jan 2003, Kirsc

Re: inetd fails to start services

2003-01-20 Thread Max Bowsher
Kirschner, Paul E. UTRC wrote: > d:/cygwin / userbinmode > d:/cygwin/etc /etcuserbinmode > d:/cygwin/bin /usr/binuserbinmode > d:/cygwin/lib /usr/libuserbinmode There's your problem. You will need to remount those as system mounts. Also, why th

Re: linker can't find getsubopt()

2003-01-20 Thread Max Bowsher
Christopher Faylor wrote: > I don't think it is that simple. Cygwin doesn't use the getopt that > comes with newlib. Ah. Just because I'm curious, why? > Is there supposed to be any correspondence between > the getopt version and the getsubopt version? I've just looked at newlib's getsubopt.c.

Re: inetd fails to start services

2003-01-20 Thread Max Bowsher
Kirschner, Paul E. UTRC wrote: > /etc/inetd.conf: No such file or directory." > > BUT inetd.conf IS there... > > Why can't inetd find inetd.conf? The first thing to look at would be the Cygwin mount table. Post cygcheck -svr output please. Max. -- Unsubscribe info: http://cygwin.com/m

Re: Announce: ioperm-0.2.1 for cygwin released

2003-01-20 Thread Max Bowsher
Marcel Telka wrote: > On Mon, Jan 20, 2003 at 05:57:42PM -, Max Bowsher wrote: >> Marcel Telka wrote: >>> On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote: On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote: > This software adds support for ioperm() functi

1-19 Snapshot: More Signal 11's

2003-01-20 Thread Gary R Van Sickle
I'm getting "Signal 11"s (whatever that is) when doing a build of gcc from cvs (cross): " [...] make[1]: Entering directory `/home/grvs/build-newgcc/gcc' ./gengtype Signal 11 make[1]: *** [s-gtype] Error 139 [...] " gengtype is an exe, it generated a stack dump (attached if that helps). cygcheck

Re: [Mingw-users] Re: Solving the "relink exe's" libtool problem[take 3]

2003-01-20 Thread Earnie Boyd
This patch passes my test. What do we need to do to get this accepted into libtool cvs HEAD? Earnie. Charles Wilson wrote: Okay, this version 1) puts lt-foo.c into .libs 2) "libtool --mode=clean" does the right thing --- cleans up foo, foo.exe, .libs/foo.exe, .libs/lt-foo.c, plus whatever el

Re: [Mingw-users] Re: Solving the "relink exe's" libtool problem[take 3]

2003-01-20 Thread Bruce Korb
Earnie Boyd wrote: > > This patch passes my test. What do we need to do to get this accepted > into libtool cvs HEAD? > > + newargz[0] = xstrdup("/bin/sh"); This may not be the shell and there is no point allocating it. It is fine to use it from static memory. -- Unsubscribe info: http:/

Re: Announce: ioperm-0.2.1 for cygwin released

2003-01-20 Thread Marcel Telka
On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote: > On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote: > >This software adds support for ioperm() function to Cygwin. This support > >includes sys/io.h and sys/perm.h header files (not included in Cygwin by > >default) tog

Re: Announce: ioperm-0.2.1 for cygwin released

2003-01-20 Thread Randall R Schulz
Marcel et. al., At 09:52 2003-01-20, Marcel Telka wrote: On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote: > On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote: > >This software adds support for ioperm() function to Cygwin. This support > >includes sys/io.h and sys/per

Re: [Mingw-users] Re: Solving the "relink exe's" libtool problem[take3]

2003-01-20 Thread Charles Wilson
Bruce Korb wrote: Earnie Boyd wrote: This patch passes my test. What do we need to do to get this accepted into libtool cvs HEAD? + newargz[0] = xstrdup("/bin/sh"); This may not be the shell and there is no point allocating it. It is fine to use it from static memory. Okay, the secon

No graphics.h in Cygwin ??

2003-01-20 Thread Oodini
Hello, I am developing in C, and I am surprised to not find any graphics.g in my Cygwin distribution. Coudl someone explain me why ?? -- . . . .:::. ### \|/` ___ ' :(o o): . (o o) (o o) - (O o) - ooO--(_)--Ooo-ooO--(_)--Ooo-ooO--(_)--O

RE: No graphics.h in Cygwin ??

2003-01-20 Thread [EMAIL PROTECTED]
We're mean. (Sorry for infringing on your trademark, cgf! ;-) ) I'm not sure where you've seen this file to the extent that you would expect to see it in Cygwin. I did a quick google and found at least 3 references to different files called 'graphics.h' in the first 20 hits. None of them had

Re: [Mingw-users] Re: Solving the "relink exe's" libtool problem[take3]

2003-01-20 Thread Charles Wilson
easy enough. But what's the best way to use "the shell"? Do a unquoted replacement (< Yes. Somewhere, buried in the configury stuff is an environment variable named something like, "CONFIG_SHELL". That's what you want. If it is not available, then imitating the techniques used to obtain it

Re: [Mingw-users] Re: Solving the "relink exe's" libtool problem[take3]

2003-01-20 Thread Bruce Korb
Charles Wilson wrote: > > Bruce Korb wrote: > > Earnie Boyd wrote: > > > >>This patch passes my test. What do we need to do to get this accepted > >>into libtool cvs HEAD? > > > > > >>>+ newargz[0] = xstrdup("/bin/sh"); > >> > > > > This may not be the shell and there is no point allocating it.

Re: Solving the "relink exe's" libtool problem[take4]

2003-01-20 Thread Charles Wilson
[dropped automake-patches from the CC: list; this discuession has long since ceased involving automake] This version addresses the two issues raised by Bruce: using the shell that is appropriate for the platform, as determined during configure (since that is how the libtool variable $SHELL is a

RE: No graphics.h in Cygwin ??

2003-01-20 Thread Dockeen
The graphics.h I have run into the most is related to some Borland proprietary graphics. Like conio.h and some other header files people may have gotten used to, it is in no way an ANSI standard header. It is therefore not reasonable to expect to find it in any environment you come to. It may be

Re: linker can't find getsubopt()

2003-01-20 Thread Christopher Faylor
On Mon, Jan 20, 2003 at 08:59:35PM -, Max Bowsher wrote: >Christopher Faylor wrote: >> I don't think it is that simple. Cygwin doesn't use the getopt that >> comes with newlib. > >Ah. Just because I'm curious, why? > >> Is there supposed to be any correspondence between >> the getopt version a

Which cygwin package is stty in?

2003-01-20 Thread Reza Roodsari
Hello everyone, Which cygwin package includes stty in it? Thanks -- 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: Which cygwin package is stty in?

2003-01-20 Thread Randall R Schulz
Reza, As always, this kind of question is best answered by a visit to . Best results are obtained if you know the precise file name. In this case, it's "stty.exe" and the package is "sh-utils". Currently package versions 2.0-3 and 2.0.15-3 are available. Randall S

apache 1.3.27 binary install problems

2003-01-20 Thread George Rypysc III
I've sucessfully used the build of apache (1.3.24) that came with Cygwin on Windows 2000 (SP-2) but I've struggled getting it to work on Windows XP (SP-1) using the same install files. I've read previous posts about the rebasing issue and they have helped get me past that error, but I still ge

cvs wont connect to remote

2003-01-20 Thread Patrick Nelson
Win98 with new install of cygwin (including cvs). CVS repository is on a remote Linux system. Everyone can connect to this system which is running pserver. Even this Win98 system can connect using WinCVS. On my cygwin system a "echo $CVSROOT" correctly reveals :pserver:pnelson@: On the cygwin