public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Problems with egcs CVS'd 199810292000UTC on m68k-next-nextstep3
@ 1998-10-30  7:31 Toon Moene
  1998-11-10  2:50 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Toon Moene @ 1998-10-30  7:31 UTC (permalink / raw)
  To: egcs

During stage 1 the build dies with:

a - version.o
a - mbchar.o
ar: creating libcpp.a
gcc  -DIN_GCC    -g -W -Wall  -DHAVE_CONFIG_H   -o fix-header  
fix-header.o \
   scan-decls.o scan.o libcpp.a ` case "obstack.o" in ?*) echo  
obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in  
?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in  
?*) echo  ;; esac `
/bin/ld: archive: libcpp.a has no table of contents, add one with  
ranlib(1) (can't load from it)
collect2: ld returned 1 exit status

Apparently a "lost" ranlib libcpp.a.

When I do this by hand, somewhat later it dies with:

gcc  -DIN_GCC    -g -W -Wall  -DHAVE_CONFIG_H   -o fix-header  
fix-header.o \
   scan-decls.o scan.o libcpp.a ` case "obstack.o" in ?*) echo  
obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in  
?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in  
?*) echo  ;; esac `
/bin/ld: Undefined symbols:
_user_label_prefix
_S_ISDIR
_S_ISREG
collect2: ld returned 1 exit status

_user_label_prefix is probably caused by the recent changes in  
config/nextstep.h, _S_ISDIR and _S_ISREG are POSIX definitions not  
present on NEXTSTEP ?

HTH,
Toon.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problems with egcs CVS'd 199810292000UTC on m68k-next-nextstep3
  1998-10-30  7:31 Problems with egcs CVS'd 199810292000UTC on m68k-next-nextstep3 Toon Moene
@ 1998-11-10  2:50 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1998-11-10  2:50 UTC (permalink / raw)
  To: Toon Moene; +Cc: egcs

  In message <9810301156.AA07097@moene.indiv.nluug.nl>you write:
  > During stage 1 the build dies with:
  > 
  > a - version.o
  > a - mbchar.o
  > ar: creating libcpp.a
  > gcc  -DIN_GCC    -g -W -Wall  -DHAVE_CONFIG_H   -o fix-header  
  > fix-header.o \
  >    scan-decls.o scan.o libcpp.a ` case "obstack.o" in ?*) echo  
  > obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in  
  > ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in  
  > ?*) echo  ;; esac `
  > /bin/ld: archive: libcpp.a has no table of contents, add one with  
  > ranlib(1) (can't load from it)
  > collect2: ld returned 1 exit status
I believe this has been fixed.

  > /bin/ld: Undefined symbols:
  > _user_label_prefix
  > _S_ISDIR
  > _S_ISREG
  > collect2: ld returned 1 exit status
This hasn't  I think the S_* things need to move into system.h.  Dunno about
the user_label_prefix problem.  It may have already been fixed.

jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-11-10  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-30  7:31 Problems with egcs CVS'd 199810292000UTC on m68k-next-nextstep3 Toon Moene
1998-11-10  2:50 ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).