delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/09/30/18:35:33

From: "DeHackEd" <not DOT given AT out DOT net>
References: <36131CC1 DOT 7DFB AT post DOT tau DOT ac DOT il>
Subject: Re: C++ compiler problem
Date: Wed, 30 Sep 1998 18:04:59 -0400
Lines: 47
X-Newsreader: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
Message-ID: <#MJln7L79GA.224@upnetnews02.moswest.msn.net>
Newsgroups: comp.os.msdos.djgpp
NNTP-Posting-Host: d24-bn01-blvl-pdi.attcanada.net [142.194.131.24]
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

Tal Lavi wrote in message <36131CC1 DOT 7DFB AT post DOT tau DOT ac DOT il>...
>Hello,
>
>I am using the DJGPP **C** compiler for some time now, and i've recently
>downloaded the two extra packages required for C++ programming, needed
>mainly to insert some object oriented programming into my project.
>I wrote the traditional "hello world" program, but ran into problems.
>RHIDE reports he can't find cc1plus.exe (which is safe and sound where
>the unzip program put it).


cc1plus.exe converts C++ preprocessed to assembly language, or something close
to it. :) GCC tried running it but couldn't find it. It SHOULD be either in the
BIN directory if you're using an installation before 2.8x or some long and
annoying name in the LIB directory if it's version 2.8x or later. I assume it
unzipped into the LIB directory somewhere? You probably have an old version of
GCC which doesn't look there.

>does installing the c++ extensions requires more installation steps
>which I am not aware?
>

Nope, same as before. Just decompress with directories.

Since you say you've been using C for a while, you probably downloaded
gcc2721b.zip when you got it. If you did, you probably downloaded gpp281b.zip
when you got C++. These versions will conflict (as you have already seen). Erase
your current GCC2721B installation and get the latest version, OR download the
old version of GPP (use 2721b). I would re-install with 2.81 because of C++
improvements.

To erase the contents of a ZIP you downloaded, and if you have RM, you can do
this in the main DJGPP directory:

rm @manifest/zip_name_here.mft
rm @manifest/gcc2721b.mft

This ensures complete uninstallment and you can unzip without overwiting files.
--
"DeHackEd"

My Email address in the header is fake (spammers). Email me at this address:

http://www.geocities.com/cgi-bin/homestead/mail.pl?dehacked



- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019