bug-bison
[Top][All Lists]
Advanced

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

Re: SEGV running tests on IRIX 6.5.19m


From: Albert Chin
Subject: Re: SEGV running tests on IRIX 6.5.19m
Date: Sun, 30 May 2004 10:12:26 -0500
User-agent: Mutt/1.5.6i

On Sat, May 29, 2004 at 06:02:24PM -0700, Paul Eggert wrote:
> Albert Chin <address@hidden> writes:
> 
> > ...
> > cxx: Error: input.h, line 132: namespace "std" has no member "cerr"
> >       cdebug_ (std::cerr),
> 
> Sorry, I don't know C++ namespaces that well, but I'll guess that this
> is because the Tru64 C++ compiler doesn't conform to the latest C++
> standard.  The easiest fix for me is to check that "std:cerr" works,
> and to reject the C++ compiler otherwise.  I hope the patch below
> accomplishes that.

Ok, I found the problem. Without -std strict_ansi, I needed to
add -D__USE_STD_IOSTREAM to CXXFLAGS. With this, all C++ tests pass on
Tru64 UNIX.

-- 
albert chin (address@hidden)




reply via email to

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