From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: a.out.h Date: 28 Nov 2002 16:25:40 GMT Organization: Aachen University of Technology (RWTH) Lines: 25 Message-ID: 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> <3de640b6$0$8306$9b622d9e AT news DOT freenet DOT de> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1038500740 10211 137.226.32.75 (28 Nov 2002 16:25:40 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 28 Nov 2002 16:25:40 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com deckerben wrote: > Why is "a.out" the 'default COFF output file name when DJGPP "is *not* an > a.out system"? It just is. You're mixing up the two uses of "a.out", here. A.out is the default output file name of the Unix compiler/linker, and DJGPP follows that line. "a.out" is also used as the name of the _file_format_ of that file on the original Unix systems, but DJGPP does not follow that line (nor does hardly anything else, these days) Only systems using that file format would really be callable "a.out systems", so DJGPP isn't one. > And why did aout.h come with DJGPP v1? Because IIRC, back in those days the default DJGPP file format was indeed a.out. But not anymore in DJGPP V2. So no more aout.h, either. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.