From: gfoot AT mc31 DOT merton DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: Rhide compiles as .o files - how do I compile as .exe files? Date: 5 Mar 1997 02:44:26 GMT Organization: Oxford University Lines: 12 Message-ID: <5fimma$f8@news.ox.ac.uk> References: NNTP-Posting-Host: mc31.merton.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Matt Chuckleton (riker AT pipcom DOT com) wrote: : I just got DJGPP and Rhide. When I compile a program in Rhide, it saves : it as an .o file, which is of little use to me :) Can anyone tell me how : to get Rhide to compile as an executable? Thanks. You mean `link'. Make a project (start RHIDE by typing `RHIDE myproj'), and add your .c/.cc file to the project. Then, use the Make option on the compile menu (CTRL-F9). This will produce an executable called myproj.exe. -- George Foot Merton College, Oxford.