Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!LURCH.STANFORD.EDU!tiemann From: tiemann@LURCH.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++ Subject: Please describe how to use g++/gdb with COFF Message-ID: <8910212151.AA26599@lurch.Stanford.EDU> Date: 21 Oct 89 21:51:48 GMT References: <8910211415.aa19148@ICS.UCI.EDU> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 18 The "GNU Linker" Approach ------------------------- A very different means of getting g++ up on COFF systems has been implemented primarily by Dirk Grunwald (grunwald@cs.colorado.edu). I appologize if there were other people (in particular, MDT) who also worked on this, and who I have failed to give proper credit to. In any case, the "GNU Linker" approach is prefered by Michael Tiemann and by the FSF because it uses fewer non-free software tools. This approach relies on a program called Another reason I prefer this approach is because linking need only be performed once. Using other approaches require the link to be performed at least twice: once to figure out what is needed, and once to then link in code which performs the initialization. But I suppose if you are afflicted with COFF (or its related diseases), the time spent linking is among the least of your overall computer problems. Michael