From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: linker error Date: Fri, 24 Jan 1997 13:09:37 +0100 Organization: TU Chemnitz-Zwickau Lines: 28 Message-ID: <32E8A681.4D35@Mathematik.tu-chemnitz.de> References: <32E76A9E DOT 6567 AT ican DOT net> NNTP-Posting-Host: process.hrz.tu-chemnitz.de 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 b c wrote: > > allright i need some advice..i currently dl the l8est version of RHIDE > 1.1, but previously i had 1.0 neways i had no problem linking when i > first successfuly installed djgpp, but now i get this stupid > > ld -liostr (file not found) error > At first: Why not using the new bug-report feature of RHIDE?? (Alt+Space and the Bug report) And to your problem. RHIDE adds when linking your program automatically the '-liostr' switch if it detects, that some of the source files of you project are C++ files (RHIDE checks this from the suffixes). So I think you have compiled a C++ file. If you do so, you have probably installed the archive 'gpp2721b.zip' but not 'lgp272b.zip' which contains the libraries you need when linking a C++ program. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************