From: Ahn Ki-yung Newsgroups: comp.os.msdos.djgpp Subject: How to configure RHIDE Date: Mon, 24 May 1999 12:15:10 +0900 Organization: KREONet news service Lines: 10 Message-ID: <3748C43E.6963725F@daidun.kaist.ac.kr> NNTP-Posting-Host: haje11.kaist.ac.kr Mime-Version: 1.0 Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I want to use rhide with cygnus so i have to change the C++ compile cammand like this default : gcc -o filename.exe filename.o -lstdcx what i want : gcc -o filename.exe filename.o -lstdc++ How can I do this ? thanks.