From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: Arrgh! Date: Mon, 9 Feb 1998 15:08:10 -0800 Organization: Hewlett Packard Lines: 12 Message-ID: <6bo28u$kfn$1@rosenews.rose.hp.com> References: <01bd35a9$d696e3c0$86f0a3c6 AT tracybuc> NNTP-Posting-Host: ros51675cra.rose.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > I thought when a program is compiled a .obj No, in this case a .o is created. obj is a mircrosoft/borland thingy. Can't help with the rhide stuff, but try the following from the command line. gcc -o hello.exe hello.c -Wall