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: Attempting build of setup.exe from source-tarball fail ("no joy")


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/


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