gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gm2] Problem building gm2 of 2008-10-03


From: John O Goyo
Subject: [Gm2] Problem building gm2 of 2008-10-03
Date: Tue, 07 Oct 2008 10:54:33 -0400
User-agent: Thunderbird 2.0.0.14 (X11/20080421)

Build failed as indicated here.

gmake[5]: Entering directory `/home/build/bld/gm2-4.1.2/gcc'
ty/%s.def -M0 -q gm2/gm2-auto/pg.mod -o gm2/gm2-auto/pg.c ; \
/../libcpp/include  gm2/gm2-auto/pg.c -o gm2/gm2-auto/pg.o
gm2/gm2-auto/pg.mod:5470: Warning: Expected END, found end of file [227]
gm2/gm2-auto/pg.mod:5470: Warning: Expected END, found end of file [227]
gm2/gm2-auto/pg.mod:5470: Warning: Expected a semicolon, found end of file [227]
gmake[5]: Leaving directory `/home/build/bld/gm2-4.1.2/gcc'
Undefined                       first referenced
 symbol                             in file
_M2_pg_init                         ./mod_init.o
ld: fatal: Symbol referencing errors. No output written to a.out
collect2: ld returned 1 exit status
failed to link gm2/pg
gmake[4]: *** [gm2/pg] Error 1

If we look at the tail of pg.mod, we see the following.

build: gm2-4.1.2=> cat -n gcc/gm2/gm2-auto/pg.mod |tail
  5459     follow := GetFollow(f^.followinfo) ;
  5460     IF IntersectionIsNil(first, follow)
  5461     THEN
  5462        DisposeSetDesc(first) ;
  5463        DisposeSetDesc(follow) ;
  5464        RETURN( FALSE )
  5465     ELSE
  5466        PrettyCommentFactor(f, 3) ;
  5467        NewLine(3) ;
  5468        WriteString('first: ') ;
  5469       build: gm2-4.1.2=> cat -n gcc/gm2/gm2-auto/pg.mod |tail -10
  5459     follow := GetFollow(f^.followinfo) ;
  5460     IF IntersectionIsNil(first, follow)
  5461     THEN
  5462        DisposeSetDesc(first) ;
  5463        DisposeSetDesc(follow) ;
  5464        RETURN( FALSE )
  5465     ELSE
  5466        PrettyCommentFactor(f, 3) ;
  5467        NewLine(3) ;
  5468        WriteString('first: ') ;
  5469

This on Solaris 10/sparc but I suspect the problem to be generic.

john




reply via email to

[Prev in Thread] Current Thread [Next in Thread]