From: "Morpheus" Newsgroups: comp.os.msdos.djgpp Subject: Re: Behaviour differences between g++ and djgpp Date: Wed, 17 Nov 1999 14:38:16 -0600 Organization: University of North Texas Lines: 29 Message-ID: <80v3og$hfg@hermes.acs.unt.edu> References: NNTP-Posting-Host: dfw-premium-27.dialup.unt.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Send some examples. I've not had any trouble in general porting my stuff (limited, though it is) to FreeBSD. The main things I had to watch out for was the compile command in my Makefiles. I thought, at first, when I couldn't get gxx to work, that djgpp was not up to par with g++. Well, I've been proven wrong several times, as mistakes have always been my fault -- and portability has never been a concern -- yet. I'll look at your stuff if you'll look at my post (previous to yours). =) -- Morpheus hall AT cs DOT unt DOT edu http://people.unt.edu/~dahall Andrew E Sayers wrote in message news:Pine DOT GSO DOT 4 DOT 20 DOT 9911172004560 DOT 2756-100000 AT dipsy DOT cs DOT bham DOT ac DOT uk... > I've been sending my C++ (2.95.1) code to friends with the latest version > of DJGPP. Some basic things (i.e. pure C++, not system-dependent or > anything) have refused to compile over there, despite being fine on my > machine. I can send examples if you like, but it's appeared in at least > two unrelated code fragments. > > Does anyone know of any reason why DJGPP would behave differently? If so, > is there a fix? > > Thanks, > - Andrew Sayers >