X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Glenn Jarvis" Newsgroups: comp.os.msdos.djgpp Subject: Re: Question Date: Fri, 22 Feb 2002 16:30:51 -0500 Organization: Ontario Northland--ONLink Lines: 26 Message-ID: References: <3C76A2A6 DOT D4B4B3BF AT yahoo DOT com> NNTP-Posting-Host: blnd200-78.onlink.net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "CBFalconer" wrote in message news:3C76A2A6 DOT D4B4B3BF AT yahoo DOT com... > Glenn Jarvis wrote: > > > > I'm considering using the Djgpp compiler, however I > > have a pile of source code both in Borland V4.5 and > > Watcom V9.5 format. How compatible will this code > > be with Djgpp? Are there significant things I will > > need to change or watch for? Are there special > > compiling parameters needed? > > If your code is written in portable ISO standard C you should have > zero difficulties. If not you will have troubles everywhere. > > The best compiler *switches* to use, in general, are: > > "-W -Wall -ansi -pedantic -O2" > > which will warn you about almost everything suspicious. > Thanks Chuck. Appreciate it. Will give it a go :-) Glenn