This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
errors when compiling gcc-3.4.4 and gcc-4.0.0 on i386 freebsd -5.2.1.
- From: "wangxiuli" <wangxiuli at blcu dot edu dot cn>
- To: gcc at gcc dot gnu dot org <gcc at gcc dot gnu dot org>
- Date: Tue, 28 Jun 2005 8:47:31 +0800
- Subject: errors when compiling gcc-3.4.4 and gcc-4.0.0 on i386 freebsd -5.2.1.
- Reply-to: wangxiuli at blcu dot edu dot cn
gcc some errors appear when compiling gcc-3.4.4 and gcc-4.0.0 on i386 freebsd -5.2.1.those errrors are caused by byacc's convention of arguments .how to solve them?
%make
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
bindtextdom.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
dcgettext.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
dgettext.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
gettext.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
finddomain.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
loadmsgcat.c
gcc -c -g -O2 -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/newgcc-4/share/
locale\"" -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/localealias.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
textdomain.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
l10nflist.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
explodename.c
gcc -c -g -O2 -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/newgcc-4/share/locale\"
" -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/dcigettext.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
dcngettext.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
dngettext.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-4.0.0/intl ../../gcc-4.0.0/intl/
ngettext.c
byacc --name-prefix=__gettext --output plural.c ../../gcc-4.0.0/intl/plural.y
usage: yacc [-dlrtv] [-b file_prefix] [-o output_filename]
[-p symbol_prefix] filename
*** Error code 1
Stop in /usr/home/freeman/gcc-build/intl.
*** Error code 1
Stop in /usr/home/freeman/gcc-build.
%
wangxiuli
wangxiuli@blcu.edu.cn
2005-06-28