This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
OSR 5 bootstrap fails
- To: GCC Developers <gcc at gcc dot gnu dot org>
- Subject: OSR 5 bootstrap fails
- From: Jean-Pierre Radley <jpr at jpr dot com>
- Date: Sun, 25 Jun 2000 20:42:37 -0400
Having just updated my source tree with CVS on SCO OpenServer 5,
'make bootstrap' is failing:
/bin/cc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/s/tools/egcs/gcc/intl -I/s/tools/egcs/gcc/lib -I/s/tools/egcs/gcc/intl/.. -I/s/tools/egcs/gcc/intl/../config -I/s/tools/egcs/gcc/intl/../../include -g /s/tools/egcs/gcc/intl/explodename.c
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explode
name.o
: libintl.a
(cd po && make all)
file=`echo en_GB | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH msgfmt -o $file /s/tools/egcs/gcc/po/en_GB.po
sh: msgfmt: not found
--
JP