From: Felix Natter Newsgroups: comp.os.msdos.djgpp Subject: changes in gcc-2.95? Date: 18 Aug 1999 15:39:02 +0200 Organization: Customer of NDH Netzwerkdienste Hoeger GmbH Lines: 22 Message-ID: NNTP-Posting-Host: port154.bonn.ndh.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: public.ndh.net 934983470 389 195.94.93.154 (18 Aug 1999 13:37:50 GMT) X-Complaints-To: abuse AT ndh DOT net NNTP-Posting-Date: 18 Aug 1999 13:37:50 GMT User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I've got a few problems with my gcc-2.95-Installation (djdev-2.02, gcc2.95b, gcc2.95b, bnu2.81 ..) I tried to compile my old projects with 2.95, but I get lots of errors. For example, it does not seem to look in /djgpp/include for headers by default. When starting gxx (without arguments) I get: ld.exe: cannot open -lgpp and when I compile with g++ and explicitly include -I/djgpp/include, it complains it can't find /djgpp/fx/in (the modules are in /djgpp/fx/incl so I assume it's getting truncated ?) If you do have the time, you can check out the sources from http://www.ndh.net/home/natter/djsource.zip (you need make) Could someone tell me where I can find the user-visible changes (changes in usage) when I move from 2.81 to 2.95 ? Thanks, -- Felix Natter