[gnu.g++.help] ld error in g++.

youngbae@ANCHOR.COLORADO.EDU (Youngbae Kim) (04/10/91)

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)