------- Comment #7 from jvdelisle at gcc dot gnu dot org  2008-12-03 04:06 
-------
Eric,

Here is the problem I am seeing:

gcc  -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition
-Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H  -o
cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o
c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o
c-semantics.o c-ppoutput.o c-cppbuiltin.o c-objc-common.o c-dump.o c-pch.o
c-parser.o i386-c.o sol2-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o
c-omp.o dummy-checksum.o \
          main.o tree-browser.o libbackend.a ../libcpp/libcpp.a
../libdecnumber/libdecnumber.a ../libcpp/libcpp.a -lintl -liconv
../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/usr/lib -L/usr/lib
-lmpfr -lgmp   -L/usr/lib -L/usr/lib -lmpfr -lgmp
Undefined                       first referenced
 symbol                             in file
libintl_gettext                     c-decl.o
libintl_textdomain                  libbackend.a(intl.o)
libintl_bindtextdomain              libbackend.a(intl.o)
libintl_dgettext                    ../libcpp/libcpp.a(errors.o)
ld: fatal: Symbol referencing errors. No output written to cc1-dummy
collect2: ld returned 1 exit status
gnu-make[3]: *** [cc1-dummy] Error 1
gnu-make[3]: Leaving directory `/home/delisle/gcc/obj44/gcc'
gnu-make[2]: *** [all-stage1-gcc] Error 2
gnu-make[2]: Leaving directory `/home/delisle/gcc/obj44'
gnu-make[1]: *** [stage1-bubble] Error 2
gnu-make[1]: Leaving directory `/home/delisle/gcc/obj44'
gnu-make: *** [all] Error 2

Every time I make an adjustment to configure, I get some other error.  I think
maybe the tool chain is broken on this particular machine.

I used this in an empty build directory:

../gcc44/configure --prefix=/home/delisle/gcc/usr --enable-languages=c,fortran
--enable-64bit --with-gnu-as --with-as=/usr/sfw/bin/gas --without-gnu-ld
--with-ld=/usr/ccs/bin/ld --with-mpfr=/usr --with-gmp=/usr


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38268

Reply via email to