Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!FOOBAR.COLORADO.EDU!grunwald From: grunwald@FOOBAR.COLORADO.EDU (Dirk Grunwald) Newsgroups: gnu.g++.bug Subject: forwarded message from Mail Delivery Subsystem Message-ID: <9001130111.AA00203@foobar.Colorado.EDU> Date: 13 Jan 90 01:11:11 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: grunwald@foobar.colorado.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 22 bleh - i forgot the NO_UNDERSCORES was not a standard tm.h define; ergo, you should add the folloing to collect.c somewhere #if defined(mips) # define NO_UNDERSCORES #endif to get it to collect files properly. you'll also have to do this for the sun i386, i think. does anyone know if there is another symbol telling me if 'cc' should prepend underscores on symbols? other than that, and some weirdness with the Makefile rule for ``collect'', it seems to compile fine - checking runtime stuff right now. MDT - perhaps the makefile rules for COLLECT could be simplified? it's a mess right now anyway until the proper options can be stuffed into tm.h files or embedded in collect.