This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: mknumeric_limits not being run.
- To: Benjamin Kosnik <bkoz at cygnus dot com>
- Subject: Re: mknumeric_limits not being run.
- From: Gabriel Dos Reis <gdr at sourceware dot cygnus dot com>
- Date: 09 Dec 1999 21:32:23 +0100
- Cc: llewelly at 198 dot dsl dot xmission dot com, libstdc++ at sourceware dot cygnus dot com
- Organization: None.
- References: <Pine.LNX.4.04.9912091136290.13565-100000@decepticon.cygnus.com>
Benjamin Kosnik <bkoz@cygnus.com> writes:
| > 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?)
Hmm I can't reproduce that behaviour on Solaris.
One of the problem on solaris is object format mismatch, if I
interpret correctly the diagnostics.
-- Gaby