This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: mknumeric_limits not being run.
- To: llewelly at 198 dot dsl dot xmission dot com
- Subject: Re: mknumeric_limits not being run.
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Thu, 9 Dec 1999 11:40:35 -0800 (PST)
- cc: libstdc++ at sourceware dot cygnus dot com
> I grepped through the output of make, and I could find no evidence
> that mknumeric_limits was ever run.
mknumeric_limits should be run after the libio parts are built, and should
generate a (bld_dir)/bits/std_limits.h
Can you provide information on your host platform and compiler version
please? (Is this Solaris?)
> `$(top_builddir)/src/limitsMEMBERS.cc' is in subdirectory
This is symptomatic of the automake-1.4 that is not CYGNUS_LOCAL. Thus,
you are strongly urged not to run automake on the libstdc++-v3 sources
untill Tromey or whoever releases an updated automake.
Please make sure your Makefiles, Makefile.ams, and Makefile.ins are
completey up-to-date with the CVS repository.
> however, automake still generated a Makefile.in .
. . . which appears to be flawed. . .
-benjamin