This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure: /bin/sh: no: command not found
* Gerald Pfeifer (pfeifer@dbai.tuwien.ac.at) [20000702 21:51]:
> I'm wondering about the following in my config.cache file. Does the entry
> for xgettext indicate a problem? (I have attached the full file as well.)
>
> ac_cv_path_GMSGFMT=${ac_cv_path_GMSGFMT=no}
> ac_cv_path_MSGFMT=${ac_cv_path_MSGFMT=no}
No, *these* are the culprits, as these will eventually lead to GMSGFMT and
MSGFMT in po/Makefile being substituted with 'no'.
> ac_cv_path_XGETTEXT=${ac_cv_path_XGETTEXT=:}
> :
This is OK, as it prevents the error if a non existing xgettext is called.
The whole damn mess is, that these autoconf macros were written for the
gettext package and don't actually fit for libintl. And they're even wrong
for the gettext package itself, as an installed binary will be preferred
instead of the one that will get built.
I've just returned from four days at Linuxtag and will have a look at that
stuff next week.
Philipp
--
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany
#define NINODE 50 /* number of in core inodes */
#define NPROC 30 /* max number of processes */
-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h