Date: Thu, 17 Aug 2000 00:58:58 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: wimcools AT wishmail DOT net Message-Id: <8296-Thu17Aug2000005858+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: <966454791.684123@news.l3.wish.net> (wimcools@wishmail.net) Subject: Re: DLX programming References: <966454791 DOT 684123 AT news DOT l3 DOT wish DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Wim Cools" > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 16 Aug 2000 21:30:02 +0200 > > Error: input file has more than one section; use -M for map > > What have I done wrong? I heard that the new gcc compiler generates more > than one sections while previous versions didn't. Is this true? Yes. > And does > anybody has an idea how I can fix this so I can use C++ files with DLX (C is > no problem, just C++). Try to compile with -fno-exceptions switch.