From: "Interrupt86" Newsgroups: comp.os.msdos.djgpp Subject: DGJPP COFF format Lines: 10 Organization: Interrupt86 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Wed, 31 Jul 2002 23:51:44 GMT NNTP-Posting-Host: 63.212.186.24 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread1.prod.itd.earthlink.net 1028159504 63.212.186.24 (Wed, 31 Jul 2002 16:51:44 PDT) NNTP-Posting-Date: Wed, 31 Jul 2002 16:51:44 PDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Questions 1. How to generate .o (COFF) files with the DJGPP compiler? 2. Is it possible to link .c and .o files in the same command line e.g.: gcc -s -o program.exe prog.c cof1.o cof2.o Thanks Greg Damon