Xref: news2.mv.net comp.os.msdos.djgpp:2378 From: gfoot AT mymail DOT com (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE improvements Date: Tue, 02 Apr 1996 22:27:27 GMT Organization: UnipalmPIPEX server (post doesn't reflect views of UnipalmPIPEX) Lines: 18 Message-ID: <4js64t$qv5@soap.news.pipex.net> References: <4jn4t6$irf AT harbinger DOT cc DOT monash DOT edu DOT au> NNTP-Posting-Host: aj070.du.pipex.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp brendan AT dgs DOT monash DOT edu DOT au (Brendan Simon) wrote: >My C++ programs compile fine but during the linker stage tries to link with >libiostream.a (this file does not exist on my system). AFAIK, if you compile with gpp the (minimal) streams library is automatically included (because it's a C++ program and those functions are supposed to be automatically linked). I guess you use gcc on the command line, so the library isn't linked in, but RHIDE uses gpp. Anyway, I think that file is part of the standard C++ distribution anyway - why don't you have it? George Foot gfoot AT mymail DOT com