[RFU] [1.7] Base-Files

2009-02-13 Thread John Morrison
I've updated this with the patch from Herb Maeder (thanks Herb, sorry it took me so long!). I propose leaving the 1.5 as is and just go forward with 1.7. Change Log -- 3.8-1 * Update to Cygwin 1.7 version - Herb Maeder

Re: [RFU] [1.7] Base-Files

2009-02-13 Thread Pierre A. Humblet
- Original Message - From: John Morrison j...@morrison.mine.nu To: cygwin-apps@cygwin.com Sent: Friday, February 13, 2009 10:50 AM Subject: [RFU] [1.7] Base-Files | I've updated this with the patch from Herb Maeder (thanks Herb, sorry it | took me so long!). I propose leaving the 1.5

Re: [RFU] [1.7] Base-Files

2009-02-13 Thread John Morrison
| I've updated this with the patch from Herb Maeder (thanks Herb, sorry it | took me so long!). I propose leaving the 1.5 as is and just go forward | with 1.7. John, /etc/profile contains if [ ! -d ${HOME} ]; then mkdir -p ${HOME} echo Copying skeleton files. The

Re: [RFU] [1.7] Base-Files

2009-02-13 Thread Pierre A. Humblet
- Original Message - From: John Morrison To: Pierre A. Humblet Cc: cygwin-apps Sent: Friday, February 13, 2009 1:09 PM Subject: Re: [RFU] [1.7] Base-Files | | Patch would be appreciated, thanks Pierre; I've not got an environment | which could test that. Here it is, --- profile.orig

Re: FAQ entries about emacs

2009-02-13 Thread Jari Aalto
Corinna Vinschen corinna-cyg...@cygwin.com writes: Hi Volker, can you do me a favor? Can you have a look into the FAQ entries Is there a Cygwin port of GNU Emacs? and the next one What about NT Emacs? and suggest a rewrite? The information given in these two FAQ entries is certainly

Re: [RFU] [1.7] Base-Files

2009-02-13 Thread Dave Korn
Pierre A. Humblet wrote: + else + OLDHOME=$HOME + { [ -d $TEMP ] HOME=$TMP; } || { [ -d /tmp ] HOME=/tmp; } || HOME=/ Looks like a typo to me. Perhaps you meant { [ -d $TEMP ] HOME=$TEMP; } || ( [ -d $TMP ] HOME=$TMP; }

Re: [RFU] [1.7] Base-Files

2009-02-13 Thread John Morrison
- Original Message - From: John Morrison To: Pierre A. Humblet Sent: Friday, February 13, 2009 1:09 PM Subject: Re: [RFU] [1.7] Base-Files | | Patch would be appreciated, thanks Pierre; I've not got an environment | which could test that. Here it is, + { [ -d

Re: [RFU] [1.7] Base-Files

2009-02-13 Thread Pierre A. Humblet
- Original Message - From: Dave Korn To: cygwin-apps Sent: Friday, February 13, 2009 3:05 PM Subject: Re: [RFU] [1.7] Base-Files | Pierre A. Humblet wrote: | | + else | + OLDHOME=$HOME | + { [ -d $TEMP ] HOME=$TMP; } || { [ -d /tmp ] HOME=/tmp;

Re: [RFU] [1.7] Base-Files

2009-02-13 Thread Pierre A. Humblet
- Original Message - From: Dave Korn To: cygwin-apps Sent: Friday, February 13, 2009 3:05 PM Subject: Re: [RFU] [1.7] Base-Files | Pierre A. Humblet wrote: | | + else | + OLDHOME=$HOME | + { [ -d $TEMP ] HOME=$TMP; } || { [ -d /tmp ] HOME=/tmp; }

Re: [RFU] [1.7] Base-Files 3.8-2

2009-02-13 Thread John Morrison
Change Log -- 3.8-2 * The skeleton files are copied even if the the mkdir has failed. This happens to network users who install Cygwin while connected, with HOME on a network drive, and then later use their laptop while disconnected. In that case the skeleton files

Re: [RFC] GCC-4 new packaging.

2009-02-13 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave Korn wrote: Yaakov (Cygwin/X) wrote: I'm tempted to suggest a libstdc++6-devel (yes, versioned, because the includes and link libs are in versioned directories), for C++ libtool libraries that provide a C interface (and hence may be built