This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem building OpenSSH


Hi All...

Its looking for conftest, but I don't see one anywhere. Where should I find 
it?

configure:1022: PATH=".;."; conftest.sh
conftest.sh: not found
configure:1025: $? = 127
configure:1079: checking for gcc
configure:1094: found /usr/bin/gcc
configure:1102: result: gcc
configure:1330: checking for C compiler version
configure:1333: gcc --version </dev/null >&5
2.95.3-5
configure:1336: $? = 0
configure:1338: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs
gcc version 2.95.3-5 (cygwin special)
configure:1341: $? = 0
configure:1343: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1346: $? = 1
configure:1372: checking for C compiler default output
configure:1375: gcc    conftest.c  >&5
configure:1378: $? = 0
configure:1407: result: a.exe
configure:1412: checking whether the C compiler works
configure:1418: ./a.exe
./a.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 <cygwin@cygwin.com>
>To: cygwin@cygwin.com
>Subject: Re: Problem building OpenSSH
>Date: Mon, 22 Apr 2002 16:32:15 +0200
>
>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/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 `--host'.
> >
> > What do I have broken?
>
>Check the file config.log to see what configure did.  It will show
>you the problem.
>
> > Also, I have in my notes using --with-pcre as a configure otion. Is that
> > needed (why/why not)?
>
>Not needed.  OpenSSH isn't using any regex implementation anymore.
>
>Corinna
>
>--
>Corinna Vinschen                  Please, send mails regarding Cygwin to
>Cygwin Developer                                mailto:cygwin@cygwin.com
>Red Hat, Inc.
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Bug reporting:         http://cygwin.com/bugs.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]