From: Axel Niklasson X-Authentication-Warning: tomteboda.mdh.se: nobody set sender to ann00008 AT student DOT mdh DOT se using -f To: djgpp AT delorie DOT com Subject: problem Message-ID: <1028020636.3d46599c535b1@student.mdh.se> Date: Tue, 30 Jul 2002 11:17:16 +0200 (MET DST) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.6 X-Originating-IP: 213.64.110.218 Reply-To: djgpp AT delorie DOT com 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: #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).