X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 26 Jan 2006 12:38:44 +0200 From: alex bodnaru Subject: Re: gcc: installation problem, cannot exec `cc1plus': Invalid argument In-reply-to: <43d89cdc@news.upm.es> To: djgpp AT delorie DOT com Message-id: <43D8A6B4.6090309@alex3> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 X-Accept-Language: en-us, he References: <20060125145515 DOT 60527 DOT qmail AT web51001 DOT mail DOT yahoo DOT com> <43d89cdc AT news DOT upm DOT es> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007 Debian/1.7.12-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id k0QAcwwI003342 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 hi manuel, 2 problems you might have: c++ package is not installed; or you have not set the proper environment DJGPP and PATH. alex Manuel Collado wrote: > Rafael Morales Castro escribió: > >> Hello everybody, >> >> I install djgpp on winXP and want to compile a program using >> >> gcc -g -Ic:\djgpp\include -c myzip.cpp -o myzip.exe >> but get this error message >> gcc: installation problem, cannot exec `cc1plus': Invalid argument >> >> can anybody helpme ? what is wrong? > > > This error message usually appears if you have the GNAT Ada compiler > also installed on the same machine, and failed to properly set the PATH > for DJGPP. >