From: jack Newsgroups: comp.os.msdos.djgpp Subject: Oops! I forgot Date: Tue, 09 Jun 1998 02:27:50 -0400 Organization: InfiNet Lines: 23 Message-ID: <357CD5E6.443FF3D5@telegram.infi.net> References: <357CCF2D DOT 70992FFA AT telegram DOT infi DOT net> Reply-To: nospamme AT delorie DOT com NNTP-Posting-Host: pa4dsp2.orh.infi.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I forgot something! I also noticed that during unzipping of the distribution files, it wanted to create a file called g++.exe. Pkunzip would not extract this ("Cannot Create g++.exe!") because MSDOS will not allow you to have a file with the + character in the name. So I used the win95 machine to rename it to gpp.exe. I think my problem might be caused by somebody looking for g++, but that seems very illogical for a DOS port of something to be looking for a file that it will never find (since a file by that name cannot exist.) And, yes, I *do* have %DJGPP% defined, the C compiler and libs work. C++ *compilation* works fine AFAIK, but the minute I include any part of the C++ libs everything explodes.. using the gcc -v option, I got the regular notes... "searching" and autodependencies. Then once it gets to "G++" or whatever, it reads the disk and never stops. It's doing something. DOes anyone know what's going wrong? I'm running it on a Compaq 386/33 laptop with 4mb ram and dos 6.2 thanks :-) dto AT iname DOT com