X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_24,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <499CAC11.8030900@tlinx.org> Date: Wed, 18 Feb 2009 16:47:13 -0800 From: Linda Walsh User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Attempting build of setup.exe from source-tarball fail ("no joy") References: <17774 DOT 59611 DOT qm AT web30502 DOT mail DOT mud DOT yahoo DOT com> <4991B50A DOT 8020509 AT gmail DOT com> <4991B723 DOT 8080009 AT gmail DOT com> In-Reply-To: <4991B723.8080009@gmail.com> X-Stationery: 0.4.8.12 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Dave Korn wrote: > And then, in order to comply with my GPL obligations, I uploaded a copy of > the source, which you can get from > > http://rapidshare.com/files/196432438/setup-2.573.2.3.tar.bz2 --- Not to cause problems or anything and not anything would likely come of it anyway, but I thought I'd try to give the tarball a spin and see if i could generate the binary (since that is, sorta, the purpose of the Gnu license...so people can rebuild their binaries and/or make mods to them...etc) I downloaded and unpacked, looked at README. At first I didn't run bootstrap.sh, as it said not to use it if I was building from a tarball (which appeared to be the case). That failed in the config...config log section that failed was: configure:2598: checking for C++ compiler version configure:2605: g++ -mno-cygwin --version >&5 g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) ... configure:2608: $? = 0 configure:2615: g++ -mno-cygwin -v >&5 Reading specs from /usr/lib/gcc/i686-pc-mingw32/3.4.4/specs Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug Thread model: posix gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) configure:2618: $? = 0 configure:2625: g++ -mno-cygwin -V >&5 g++: argument to `-V' missing configure:2628: $? = 1 configure:2651: checking for C++ compiler default output file name configure:2678: g++ -mno-cygwin conftest.cpp >&5 g++: installation problem, cannot exec 'cc1plus': No such file or directory configure:2681: $? = 1 ============ locate of cc1plus shows: /lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe /lib/gcc/i686-pc-cygwin/4.3.2/cc1plus.exe /lib/gcc/i686-pc-mingw32/3.4.4/cc1plus.exe ---- It seems like configure is trying to use c++ version 3.4.4 and I see two copies of cc1plus.exe for 3.4.4 depending on whether one is using ming or not. I know I don't have either of those library paths in my PATH executable -- but that should be handled/called by gcc/g++ -- not something I should be concerned about. Any idea what might be causing the problem? I could post a cygcheck output if this was a cygwin bug, but I'm assuming this is SOME variation of a cockpit error since I've never gotten setup or cygwin to build successfully any time I've tried it (sigh). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/