This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Strange autoheader problems...


Hi evertone...

After Loren's reply I believed I was almost done... illusion :-(

My next stumbling block is the following error, which I'm seeing both with and /without/ my changes to acinclude.m4 and configure.in. After aclocal and autoconf, I run autoheader and get:

/usr/local/bin/autoheader: Symbol `HAVE_DRAND48' is not covered by /usr/local/share/autoconf/acconfig.h ./acconfig.h
/usr/local/bin/autoheader: Symbol `HAVE_GETPAGESIZE' is not covered by /usr/local/share/autoconf/acconfig.h ./acconfig.h
/usr/local/bin/autoheader: Symbol `HAVE_SETENV' is not covered by /usr/local/share/autoconf/acconfig.h ./acconfig.h
/usr/local/bin/autoheader: Symbol `HAVE_SIGSETJMP' is not covered by /usr/local/share/autoconf/acconfig.h ./acconfig.h

If I understand well, I *must* run autoheader, since, without it, the result of the test for HAVE_ISATTY is not copied to config.h, right?

Thanks again,
Paolo.

P.S. automake-1.4-p6, autoconf-2.13.


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