From: BRISSIAUD Jean-Michel <brissiau AT miage DOT isi DOT u-psud DOT fr>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: help
Date: Fri, 24 Jan 1997 13:35:03 +0100
Organization: Universite Paris-Sud, France.
Lines: 10
Message-ID: <32E8AC77.167E@miage.isi.u-psud.fr>
References: <32E76602 DOT 6363 AT ican DOT net>
NNTP-Posting-Host: miage.isi.u-psud.fr
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

Tickle Me Elmo wrote:
> I link a file in rhide i
> get this error
> 
> -liostr file or directory....not found...
> 

I think that you want to compile a C++ file which has a .c extension.
RHIDE probably think that it is a C file. Try again after changing the
name of your file in xx.cc or xx.C or xx.cpp