Date: Mon, 17 Jun 2002 10:43:59 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Kirill Kryukov cc: djgpp AT delorie DOT com Subject: Re: Re[2]: what is ___gxx_personality_v0 ? In-Reply-To: <135164343403.20020617161522@lab.nig.ac.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 17 Jun 2002, Kirill Kryukov wrote: > However from this guide: > > http://www.delorie.com/djgpp/doc/ug/basics/compiling.html > > one may conclude that gcc is ultimate frontend that can do all work, > calling other tools as necessary. And it mentions about c++ files also. gcc doesn't scan the C++ libraries unless explicitly told to do so (by including -lstdcxx etc. on the link command line). > Is not it confusing? (As we can't in fact use gcc for c++ programs) You can use gcc, it's just that it's less convenient. See the file README.1ST in the DJGPP distribution for some information about this.