This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libstdc++ questions
- To: egcs at egcs dot cygnus dot com
- Subject: libstdc++ questions
- From: Jinsong Zhao <zhaojs at Cadence dot COM>
- Date: Mon, 21 Dec 1998 18:35:58 -0800 (PST)
Hi,
I'm new to this list; so don't frown if these questions were asked.
1. When I tried to make libstdc++-2.90.2 on Solaris 2.5, error
appears:
In file included from ../bits/std_complex.h:17,
from complex.cc:11:
../bits/std_iosfwd.h:22: libio.h: No such file or directory
Looks like files /usr/local/egcs/include/g++ are not searched. What
should I do? (I used configure --prefix=/usr/local/egcs)
2. Somehow my home computer (Linux) does not have this trouble. But
the program that uses cout does not print out anything.
Thanks.
Jinsong