This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
RE: build fails
- To: libstdc++@sourceware.cygnus.com
- Subject: RE: build fails
- From: "Edwards, Phil" <pedwards@ball.com>
- Date: Wed, 12 May 1999 10:56:40 -0600
+ The build failed:
+ make[2]: *** No rule to make target `limitsMEMBERS.cc',
+ needed by `limitsMEMBERS.lo'. Stop.
Go back a few days in the archive and you'll find my message reporting this.
I'm referring you to the archive because I can't recall offhand where
limitsMEMBERS.cc gets generated under the srcdir. :-) You have to copy it
into the builddir.
I /think/ the line is something like
cp libstdc++/src/limitsMEMBERS.cc whereyoubuild/src/limitsMEMBERS.cc
and the build picks up from there okay.
+ I think the -Wall flag should be on by default.
Probably wise.
Phil