From: Waldemar Schultz Newsgroups: comp.os.msdos.djgpp Subject: Re: cant get rhide to compile Date: Thu, 26 Apr 2001 12:05:25 +0200 Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) Lines: 21 Message-ID: <3AE7F2E5.99133F6A@ma.tum.de> References: NNTP-Posting-Host: pcritter14.mathematik.tu-muenchen.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: wsc10.lrz-muenchen.de 988279491 22313 131.159.68.151 (26 Apr 2001 10:04:51 GMT) X-Complaints-To: news AT lrz-muenchen DOT de NNTP-Posting-Date: 26 Apr 2001 10:04:51 GMT X-Mailer: Mozilla 4.75 [de] (Win98; U) X-Accept-Language: de,en-US To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Josh Brown schrieb: > > Hi, I cant seem to get djgpp(working in rhide) to compile any of my > projects. I always get an error message that sais, "cannot specify -o > with -c of -S and multiple compilations" Im sure there is a really easy fix > to this as I am new to djgpp. If someone could drop me an email on how to > fix this it would be appriciated. Thanks > > -Josh Brown I had the same problem: there was an environment variable named CFLAGS set, which was needed by an other compiler I used. setting CFLAGS to empty or a valid gcc option switch (like 'set CFLAGS=-W -Wall' or 'set CFLAGS=' ) eliminated the problem for me. hope that helps. -- Gruss Waldemar Schultz. Technische Universität München, Zentrum Mathematik M1, D 80290 München Tel: +49 (0)89 2892 8226 FAX: +49 (0)89 2892 8228