Hello all!

>> Lloyd A Treinish <[EMAIL PROTECTED]> writes:

 > That's a nice list to have.

It is indeed.
I just finished a build of dx 4.2.0 under Solaris 8.
(Using gcc 3.2 BTW, but see below).

 > And yes, adding
 > #define HAVE_STRSTREAM_H
 > to dxconfig.h
 > does enable compilation of the rest of the executables and a normal
 > installation under RH8 with gcc 3.2

So it would under Solaris 8.

But I found a cleaner solution:
I added -Wno-deprecated to CPPFLAGS (*not* CXXFLAGS) by issuing

    env CPPFLAGS='-Wno-deprecated <whatever>' ./configure ....

That makes the errors in GARCommand.C go away, since it removes the
reason why the test for <strstream.h> failed. (Gcc issued a warning.)

So, no need to fiddle around maually in dxconfig.h.

Cheers
-Frank

Reply via email to