From: "Yeeming Jih" Newsgroups: comp.os.msdos.djgpp Subject: trouble with RHIDE & GPP 2.8 Date: Sun, 8 Mar 1998 14:52:51 -0500 Organization: Erol's Internet Services Lines: 16 Message-ID: <6dut0h$j00$1@winter.news.erols.com> NNTP-Posting-Host: 207-172-80-215.s24.as6.nyd.erols.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk It seems that I can't use RHIDE to make C++ executables any more because it insists on calling GCC with "gcc -o filename.exe filename.o -lstdcx"; there's no lstdcx anywhere so of course GCC can't find lstdcx. But even if I use "gcc -o filename.exe filename.o" GCC will complain about "undefined references." The only way I can make C++ executables right now is using GPP instead of GCC. I need a solution so I can use RHIDE to work with GCC/GPP 2.8 like it used to do with 2.7. -- "Never stop learning." * I apologize for any inconvenience my disguised email address may cause. Thank you for your patience.