Message-Id: <5.1.0.14.0.20020730101600.00ba5710@pop.inbox.lv> X-Sender: jlsgarrido AT mail DOT SoftHome DOT net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 30 Jul 2002 10:25:53 -0500 To: djgpp AT delorie DOT com From: "J. L." Subject: Re: problem In-Reply-To: <1028020636.3d46599c535b1@student.mdh.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk At 11:17 a.m. 30/07/2002 +0200, you wrote: >Hey!! My name is Axel Niklasson from Sweden. I have recently installed a >Rhide - >compiler. Now I have the problem then I try to compile my program with the >code: RHIDE is not a compiler. It's an IDE (Integrated Development Environment). >#include >int main(){ >printf("Axel Niklasson\n"); >exit(0); >} > >I got the answer: "cannot specify -o with -c or -S >and multiple compilation". What is the problem? Have I forget something? I >just >want to run a single program (not a projekt). Check if Options->Linker Options had the value "-c" or "-S" (without quotes). If this is the case, leaves the field blank. And verify that your C file is the only file opened in RHIDE. If there are more, close it. HTH J. L.