------- Comment #8 from mckelvey at maskull dot com 2010-04-01 21:20 -------
(In reply to comment #5)
> You have a bad c++ in your path:
>
> configure:4892: checking whether we are using the GNU C++ compiler
> configure:4911: c++ -c conftest.cpp >&5
> /usr/local/libexec/gcc/i686-pc-cygwin/4.5.0/cc1plus.exe: error while loading
> shared libraries: ?: cannot open shared object file: No such file or directory
> configure:4911: $? = 1
>
I defined CXX to point to /usr/bin/c++. The build has now gone past the
previous error point.
I don't remember c++ being needed to bootstrap in the past. Anyway, it now
fails in libgcc with a different shared library problem. I will attach log.
cygcheck shows a reference to a sjlj dll, although --disable-sjlj-exceptions is
specified:
$ cygcheck ./gcc/cc1.exe
C:\jimdata\home\cvsroot\gcc-obj\gcc\cc1.exe
C:\cygwin\bin\cygcloog-0.dll
C:\cygwin\bin\cyggcc_s-1.dll
C:\cygwin\bin\cygwin1.dll
C:\WINDOWS\system32\ADVAPI32.DLL
C:\WINDOWS\system32\KERNEL32.dll
C:\WINDOWS\system32\ntdll.dll
C:\WINDOWS\system32\RPCRT4.dll
C:\WINDOWS\system32\Secur32.dll
C:\cygwin\bin\cyggmp-3.dll
C:\cygwin\bin\cygppl_c-2.dll
C:\cygwin\bin\cygppl-7.dll
C:\cygwin\usr\local\bin\cygstdc++-6.dll
C:\cygwin\bin\cyggmpxx-4.dll
C:\cygwin\bin\cygiconv-2.dll
C:\cygwin\bin\cygmpc-1.dll
C:\cygwin\bin\cygmpfr-1.dll
cygcheck: track_down: could not find cyggcc_s-sjlj-1.dll
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43619