bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-dejagnu] Compiling Using gcc 3.0


From: Jeffrey Oldham
Subject: [Bug-dejagnu] Compiling Using gcc 3.0
Date: Sun, 27 May 2001 20:51:12 -0700
User-agent: Mutt/1.2.5i

To compile today's (27May) dejagnu using gcc 3.0 (as of 22May) on
i686-pc-linux-gnu, I had to modify the source code ala the attached
patch.  I have not yet confirmed the resulting code actually works
correctly.

2001-05-27  Jeffrey Oldham  <address@hidden>

        * acinclude.m4: s/for for/for/
        * dejagnu.h: Add conditional support for sstream.
        (testout): Likewise.  Make return type `const'.

I assume aclocal.m4 and configure will be regenerated.

One additional change needs to be made to the appropriate file: I
needed to use g++, not gcc, to determine the support for libstdc++ v.2
xor 3.  The patch's `configure' chunk demonstrating the change should
instead be placed in some appropriate place.

Hoping this helps,
Jeffrey D. Oldham
address@hidden

Attachment: dejagnu.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]