configure error: cannot find install-sh or install.sh in ../.. "../../winsup/cygwin"/../..

Ryan McLeod r.mcleod20@gmail.com
Mon Jul 19 17:26:00 GMT 2010


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, so not to sure what to do from here.

Thanks, Ryan

On Mon, Jul 19, 2010 at 1:07 PM, Christopher Faylor
<cgf-use-the-mailinglist-please@cygwin.com> wrote:
> On Mon, Jul 19, 2010 at 01:04:53PM -0400, Ryan McLeod wrote:
>>Problems love me,
>>
>>getting some make issues now when i run make in the build directory.
>>
>>/usr/include/sys/select.h:78: error: conflicting types for 'fd_set'
>>/home/rmcleod/cygwin/winsup/w32api/lib/../include/winsock2.h:64 note:
>>previous declaration of 'fd_set' was here
>>/usr/include/sys/select.h:109: error: conflicting types for 'select'
>>/home/rmcleod/cygwin/winsup/w32api/lib/../include/winsock2.h632: note:
>>previous declaration of 'select' was here
>>
>>I am doing this process on Ubuntu, as i believe thats how im supposed
>>to cross compile something for cygwin; do it from linux.
>
> Something is mixing windows header files with cygwin header files.  You
> shouldn't be using winsock2.h in a cygwin program.
>
> 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
>
>

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



More information about the Cygwin mailing list