From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: hjl@lucon.org (H.J. Lu) Cc: alexl@mpce.mq.edu.au, egcs@cygnus.com Subject: Re: libg++ 2.8.2 980708 addon is released. Date: Wed, 08 Jul 1998 18:52:00 -0000 Message-id: <199807090151.SAA21864@atrus.synopsys.com> References: X-SW-Source: 1998-07/msg00332.html > > I was trying to compile a c++ program on RedHat 5.1 and I discovered > > that there is no std.h in egcs-1.0.2. > > > > is in libg++. > > This is my new libg++ addon for egcs and libstdc++. It is strongly > recommended to install it if you work on egcs and compile the C++ > compiler. It is a very good testbed for C++ and egcs in general. While libg++ is nice for testing (because the libstdc++ testsuite is so weak), I'd recommend against using std.h. Its use means that you've written a less portable program (it requires both g++ and libg++).