This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: V3 still misdetecting GCC 3.0? [on Alpha Tru64 5.0 system]


On Tue, 3 Jul 2001, I wrote:

> Perhaps we have different problems, but mine is rather obvious when
> you look at the libstdc++-v3/config.log file -- cc1plus dies with
> an internal error on any input, causing configure to guess incorrectly.

A quick update. Looks like pt.c is miscompiled during bootstrap and that's
causing C++ front-end to die mysteriously. I just recompiled cp/pt.c 
without any optimization, and I can finally configure libstdc++-v3.
GDB, 5.0 and the latest snapshot, dumps core when trying to debug, so 
that's no help in finding out where the problem is.

After recompiling cp/pt.c without optimization, I can build the target
libraries (configured with --enable-shared --enable-languages=c++,f77).

Regards,
Mumit




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