Mail Archives: djgpp/2002/07/30/12:16:13
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 <stdio.h>
>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.
- Raw text -