From: ams AT ludd DOT luth DOT se (Martin Str|mberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: How can I link? Date: 12 Jul 1998 20:49:15 GMT Organization: University of Lulea, Sweden Lines: 17 Message-ID: <6ob7gb$4kl$1@news.luth.se> References: <35a8dd76 DOT 1840614 AT netnews DOT nyu DOT edu> NNTP-Posting-Host: my21.sm.luth.se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk rqy1319 AT is4 DOT nyu DOT edu (rqy1319 AT is4 DOT nyu DOT edu) wrote: : I am sorry for asking a stupid question. I got "a.out" file. I guess : this is an object file. Am I correct? How can I create .exe file : from this file? The only stupid question is the one that isn't asked. No, A.OUT is a COFF image. You probably has a file A.EXE as well, which is your compiled program. If you don't have an A.EXE, you can stubify the A.OUT file. I think the command is "stubify A" or "stubify A.OUT". Silence, MartinS