Problem building openssh-4.3p2

2006-04-11 Thread Steve Shanks
I am trying to build openssh-4.3p2 portable source under Cygwin running under Windows XP SP2. I have installed Cygwin 1.5.19-4 along with these significant packages (installed using the cygwin setup program): gcc 3.4.4-1 minires-devel 1.00-1 openssl 0.9.8a-1 openssl-devel 0.9.8a-1 openssl097 0.9.

Re: Problem building OpenSSH

2002-04-22 Thread Karl M
Hi All... The problem was that my umask was set to 0177. This made the conftest.sh not executable, and so not found for execution. Thanks, ...Karl >From: Corinna Vinschen <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Problem building OpenSSH >Date: Mon, 22 Apr 2

Re: Problem building OpenSSH

2002-04-22 Thread Karl M
exe: not found configure:1421: $? = 127 configure:1428: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. Thanks, ...Karl >From: Corinna Vinschen <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Problem building OpenSSH >Date: Mon, 22

Re: Problem building OpenSSH

2002-04-22 Thread Gerrit P. Haase
Karl schrieb: > $ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin > checking for gcc... gcc > checking for C compiler default output... a.exe > checking whether the C compiler works... configure: error: cannot run C > compiled programs. > If you meant to cross compile, use `--

Re: Problem building OpenSSH

2002-04-22 Thread Corinna Vinschen
On Mon, Apr 22, 2002 at 07:14:36AM -0700, Karl M wrote: > Hi All... > > It has been a long time since I built OpenSSH. When I cd into the source > directory and do the configure shown in the readme file, I get the > following. > > $ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr

Problem building OpenSSH

2002-04-22 Thread Karl M
Hi All... It has been a long time since I built OpenSSH. When I cd into the source directory and do the configure shown in the readme file, I get the following. $ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin checking for gcc... gcc checking for C compiler default output..