X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=0.6 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
Date: Mon, 19 Jul 2010 11:29:00 -0400
Message-ID: <AANLkTim0sc0lEQDsnWbOj7GQr8R1nkB8LcAj8FOat1LS@mail.gmail.com>
Subject: configure error: cannot find install-sh or install.sh in ../.. 	"../../winsup/cygwin"/../..
From: Ryan McLeod <r.mcleod20@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

I get the above error when I am trying to cross-compile openswan for
cygwin as laid out here:
http://www.cygwin.com/ml/cygwin/2005-08/msg00175.html

The only thing i do differently is:

../../winsup/configure --prefix=/myprefix/cross
--target=i686-pc-cygwin --without-headers \

--with-newlib --disable-shared --enable-languages=c,c++

changes to:

../winsup/configure --prefix=/myprefix/xelerance/cross/win2k
--target=i686-pc-cygwin --without-headers \

--with-newlib --disable-shared --enable-languages=c,c++

The prefix change is mentioned as that in the openswan documents, but
considering i only go up one directory from winsup

and into a build directory from there, not sure why he specified
../../winsup. I did have to copy install-sh, config.guess and
config.sub into the winsup directory, as i was getting configure
errors then with the install-sh. But now its asking for it

in a directory that seems to be irrelevant to the install. configure
error: cannot find install-sh or install.sh
in ../.. "../../winsup/cygwin"/../..

Thanks for any assistance.


Ryan

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

