From: Brøder Hanssen Newsgroups: comp.os.msdos.djgpp Subject: Error compiling Date: Mon, 24 Mar 1997 22:05:27 +0100 Organization: SN Internett Lines: 18 Message-ID: <3336EC97.3395@sn.no> NNTP-Posting-Host: nm7-11.ppp.sn.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hello, I would like some help with the following problem: I use RHIDE with the latest version on gcc, and I am an experienced borland c coder. Recently, I dl'ed djgpp for having a true 32bit protected mode dos-app-builder. However, something strange happens when I step-trace the source code: When files are involved, I get a SIGABRT signal *every* time I open a file, either for read/write or update, whatever. I use FILE pointers to open with fopen, fread etc. In addition, when files are open, *all* printf, sprintf and fprintf funcs create the same error. Am I missing something major here? Thanks -- - Brøder Hanssen