From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <3dde675f$0$29802$9b622d9e AT news DOT freenet DOT de> <200211221954 DOT gAMJsqm17743 AT envy DOT delorie DOT com> <3dded421$0$21171$9b622d9e AT news DOT freenet DOT de> <200211230138 DOT gAN1cur21059 AT envy DOT delorie DOT com> <3ddf3e97$0$29791$9b622d9e AT news DOT freenet DOT de> <200211231403 DOT gANE3fg28636 AT envy DOT delorie DOT com> Subject: Re: a.out.h Date: Thu, 28 Nov 2002 17:01:17 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 35 Message-ID: <3de640b6$0$8306$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.7.221 X-Trace: 1038500023 news.freenet.de 8306 213.7.7.221:1337 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "DJ Delorie" wrote in message news:200211231403 DOT gANE3fg28636 AT envy DOT delorie DOT com... > > > It appears not to (as far as I could see with the web page). Not directly > > anyway. > > Then djgpp doesn't use it. DJGPP is *not* an a.out system. Any code > that assumes that will need to be changed. Oops, now I am confused. How does this fit with http://www.delorie.com/djgpp/doc/lexicon/: "" a.out This is the default COFF output file name for djgpp's linker, ld. However, djgpp version 2 also creates an EXE file, whose default name is a.exe. The -o option to gcc changes the default output name. Also, the original Unix object format was called, for lack of imagination, the a.out format. "" Why is "a.out" the 'default COFF output file name when DJGPP "is *not* an a.out system"? And why did aout.h come with DJGPP v1? Ben