libstdc++-v3 HOWTO: Chapter 27
llewelly@dbritsch.dsl.xmission.com
llewelly@dbritsch.dsl.xmission.com
Sat Apr 1 00:00:00 GMT 2000
On Thu, 23 Mar 2000, Avi Green wrote:
> Dear folks,
>
> My coworker is a Java programmer who will be doing some Java & C++
> development on a machine I've set up, and he's asked me to install
> libstdc++ so he'll have access to the header files, particularly
> sstream.h. I've been working on this problem for three days, and I
> *still* can't find that file! I have libstdc++ 2.95; I've tried looking
> in both the RPM and and the tarball, and neither one has sstream.h.
sstream.h? The ISO C++ committee renamed it to <sstream> years ago (I
think 1996.)
I do not know of any official rpms for libstdc++. I suggest you get the
source tarball, from
ftp:sourceware.cygnus.com/pub/libstdc++/libstdc++2.90.8pre2.tar.gz
Follow the installation instructions carefully; amoung other things you
will need a build directory of gcc .
>
> They appear to be part of the libstdc++-v3 spec, though:
I have used <sstream> . I assure you <sstream> is part of libstdc++-v3 .
[snip]
More information about the Libstdc++
mailing list