This is the mail archive of the gcc-bugs@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]

cvs-version build failure on IRIX


Hi,

the current CVS version doesn't build anymore on IRIX.
Currently running is version 20001219.

I get some unresolved symbols, see below.
Many thanks for looking into it!

gcc  -DIN_GCC     -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional 
     -pedantic -Wno-long-long -O -DHAVE_CONFIG_H -rpath /usr/LOCAL/lib
      -o cc1 \
      c-parse.o c-lang.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-semantics.o c-dump.o libcpp.a  toplev.o libbackend.a obstack.o   ../libiberty/libiberty.a
ld32: ERROR   33 : Unresolved text symbol "gettext" -- 1st referenced by c-parse.o.
        Use linker option -v to see when and which objects, archives and dsos are loaded.  
ld32: ERROR   33 : Unresolved text symbol "bindtextdomain" -- 1st referenced by toplev.o.
        Use linker option -v to see when and which objects, archives and dsos are loaded.  
ld32: ERROR   33 : Unresolved text symbol "textdomain" -- 1st referenced by toplev.o.
        Use linker option -v to see when and which objects, archives and dsos are loaded.  
ld32: INFO    152: Output file removed because of error.
collect2: ld returned 2 exit status
gmake[2]: *** [cc1] Error 1
gmake[2]: Leaving directory `/ARC/ZIP/EGCS/gcc-cvs/objdir/gcc'
gmake[1]: *** [stage_a] Error 2
gmake[1]: Leaving directory `/ARC/ZIP/EGCS/gcc-cvs/objdir/gcc'
gmake: *** [bootstrap] Error 2

-- 
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany


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