From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: - Date: Tue, 24 Mar 1998 22:48:50 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 21 Message-ID: <35187EA2.59D8@cs.com> References: <6f9sie$k4t$3 AT news DOT bctel DOT net> NNTP-Posting-Host: ppp211.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Daniel Urquhart wrote: > > when I compile under RHIDE I recive the error that ld can not find: -lstdcx > I have seen theis question posted before but not answered. > > Also is there a command to shell to other Exe's ? It has also been answered several times: RHIDE has a bug that prevents it from working with gcc 2.8.0. It's not strictly a bug, either; the name of the STL library was hardcoded to '-lstdcx'. Since the 2.8.0 version is named '-lstdcxx', it naturally fails to find it. Temporary workaround: rename or copy libstdcxx.a to libstdcx.a. -- --------------------------------------------------------------------- | John M. Aldrich |"A competent and self-confident person| | aka Fighteer I | is incapable of jealousy in anything.| | mailto:fighteer AT cs DOT com | Jealousy is invariably a symptom of | | http://www.cs.com/fighteer | neurotic insecurity." - Lazarus Long| ---------------------------------------------------------------------