Date: Mon, 24 Jan 2000 14:08:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: GPR cc: djgpp AT delorie DOT com Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 24 Jan 2001, GPR wrote: > When I compile a C++ program with gxx all is OK, but when I compile with " > gcc file.cc -lstdcx " I've an error: "ld: cannot open -lstdcx". You should use -lstdcxx (note: 2 x at the end), not -lstdcx. > When I compile C++ with RHIDE I've the same error. I don't set RHIDE for > C++ file. Either get the latest version of RHIDE or see section 8.7 of the FAQ.