Re: dejagnu 1.4.* configure/make fails on MacOS X (10.2.2/Darwin 6.2)
Rob Savoye <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Dec 19, 2002 at 05:23:05AM -0600, Shrisha Rao wrote: > After a successful ./configure, here is the screen readout from `make' > (1.4.1 for example, similar in the other cases): > ../../dejagnu.h: In function `char* testout(int)': > ../../dejagnu.h:115: warning: ISO C++ forbids declaration of > `ostrstream' with You need a newer release, like 1.4.3. This is a problem with using GCC 3.x, which has been fixed. (since 1.4.2) - rob -