This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: mknumeric_limits not being run.


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]