This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs check without libstdc++ installed ?
- To: law at cygnus dot com
- Subject: Re: egcs check without libstdc++ installed ?
- From: "Philippe De Muyter" <phdm at mail dot macqel dot be>
- Date: Mon, 13 Oct 1997 22:06:16 +0200 (MET DST)
- Cc: egcs at cygnus dot com
> > When I run make check in egcs-970910 with my newly installed dejagnu,
> > it fails in libio because one tries to link with -lstdc++.
> > libstdc++ is not in the egcs distribution nor in the infrastructure.
> > Have I done something wrong, or is that a bug, and in that case
> > has it already been fixed ?
> libstdc++ is in the full egcs distribution as well as the g++
> distribution.
>
Sorry, my fault; I had done
configure
make bootstrap compare
make check,
forgetting the `make' command
Philippe