This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Questions how to test correct c++ library install.
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Llappin4 at netscape dot net, mrs at apple dot com
- Date: Fri, 11 Oct 2002 13:49:55 -0500
- Subject: Re: Questions how to test correct c++ library install.
- Organization: Red Hat / Chicago
On most targets, in the build directory:
make check-script-install
This uses the installed compiler.
-benjamin