This is the mail archive of the cygwin 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: configure error: cannot find install-sh or install.sh in ../.. "../../winsup/cygwin"/../..


On Mon, Jul 19, 2010 at 01:12:04PM -0400, Ryan McLeod wrote:
>Can't say im trying to... I ran configure on winsup with some options:
>/home/rmcleod/cygwin/winsu/configure \
>--prefix=/myprefix/xelerance/cross/win2k --target=i686-pc-cygwin
>--without-headers  --with-newlib \
>--disable-shared  --enable-languages=c,c++
>
> then did make and those c errors came back.
>
>I'm not a programmer,...

Then you may be in trouble.  You'll probably need to make some source
code changes to fix this.  Someone has made a bad decision about cygwin,
apparently thinking that it was like Windows rather than like UNIX.

As a very simple change you could just delete any calls to winsock2.h
to see if that fixes things but I suspect that it won't.  You could also
check to see if WIN32 or _WIN32 is being defined anywhere.  It shouldn't
be for Cygwin.

cgf

--
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


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