This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

gcc-3.1.1 make fails - can't find plural.c


i've tried a few times now to get this to work...here's my environment:

FreeBSD wsip68-15-48-50.ri.ri.cox.net 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386


i've tried configuring a few different times with different options, and i'm following the installation manual to the word about creating a build directory and all....make always fails at plural.c, heres the last relevant lines i get from it (i might have some extra at the beginning, but you get the picture) ::

gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/u
sr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I
/usr/gcc-3.1.1/./gcc/intl -I/usr/gcc-3.1.1/./gcc -I/usr/gcc-3.1.1/./gcc/config
-I/usr/gcc-3.1.1/./gcc/../include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prot
otypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long /usr/gcc-3.1
.1/./gcc/intl/ngettext.c -o ngettext.o
: -y -d --name-prefix=__gettext --output plural.c /usr/gcc-3.1.1/./gcc/intl/plur
al.y
rm -f plural.h
gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/u
sr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I
/usr/gcc-3.1.1/./gcc/intl -I/usr/gcc-3.1.1/./gcc -I/usr/gcc-3.1.1/./gcc/config
-I/usr/gcc-3.1.1/./gcc/../include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prot
otypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long plural.c -o
plural.o
gcc: plural.c: No such file or directory
gcc: No input files specified
*** Error code 1

Stop in /usr/gcc/gcc/intl.
*** Error code 1

Stop in /usr/gcc/gcc.
*** Error code 1

Stop in /usr/gcc.
#

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com


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