Mail Archives: djgpp/1998/06/28/08:54:11
From: | "John M. Aldrich" <fighteer AT cs DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: Problem while running C++ programme..
|
Date: | Fri, 26 Jun 1998 20:39:17 -0400
|
Organization: | Two pounds of chaos and a pinch of salt.
|
Lines: | 28
|
Message-ID: | <35943F35.92B6C5F6@cs.com>
|
References: | <3592C94E DOT 289D AT w-link DOT net>
|
NNTP-Posting-Host: | ppp119.cs.net
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
SANJAY M HANJI wrote:
>
> Hello,
> I have downloaded DJGPP software (GCC Compiler) and RHIDE an IDE
> (Editor) for C/C++.. It compiles properly ..but if I run with run option
> in the editor..it..is giving following error..
>
> unable to find -lstdcxx no such file found..
In your autoexec.bat, insert the line
SET LFN=Y
Then reboot, or type that line at the DOS prompt. Try again.
It helps to quote the exact error message. If you're using gcc 2.8.0 or
2.8.1 in combination with RHIDE 1.4, then the message more likely says
something about '-lstdcx'. If so, read gnu/gcc-2.81/problems.txt to
find out how to solve the problem, or just copy the djgpp.env provided
by gcc 2.8.1 into your djgpp root directory.
--
---------------------------------------------------------------------
| John M. Aldrich | "If 'everybody knows' such-and-such, |
| aka Fighteer I | then it ain't so, by at least ten |
| mailto:fighteer AT cs DOT com | thousand to one." |
| http://www.cs.com/fighteer | - Lazarus Long |
---------------------------------------------------------------------
- Raw text -