This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: how to build for solaris 8?
- To: Benjamin Kosnik <bkoz at cygnus dot com>
- Subject: Re: how to build for solaris 8?
- From: Bruno dot Voigt at ic3s dot de
- Date: Fri, 24 Mar 2000 15:17:36 +0100
- Cc: libstdc++ at sourceware dot cygnus dot com, pedwards at jaj dot com
Hi ..
well the only installed libio.h's I found are located in:
/usr/local/g++-3/libio.h
/usr/local/g++-3/libioP.h
/usr/local/g++-v3/shadow/libio.h
Bruno
--
Bruno.Voigt@ic3s.de # IC3S AG # Tel. +49.4106.655.105 # Fax. +49.4106.4618
http://www.ic3s.de # Mobile +49.700.686.00.686
> /usr/local/include/g++-v3/bits/c++io.h:35: libio.h: No such file or
directory
should be in (prefix)/include/libio.h
> What has changed?
> I also discovered that there are two directories in /usr/local/include:
> "g++-v3" and a "g++-3" path. That is the purpose of the last? Where does
it come from??
libstdc++-v3 installs in g++-v3. libstdc++-v2 installs in g++-3.
This is pretty confusing. At some point, a sane approach should be adopted.
-benjamin