hmmm

2007-06-23 Thread LANCE TRAYNOR
No idea what cygwin is and don' t care. If you'd like to hear a street version of Corinna, Corinna check out Ted Hawkins. Think he was a street musician from Calif. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen

RE: Help compiling gcc 4.2.0

2007-06-23 Thread Dave Korn
On 22 June 2007 18:56, Gary Johnson wrote: > On 2007-06-22, Dave Korn wrote: >> On 21 June 2007 21:47, Lee Rhodes wrote: >> >> >>> I am struggling with the infamous unix/dos end-of-line '\r\n' vs '\n' >>> incompatibilities. It seems that no matter what shell I use (bash, sh, >>> Cygwin, rxvt, d

Re: getting emacs in cygwin

2007-06-23 Thread illuzioner
Wynfield Henman wrote: > > Lou, >yes, you can run emacs in cygwin in either of two modes, which > emacs figures out by itself. Either in terminal mode if invoked from > a terminal emulator like, say putty or in full graphical mode if > executed from one of cywin's X-windows. > > And yes,

Reloaded Win XP, now need to reload cygwin - sorta

2007-06-23 Thread Vidiot
I had to replace the mobo because, well, simple, the other one died :-( I had to reload WinXP-SP2 because the mobo drivers that were there didn't simply cause an error and abort, they caused (or at least the one that did this) the boot process to fail and caused a reboot. So, XP-SP2 was reloaded.

Re: getting emacs in cygwin

2007-06-23 Thread Wynfield Henman
Lou, yes, you can run emacs in cygwin in either of two modes, which emacs figures out by itself. Either in terminal mode if invoked from a terminal emulator like, say putty or in full graphical mode if executed from one of cywin's X-windows. And yes, you can run a shell inside it too, if you s

[ANNOUNCEMENT] Updated: git-1.5.2.2-1

2007-06-23 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of git, 1.5.2.2-1, has been uploaded, replacing 1.5.1.3-1 as the current version. NEWS: = This is a new upstream release. See also the package documentation in /usr/share/doc/git-1.5.2.2/, along with the attached upstream release no

getting emacs in cygwin

2007-06-23 Thread illuzioner
hi, i currently run both cygwin and emacs under winXP, but emacs runs separately. can i run emacs in cygwin, and then have a shell inside of emacs? also, based on recommendations by some in this group i got puttycyg. i love that i can expand the window horizontally. however, when i execute

Building Apache Custom Modules on Cygwin?

2007-06-23 Thread Lee Goddard
Can anyone recommend a URI or book for custom-coded C modules for the Apache 2.2.* series, specifically on cygwin? I've been looking at a few tutorials for the same on Unix, but they end in "make" errors on Cygwin, referring to paths unexpectedly being those of directories and not files. It's

[perl #43285] Win32API::File tests language specific

2007-06-23 Thread Reini Urban via RT
Attached patch switches to error numbers to handle various foreign languages. On Fri Jun 22 05:25:57 2007, demerphq wrote: > On 6/21/07, Reini Urban via RT at perl.org> wrote: > > Sorry 'bout the subject. Please change to > > "Win32API::File tests language specific" > > > > Attached is a patch t

Re: default Makefile path

2007-06-23 Thread mostlyharmless
Greg Chicares wrote: > > On 2007-06-23 09:33Z, mostlyharmless wrote: >> When using make under cygwin (which I am using for the first time) I have >> to >> use the -f Makefile option otherwise it says: >> make: *** No targets specified and no makefile found. Stop. >> do I have to set some envir

Re: default Makefile path

2007-06-23 Thread Greg Chicares
On 2007-06-23 09:33Z, mostlyharmless wrote: > When using make under cygwin (which I am using for the first time) I have to > use the -f Makefile option otherwise it says: > make: *** No targets specified and no makefile found. Stop. > do I have to set some environment variable so that I can just t

Re: default Makefile path

2007-06-23 Thread Eric Lilja
mostlyharmless wrote: When using make under cygwin (which I am using for the first time) I have to use the -f Makefile option otherwise it says: make: *** No targets specified and no makefile found. Stop. do I have to set some environment variable so that I can just type 'make'? If I have a fi

default Makefile path

2007-06-23 Thread mostlyharmless
When using make under cygwin (which I am using for the first time) I have to use the -f Makefile option otherwise it says: make: *** No targets specified and no makefile found. Stop. do I have to set some environment variable so that I can just type 'make'? -- View this message in context: http

Re: is perl braindead?

2007-06-23 Thread William Sutton
No...depends on where you run that script from. If you run it anywhere outside of /bozo, it doesn't have the full path, so -d fails. If you change your test to if ( -d "$ldir/$_" ) { print "This is directory: $_\n"; next; } then it works. -- William Sutton On Sat, 23 Jun 2007, Wynfield

is perl braindead?

2007-06-23 Thread Wynfield Henman
From what I read the following should work, but it doesn't. Can one of you familiar with cygwin's perl help me out. Why doesn't the test, -d, for directory work on the subdirectory? It should, in my considered opinion. Below is sufficient code to perform a simple test. Your help is appreciated