delorie.com/archives/browse.cgi | search |
Message-ID: | <36D7000A.2C517588@devnull.com> |
Date: | Fri, 26 Feb 1999 12:11:54 -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: New DJGPP user needs set up help |
References: | <36d6be0a DOT 6018191 AT news DOT uea DOT ac DOT uk> |
NNTP-Posting-Host: | 209.142.48.145 |
X-NNTP-Posting-Host: | 209.142.48.145 |
X-Trace: | 26 Feb 1999 20:43:24 -0800, 209.142.48.145 |
Lines: | 32 |
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 |
> error c:/djgpp/bin/ld.exe: Cannot open -lstdcx: No such file or > directory (ENOENT) > > I checked the docs and I think that stdcx is a program needed by the > ld program. I have no clue how to fix this problem in order to > compile C++ programs and finish my uni coursework. > > Thank you in advance for any help given. > > Terry. Read the Faq, section 8.7. It tells you to add these three lines to the bottom of you djgpp/share/rhide.env file. Your rhide.env file comes as rhide_.env. Rename it. RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx RHIDE_TYPED_LIBS_DJGPP.cpp=stdcxx RHIDE_TYPED_LIBS_DJGPP.cxx=stdcxx Kagenin -- "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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |