From: briankhud AT aol DOT com (BrianKHud) Newsgroups: comp.os.msdos.djgpp Subject: problem with standard c++ libraries (-lstdcxx) Lines: 12 NNTP-Posting-Host: ladder01.news.aol.com X-Admin: news AT aol DOT com Date: 15 Feb 1999 20:43:47 GMT Organization: AOL http://www.aol.com Message-ID: <19990215154347.29042.00000923@ng-cc1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com when I compile any .cpp .cc file rhide complains when it's linking that there's no such file or directory called -lstdcx I don't understand why rhide is putting -lstdcx at the end of the command when i think it should be -lstdcxx Is there a way I can fix this??? I've tried reinstalling and it does the same thing... It seems to me that it would make more sense for Rhide just to use gxx instead of gcc with -lstdcxx appended to the end. Any help would be greatly appreciated, I'm in a programming class right now and I have to get this working as soon as possible... Thanks in advance, Brian