From: "Randy" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP with ultraedit Date: Thu, 4 Nov 1999 10:23:59 -0500 Organization: The University of Manitoba Lines: 25 Message-ID: <7vsbtn$c3$1@canopus.cc.umanitoba.ca> References: <382182ea DOT 7308759 AT news DOT urz DOT uni-heidelberg DOT de> <38218A0A DOT 98C4E67A AT a DOT crl DOT com> <38228bd1 DOT 9587359 AT news DOT urz DOT uni-heidelberg DOT de> NNTP-Posting-Host: annex1-35.cc.umanitoba.ca X-Trace: canopus.cc.umanitoba.ca 941732599 387 130.179.153.51 (4 Nov 1999 16:23:19 GMT) X-Complaints-To: Postmaster AT cc DOT umanitoba DOT ca NNTP-Posting-Date: 4 Nov 1999 16:23:19 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com To compile something use: gxx %n%e -o %n.exe Make the working directory %P Make sure capture output is checked. I use 'create new file' instead of outputting to the list box. Hope that works. Sven Hergenhahn wrote in message <38228bd1 DOT 9587359 AT news DOT urz DOT uni-heidelberg DOT de>... >On Thu, 04 Nov 1999 07:28:42 -0600, Weiqi Gao >wrote: > >Hi Weiqi, >> >>gcc prog1.c > >No, that didn't work - after all, I'm trying to compile cpp-files >(it is c++-code) >bye, >Sven >