From: Dan Newsgroups: comp.os.msdos.djgpp Subject: Help Date: Wed, 25 Nov 1998 14:42:50 -0500 Organization: York University, Ontario, Canada Lines: 19 Message-ID: <365C5DB9.A8B6D59E@utoronto.ca> NNTP-Posting-Host: newman13.slip.yorku.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.04 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I installed the lgpp281b.zip and libg281b.zip and now when I try to compile a program, I get an error " ......\/ld.exe -liostr not found ...." this is the file 'test.cc' #include int main(int argc, char *argv[]) { cout << "hello"; return 0; } Thank you, Dan