Xref: utzoo gnu.g++.help:691 comp.lang.c++:12792 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!att!ucbvax!tut.cis.ohio-state.edu!unreplyable!garbage From: youngbae@ANCHOR.COLORADO.EDU (Youngbae Kim) Newsgroups: gnu.g++.help,comp.lang.c++ Subject: ld error in g++. Message-ID: <9104100306.AA26716@anchor.Colorado.EDU> Date: 10 Apr 91 03:06:28 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.g++.help Organization: Gatewayed from the GNU Project mailing list help-g++@prep.ai.mit.edu Lines: 18 I am compiling my c++ program using g++ 1.37.2(beta) on DECstation 5000. I have got the following error during 'ld'. ===== g++ -o simdec mainline.o job.o classes.o simulator.o sched.o u_stream.o source.o dstructs.o events.o global-types.o rtc.o cosched.o dynamic.o ETptr.PQ.o ETptr.SplayPQ.o -lg++ -lm ld: Internal error in ld: bad index in get_fdmap() gnumake: *** [pgm] Error 1 ===== Do you have any idea of how to fix this error? I am wondering if this error stems from one of errors in g++ compiler. Any comments and help would be greatly appreciated. Is there any site where all g++ errors including libg++.a are stored? youngbae. (youngbae@cs.colorado.edu)