Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-07-27 Thread Michael H.
Julio Costa wrote: Hi Michael, On Thu, Jul 23, 2009 at 10:49, Michael H. wrote: Corinna Vinschen-2 wrote: On Jul 16 12:20, Michael H. wrote: Hello, When I am using cygwin 1.5 both the public/private key and the keyboard authentication with ssh work without problems. On 1.7

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-07-23 Thread Michael H.
Corinna Vinschen-2 wrote: On Jul 16 12:20, Michael H. wrote: Hello, When I am using cygwin 1.5 both the public/private key and the keyboard authentication with ssh work without problems. On 1.7 keyboard authentication also works but public/private key authentication produces following

1.7.0-51: Problem using ssh public/private key authentication

2009-07-16 Thread Michael H.
Hello, When I am using cygwin 1.5 both the public/private key and the keyboard authentication with ssh work without problems. On 1.7 keyboard authentication also works but public/private key authentication produces following error on the machine which I use to connect to the server (client is

syntax error: unexpected end of file errors on build of GCC on mounted /home on network drive, OK on local drive.

2003-02-10 Thread Michael H. Cox
I'm getting random syntax errors in shell scripts (configure and libtool) used in the build of GCC when /home is mounted via a network drive. I recently checked out the released gcc 3.2.2 (tag gcc_3_2_2_release) and tried to build it. I had problems building it because of random shell syntax

RE: How do I build GCC 3.2-3 or is it broken ?

2002-12-13 Thread Michael H. Cox
Check out the following: http://sources.redhat.com/ml/cygwin/2002-11/msg01045.html http://www.cygwin.com/ml/cygwin/2002-12/msg00426.html Mike P.S. Just in case you read this, Chris, didn't mean to upset you or apologize for you. I was just trying to encourage Anurag, who seemed a little

RE: gcc-3.2-3: bootstrap build fails (HAVE_DECL_GETOPT not in config.h?)

2002-12-07 Thread Michael H. Cox
Anurag, A might testy, ain't he ;-). I'm sure he's got a lot of things on his plate, so try to forgive him. Most of the time he provides constructive suggestions/advice. Here's what I've found so far. Anyone else that has more info/corrections, please chime in. There is a GCC PR 8351

RE: Missing getopt.h for MinGW is not a bug.

2002-11-30 Thread Michael H. Cox
-Original Message- From: Robert Collins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 5:14 AM To: Earnie Boyd Cc: [EMAIL PROTECTED] Subject: Re: Missing getopt.h for MinGW is not a bug. On Tue, 2002-11-26 at 23:58, Earnie Boyd wrote: We purposefully do not give

RE: gcc-3.2-3: bootstrap build fails (HAVE_DECL_GETOPT not in config.h?)

2002-11-22 Thread Michael H. Cox
-Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 5:02 PM To: [EMAIL PROTECTED] Subject: Re: gcc-3.2-3: bootstrap build fails (HAVE_DECL_GETOPT not in config.h?) On Wed, Nov 20, 2002 at 10:14:59AM +1100, Nigel Stewart Fiona

RE: gcc-3.2-3: bootstrap build fails (HAVE_DECL_GETOPT not in config.h?)

2002-11-20 Thread Michael H. Cox
I did a google search to try to find specs for unistd.h. I found this link: http://www.opengroup.org/onlinepubs/007908799/xsh/unistd.h.html Not sure how authoritative it is, but it seems to say unistd.h should either directly or indirectly declare getopt(). I think getopt.h in gcc is an

gcc-3.2-3: bootstrap build fails (HAVE_DECL_GETOPT not in config.h?)

2002-11-19 Thread Michael H. Cox
Trying to build gcc-3.2-3 from scratch. Have the near latest versions of everything in cygwin (see cygcheck.out). Used the following configure command line: /usr/src/gcc-3.2-3/configure --with-program-suffix=-3.2-3-test --prefix=$HOM E/projects/install 21 My config.status file shows: