From: "Marius" Newsgroups: comp.os.msdos.djgpp Subject: gcc can't find headerfiles/and libraries while rhide can Date: Thu, 8 Jan 1998 12:04:55 +0100 Organization: Rijksuniversiteit Groningen Lines: 21 Message-ID: <692but$626$1@info.service.rug.nl> NNTP-Posting-Host: client36-90.oprit.rug.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello I have the following problem : ( Use DJGPP on a P100 with W95 and NT (and Linux)) If I compile a program that uses for instance the iostream functions with rhide all is fine. But when I try to compile the same program with gcc on the commandline, gcc doesn't recognize the iostream functions. The djgpp enviroment variable is correctly set and the bin directory is in my path. What could be wrong ? Anyone. To make it a bit more strange : rhide can't find the functions of the String and Integer classes. Nor rhide under Linux nor under W95. While the g++ compiler under linux compiles without complaints. If anyone could help me here I'd appriciate it. Greetings Marius