This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: Headers for libstdc++-v3 not installed for make install
- To: libstdc++ at sources dot redhat dot com, andrew at lvadp dot fc dot hp dot com
- Subject: Re: Headers for libstdc++-v3 not installed for make install
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Thu, 7 Sep 2000 16:34:49 -0700
$ ./configure --prefix=/usr/local/latestgcc --enable-threads=posix \
--enable-long-long --enable-libstdcxx-v3
means that the headers for libstdc++-v3 should be installed in
/usr/local/latestgcc/include/g++-v3/
you can see what happens when you try a 'make
target-libstdc++-v3-install' in the root level of your build tree. The
headers should be copied to the above location.
-benjamin