From: firewind Newsgroups: comp.os.msdos.djgpp Subject: Re: Perculiar bug fix? Date: 11 Aug 1997 22:29:45 GMT Organization: Netcom Lines: 15 Message-ID: <5so3op$2fn@sjx-ixn8.ix.netcom.com> References: <33EEE76F DOT 2F4B904 AT NO_SPAMccds DOT cc DOT monash DOT edu> NNTP-Posting-Host: elp-tx3-05.ix.netcom.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Lyle wrote: > Hi, > I have recenlty come across a perculiar occurence. I posted a message > with an "unexplainable" sigsegv fault. Sure, i knew it had to be > something with my program but what? Well the explanation is quite > trivial. For some reason, the DJGPP compiled version wasn;t reading my > configuration files properly. The configuration files were written by > the exact same code, compiled under Borland TC++ V3.0? Is this normal? > Is there something i;m doing wrong (most certainly!). If the configuration files are binary, (written structs or the like) it is unlikely that they can be reread by different compilers correctly. late\fw