X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Thu, 20 Dec 2001 21:57:29 +0200 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: Caio Cc: djgpp AT delorie DOT com Subject: Re: cant get gpp to work 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: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 20 Dec 2001, Caio wrote: > heres the info when i try to compile a test program > > C:\DJGPP>gpp teste.c -eteste.exe -v > Using builtin specs. It is first suspicious thing. I suspect installation problems. Please try to reinstall DJGPP > Configured with: ../configure > i586-pc-msdosdjgpp --prefix=/dev/env/DJDIR --disab > le-nls > Thread model: single > gcc version 3.0.2 > > c:/djgpp/lib/gcc-lib/djgpp/3.02/cc1plus.exe -v -D__GNUC__=3 -D__GNUC_MINOR__ > =0 > -D__GNUC_PATCHLEVEL__=2 -D__MSDOS__ -D__GO32__ -D__unix__ -D__MSDOS__ -D__GO > 32__ > -D__unix__ -Asystem=msdos -Asystem=unix -D__NO_INLINE__ -D__STDC_HOSTED__=1 > -re > map -imacros > djgpp.ver -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__ > tune_i586__ -D__tune_pentium__ -DMSDOS -DGO32 -Dunix > teste.c -D__GNUG__=3 -D__GX > X_DEPRECATED -D__EXCEPTIONS -D__GXX_ABI_VERSION=100 -quiet -dumpbase > teste.c -ve > rsion -o c:/djgpp/tmp\cczvZvA4.s > GNU CPP version 3.0.2 (cpplib) (80386, BSD syntax) > GNU C++ version 3.0.2 (djgpp) > compiled by GNU C version 3.0.2. > ignoring nonexistent directory "c:/djgpp/lib/gcc-lib/djgpp/3.02/include" This directory must be present in correct installation > ignoring nonexistent directory "c:/djgpp/djgpp/include" Message about missing c:/djgpp/djgpp/include is normal > #include "..." search starts here: > #include <...> search starts here: > c:/djgpp/lang/cxx-v3 > c:/djgpp/lang/cxx-v3/djgpp > c:/djgpp/lang/cxx-v3/backward > c:/djgpp/include > End of search list. > teste.c:1:21: djgpp.ver: No such file or directory (ENOENT) > > i've checked the /manifest content and there isn't a file called djgpp.ver. > i hope u can help me. > cheers, > caio. > >