X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,TW_CG,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20100719170741.GA25807@ednor.casa.cgf.cx> References: <4C448319 DOT 3010806 AT gmail DOT com> <20100719170741 DOT GA25807 AT ednor DOT casa DOT cgf DOT cx> Date: Mon, 19 Jul 2010 13:12:04 -0400 Message-ID: Subject: Re: configure error: cannot find install-sh or install.sh in ../.. "../../winsup/cygwin"/../.. From: Ryan McLeod To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Can't say im trying to... I ran configure on winsup with some options: /home/rmcleod/cygwin/winsu/configure \ --prefix=3D/myprefix/xelerance/cross/win2k --target=3Di686-pc-cygwin --without-headers --with-newlib \ --disable-shared --enable-languages=3Dc,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 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. =A0You > shouldn't be using winsock2.h in a cygwin program. > > cgf > > -- > Problem reports: =A0 =A0 =A0 http://cygwin.com/problems.html > FAQ: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 http://cygwin.com/faq/ > Documentation: =A0 =A0 =A0 =A0 http://cygwin.com/docs.html > Unsubscribe info: =A0 =A0 =A0http://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