Date: Sun, 17 Dec 2000 13:48:40 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tom10779 AT aol DOT com cc: djgpp AT delorie DOT com Subject: Re: problem In-Reply-To: <3f.e15fb67.276df95d@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 [Please don't take this off the DJGPP forum. Please continue to cc: djgpp AT delorie DOT com or post to the comp.os.msdos.djgpp news group (but not both!)] On Sun, 17 Dec 2000 Tom10779 AT aol DOT com wrote: > C:\WINDOWS\Profiles\Thomas\Eigene Dateien>gxx hello2.cpp -o hello2.exe -v > Reading specs from c:/progra~1/thomas/djgpp/lib/gcc-lib/djgpp/2.81/specs > gcc version 2.8.1 This is an old version of GCC; the current version is 2.95.2. Please consider upgrading. > Abort! > Exiting due to signal SIGABRT > Raised at eip=00010f26 > eax=00451de0 ebx=00000120 ecx=00000000 edx=00014fe0 esi=fff62247 edi=00000000 > ebp=00451e8c esp=00451ddc program=C:\PROGRA~1\THOMAS\DJGPP\BIN\GXX.EXE What happens if you use `gpp' instead of `gxx'? What happens if you set LFN=y? What happens if you rewrite hello.cpp as a C program, not a C++ program, and use gcc to compile it?