This was clearly an error but I can explain and fix it.
There were overlapping main/gccmain (or so) functions in src/mingw and
src/gcc-4.4.0/gcc/libgcc2.c . Both were calling constructors and
destructors.
Now, here's a debug session that shows that the constructor of the
iostream crashes.
How do
Hmm, very interesting.
\network\x86> gdbserver : /network/x86/ctor.exe
Process /network/x86/ctor.exe created; pid = 100466698
Listening on port
Remote debugging from host 172.17.1.10
ctor B
ctor B
ctor A
Hello
dtor A
dtor B
dtor B
Child exited with status 0
GDBserver exiting
The constru
Hi,
> > My mistake. I changed configure.ac and regenerated configure, but
> then
> > only committed configure.ac .
> >
> > Can you try again ?
>
> CEGCC did compile now, thanks. I am now rebuilding ACE/TAO with this
> new
> compiler.
ACE and TAO do compile, we only have one error in one of the p