[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[DejaGnu] Re: [Bug-dejagnu] problem building dejagnu
From: |
Rob Savoye |
Subject: |
[DejaGnu] Re: [Bug-dejagnu] problem building dejagnu |
Date: |
Sun, 20 May 2001 12:46:13 -0600 |
On Sun, May 20, 2001 at 12:16:00PM +0200, Vaclav Haisman wrote:
> I have downloaded cvs dejagnu because I want to test GCC 3.0 but I was
> unable to build it because of an error. I was trying to compile it with
> one week old cvs gcc. The log is attached. Is this a bug in GCC or in
> dejagnu or somewhere else?
Although I tested against the testsuites for gcc 3.0, I actually only
tested DejaGnu itself with gcc 2.95.3. It's blowing up on some iostream
code in the dejagnu.h header file. In looking at the porting doc for
libstdc++-v3, this has been heavily rewritten since gcc 2.95.3. So I have
to figure out the differences between the older and newer libstdc++
libraries to get this to compile. I just updated my sources to the gcc 3.0
branch, so I'll try to get unit.cc to build with that.
- rob -