From: Martin Str|mberg Subject: Re: what is ___gxx_personality_v0 ? Newsgroups: comp.os.msdos.djgpp References: <141154652939 DOT 20020617133352 AT lab DOT nig DOT ac DOT jp> User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1024294255.779174@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 17 Jun 2002 06:10:55 GMT Lines: 30 NNTP-Posting-Date: 17 Jun 2002 06:10:55 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1024294255 news.luth.se 288 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Kirill Kryukov wrote: : c:/djgpp/lib/gcc-lib/djgpp/3.1/cc1plus.exe -v -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 -D__MSDOS__ -D__GO32__ -D__DJGPP__=2 -D__unix__ -D__MSDOS__ -D__GO32__ -D__DJGPP__=2 -D__unix__ -Asystem=msdos -Asystem=unix -D__NO_INLINE__ -D__STDC_HOSTED__=1 -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i586__ -D__tune_pentium__ -DMSDOS -DGO32 -DDJGPP=2 -Dunix -remap -imacros c:/djgpp/lib/gcc-lib/djgpp/3.1/djgpp.ver test.cc -D__GNUG__=3 -D__DEPRECATED -D__EXCEPTIONS -D__GXX_ABI_VERSIO N=100 -quiet -dumpbase test.cc -version -o c:/djgpp/tmp/ccVCULj5.s : GNU CPP version 3.1 (cpplib) (80386, BSD syntax) : GNU C++ version 3.1 (djgpp) : compiled by GNU C version 3.1. : ignoring nonexistent directory "c:/djgpp/djgpp/include" : #include "..." search starts here: : #include <...> search starts here: : c:/djgpp/lang/cxx-v31 : c:/djgpp/lang/cxx-v31/djgpp : c:/djgpp/lang/cxx-v31/backward : c:/djgpp/lib/gcc-lib/djgpp/3.1/include : c:/djgpp/include : End of search list. ... : (BTW, anyone has idea what is "c:/djgpp/djgpp/include" which is : "ignored nonexistent" ? ) (Yes. It's a directory that it searches for include files. It does not exist, hence it's ignored. I think it's because GCC have a lot a paths hardcoded from building it and this one isn't used in DJGPP so it's set to some directory that doesn't exists.) Right, MartinS