Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!relay.eu.net!jclark!jjc From: jclark!jjc@relay.eu.net (James Clark) Newsgroups: gnu.g++.bug Subject: gnulib3.c Message-ID: <8911271048.AA16502@jclark.uucp> Date: 27 Nov 89 10:48:46 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 9 In g++ 1.36.1, gnulib3.c defines COFF if i386 is defined. This is incorrect when using COFF encapsulation on a System V 386 PC. In this case COFF shouldn't be defined because the GNU linker is being used. I don't think there's any way to determine whether COFF should be defined on the basis of predefined symbols; the Makefile has got to supply the appropriate flags. James Clark jjc@jclark.uucp