[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] GM2 on HP-UX 11.11 (PARISC) Status Report
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] GM2 on HP-UX 11.11 (PARISC) Status Report |
Date: |
08 Jan 2007 14:55:23 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Gaius Mulley <address@hidden> writes:
> Hi John,
>
> > 3. I tried gmake gm2.paranoid. The linker seems unable to find any of
> > the symbols:
> >
> > ranlib gm2/gm2-libs/libgm2.a
> > gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
> > -Wmissing-prototypes -DHAVE_CONFIG_H -o stage2/gm2/cc1gm2
> > gm2/gccgm2.o gm2/gm2builtins.o gm2/gm2-lang.o gm2/stor-layout.o
> > gm2/gm2-compiler/gm2.a gm2/gm2-libs/libgm2.a \
> > gm2/gm2-compiler/m2flex.o main.o
> > libbackend.a ../libcpp/libcpp.a ../libcpp/libcpp.a -lintl -liconv
> > ../libiberty/libiberty.a
> > /usr/ccs/bin/ld: Unsatisfied symbols:
> > memset (first referenced in gm2/gm2-compiler/gm2.a(Indexing.o)) (data)
> > SymbolTable_GetVarPointerCheck (first referenced in
> > gm2/gm2-compiler/gm2.a(M2Quads.o)) (data)
> > gm2builtins_BuiltInAlloca (first referenced in
> > gm2/gm2-compiler/gm2.a(M2GenGCC.o)) (data)
> > SymbolTable_IsTemporary (first referenced in
> > gm2/gm2-compiler/gm2.a(M2Quads.o)) (data)
> > M2Entity_IsLValue (first referenced in
> > gm2/gm2-compiler/gm2.a(M2SubExp.o)) (data)
> > [...lots of symbols...]
>
> I've not seen this problem recently. Does it succeed building
> stage2/gm2/cc1gm2 or does it fail on linking stage3/gm2/cc1gm2 ?
Hi John,
woops, forget this question - I see from the above it was
stage2/gm2/cc1gm2.. I was side tracked by the make gm2.paranoid
failure :-)
regards,
Gaius