Date: Mon, 17 Jun 2002 16:15:22 +0900 From: Kirill Kryukov X-Mailer: The Bat! (v1.60g) Organization: NIG X-Priority: 3 (Normal) Message-ID: <135164343403.20020617161522@lab.nig.ac.jp> To: djgpp AT delorie DOT com Subject: Re[2]: what is ___gxx_personality_v0 ? In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Hello Eli, Monday, June 17, 2002, 2:33:29 PM, you wrote: > Use gpp, not gcc, to link C++ programs, like this: Thanks! I should have tried that. 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. Is not it confusing? (As we can't in fact use gcc for c++ programs)