Re: Which is it -pc- or -unknown-

2017-10-18 Thread Yaakov Selkowitz
On 2017-10-18 18:26, Steven Penny wrote: > On Wed, 18 Oct 2017 08:45:11, Marco Atzeri wrote: >> For a regex pattern you should include both. >> I do not bore which one is built and distributed on my packages. >> >> E.G. on octave >> >> /usr/lib/octave/site/oct/i686-pc-cygwin >> /usr/lib/octave/site

Re: Which is it -pc- or -unknown-

2017-10-18 Thread Steven Penny
On Wed, 18 Oct 2017 08:45:11, Marco Atzeri wrote: For a regex pattern you should include both. I do not bore which one is built and distributed on my packages. E.G. on octave /usr/lib/octave/site/oct/i686-pc-cygwin /usr/lib/octave/site/oct/x86_64-unknown-cygwin This is certainly not right. I

Re: Which is it -pc- or -unknown-

2017-10-18 Thread JonY
On 10/18/2017 10:41 PM, Yaakov Selkowitz wrote: > On 2017-10-18 14:10, cyg Simple wrote: >> On 10/18/2017 1:11 PM, Yaakov Selkowitz wrote: >>> On 2017-10-18 09:05, cyg Simple wrote: Does anyone care if a patch to config.guess changes the i*:CYGWIN*:* filter to echo ${UNAME_MACHINE}-unknow

Re: Which is it -pc- or -unknown-

2017-10-18 Thread Yaakov Selkowitz
On 2017-10-18 14:10, cyg Simple wrote: > On 10/18/2017 1:11 PM, Yaakov Selkowitz wrote: >> On 2017-10-18 09:05, cyg Simple wrote: >>> Does anyone care if a patch to config.guess changes the i*:CYGWIN*:* >>> filter to echo ${UNAME_MACHINE}-unknown-cygwin? >> >> That would be incorrect. config.guess

Re: Which is it -pc- or -unknown-

2017-10-18 Thread Brian Inglis
On 2017-10-18 13:10, cyg Simple wrote: > On 10/18/2017 1:11 PM, Yaakov Selkowitz wrote: >> On 2017-10-18 09:05, cyg Simple wrote: >>> Does anyone care if a patch to config.guess changes the i*:CYGWIN*:* >>> filter to echo ${UNAME_MACHINE}-unknown-cygwin? >> >> That would be incorrect. config.guess

Re: Which is it -pc- or -unknown-

2017-10-18 Thread cyg Simple
On 10/18/2017 1:11 PM, Yaakov Selkowitz wrote: > On 2017-10-18 09:05, cyg Simple wrote: >> Does anyone care if a patch to config.guess changes the i*:CYGWIN*:* >> filter to echo ${UNAME_MACHINE}-unknown-cygwin? > > That would be incorrect. config.guess is fine as it is. > So the corrective acti

Re: Which is it -pc- or -unknown-

2017-10-18 Thread Yaakov Selkowitz
On 2017-10-18 09:05, cyg Simple wrote: > Does anyone care if a patch to config.guess changes the i*:CYGWIN*:* > filter to echo ${UNAME_MACHINE}-unknown-cygwin? That would be incorrect. config.guess is fine as it is. -- Yaakov signature.asc Description: OpenPGP digital signature

Re: Error: unknown type name ‘pthread_attr_t’ in signal.h

2017-10-18 Thread Yaakov Selkowitz
On 2017-10-18 09:11, Corinna Vinschen wrote: > On Oct 18 07:52, Ken Brown wrote: >> On 10/18/2017 6:13 AM, Corinna Vinschen wrote: >>> On Oct 17 18:36, Jeffrey Walton wrote: On Mon, Oct 16, 2017 at 3:12 AM, Jeffrey Walton wrote: > Hi Everyone, > > I'm trying to build Emacs on Cygw

Re: Error: unknown type name ‘pthread_attr_t’ in signal.h

2017-10-18 Thread Ken Brown
On 10/18/2017 10:11 AM, Corinna Vinschen wrote: On Oct 18 07:52, Ken Brown wrote: [CC-ing the OP in case he is not subscribed to the list.] On 10/18/2017 6:13 AM, Corinna Vinschen wrote: On Oct 17 18:36, Jeffrey Walton wrote: On Mon, Oct 16, 2017 at 3:12 AM, Jeffrey Walton wrote: Hi Everyon

Re: Error: unknown type name ‘pthread_attr_t’ in signal.h

2017-10-18 Thread Corinna Vinschen
On Oct 18 07:52, Ken Brown wrote: > [CC-ing the OP in case he is not subscribed to the list.] > > On 10/18/2017 6:13 AM, Corinna Vinschen wrote: > > On Oct 17 18:36, Jeffrey Walton wrote: > > > On Mon, Oct 16, 2017 at 3:12 AM, Jeffrey Walton > > > wrote: > > > > Hi Everyone, > > > > > > > > I'm

Re: Which is it -pc- or -unknown-

2017-10-18 Thread cyg Simple
On 10/17/2017 3:16 PM, cyg Simple wrote: > The config.guess file[1] is confused. > > 840i*:CYGWIN*:*) > 841 echo ${UNAME_MACHINE}-pc-cygwin > 842 exit ;; > - > 870amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) > 871 echo x86_64-unknown-cygwin > 872 exit ;; > > The GCC executable is x

Re: Which is it -pc- or -unknown-

2017-10-18 Thread Brian Inglis
On 2017-10-18 00:45, Marco Atzeri wrote: > On 18/10/2017 05:29, cyg Simple wrote: >> On 10/17/2017 7:49 PM, Brian Inglis wrote: >>> On 2017-10-17 13:16, cyg Simple wrote: >> I'm only concerned with Cygwin at the moment.  As I understand it the we >> should distribute x86[_64]-unknown-cygwin-*.exe a

RE: ERROR: A specified logon session does not exist. It may already have been terminated

2017-10-18 Thread Fournier, Danny G
I did not add the password to the registry (not knowingly in any case). When we initially setup, we logged in by providing the password and used ssh-copy-id to setup the key. -Original Message- From: Gluszczak, Glenn [mailto:glenn.gluszc...@dell.com] Sent: October-17-17 5:11 PM To: Four

Re: Error: unknown type name ‘pthread_attr_t’ in signal.h

2017-10-18 Thread Ken Brown
[CC-ing the OP in case he is not subscribed to the list.] On 10/18/2017 6:13 AM, Corinna Vinschen wrote: On Oct 17 18:36, Jeffrey Walton wrote: On Mon, Oct 16, 2017 at 3:12 AM, Jeffrey Walton wrote: Hi Everyone, I'm trying to build Emacs on Cygwin. I use the platform as a test bed because of

Re: Error: unknown type name ‘pthread_attr_t’ in signal.h

2017-10-18 Thread Corinna Vinschen
On Oct 17 18:36, Jeffrey Walton wrote: > On Mon, Oct 16, 2017 at 3:12 AM, Jeffrey Walton wrote: > > Hi Everyone, > > > > I'm trying to build Emacs on Cygwin. I use the platform as a test bed > > because of Newlib. Emacs is failing with: > > Forgive my ignorance... Should this question go to the N

Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test)

2017-10-18 Thread JonY
On 10/17/2017 11:47 AM, Steven Penny wrote: > On Sun, 20 Aug 2017 14:16:07, JonY wrote: >> The mingw-w64 cross compilers have been updated: >> >> * mingw64-i686-binutils-2.28.1.12c1f20d >> * mingw64-i686-gcc-6.3.0-1 >> * mingw64-x86_64-binutils-2.28.1.12c1f20d >> * mingw64-x86_64-gcc-6.3.0-1 > > h