Mail Archives: djgpp/1999/02/15/18:17:01
Message-ID: | <36C8A37B.3C41E4A5@devnull.com>
|
Date: | Mon, 15 Feb 1999 14:45:15 -0800
|
From: | Kagenin <kagenin AT devnull DOT com>
|
Organization: | ShadowTek Software
|
X-Mailer: | Mozilla 4.5 [en] (Win95; U)
|
X-Accept-Language: | en,de
|
MIME-Version: | 1.0
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: problem with standard c++ libraries (-lstdcxx)
|
References: | <19990215154347 DOT 29042 DOT 00000923 AT ng-cc1 DOT aol DOT com>
|
NNTP-Posting-Host: | 209.142.38.224
|
X-NNTP-Posting-Host: | 209.142.38.224
|
X-Trace: | 15 Feb 1999 23:17:09 -0800, 209.142.38.224
|
Lines: | 43
|
X-NNTP-Posting-Host: | 209.63.224.240
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Well, gxx is only a frontend for 'gcc -lstdcxx', so there's not much
there.
Check the Faq, section 8.7: It tells you to add lines to your either
your RHIDE.env file or your DJGPP.env file. Use the RHIDE.env file.
Add this line:
RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx
and add more lines, replacing the .cc with .cpp, .cxx, and any other
Extension that you wish RHIDE to associate with C++ Sources.
IMHO, the faq should mention this more explicitly.
Kagenin
BrianKHud wrote:
>
> when I compile any .cpp .cc file rhide complains when it's linking that there's
> no such file or directory called -lstdcx
> I don't understand why rhide is putting -lstdcx at the end of the command when
> i think it should be -lstdcxx
> Is there a way I can fix this??? I've tried reinstalling and it does the same
> thing... It seems to me that it would make more sense for Rhide just to use
> gxx instead of gcc with -lstdcxx appended to the end. Any help would be
> greatly appreciated, I'm in a programming class right now and I have to get
> this working as soon as possible...
>
> Thanks in advance,
> Brian
--
"When the Going gets Weird, The Weird turn Pro."
Hunter S. Thompson
The above email addy is a spam magnet,
working better than I'd like it to.
If you wish to respond via email, I can
be reached at kagenin at cyberspace dot org
ICQ #25225491
AIM ID Kagenin Z
- Raw text -