From: "Ian Miller" Newsgroups: comp.os.msdos.djgpp References: <7r2n9a$40m$3 AT antares DOT lu DOT erisoft DOT se> <87r9k9wrcv DOT fsf AT hasn DOT dera DOT gov DOT uk> <7tAB3.1697$vW1 DOT 9244 AT newsfeed DOT slurp DOT net> Subject: Re: Newbie: DJGPP does nothing... Lines: 45 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Thu, 9 Sep 1999 23:36:36 +0100 NNTP-Posting-Host: 212.56.120.151 X-Complaints-To: abuse AT plus DOT net DOT uk X-Trace: wards 936916917 212.56.120.151 (Thu, 09 Sep 1999 22:41:57 GMT) NNTP-Posting-Date: Thu, 09 Sep 1999 22:41:57 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Way Walker wrote in message news:7tAB3.1697$vW1 DOT 9244 AT newsfeed DOT slurp DOT net... > I didn't change anything... the only thing the readme file said to change > was LFN=y, but I didn't have to because it was already that way in djgpp.env Maybe this will help; maybe it won't; but here it is anyway. This is what my working gcc 2.95.1 installation says when I compile a Hello World program like so: gcc -v -o q.exe q.c Reading specs from g:/djgpp/lib/gcc-lib/djgpp/2.951/specs gcc version 2.95.1 19990816 (release) g:/djgpp/lib/gcc-lib/djgpp/2.951/cpp.exe -lang-c -v -D__GNUC__=2 -D__GNUC_MINOR__=95 -Dunix -Di386 -DGO32 -DDJGPP=2 -DMSDOS -D__unix __ -D__i386__ -D__GO32__ -D__DJGPP__=2 -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__DJGPP=2 -D__MSDOS -Asystem(unix) -Asystem(msdos) - Acpu(i386) -Amachine(i386) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di586 -Dpentium -D__i586 -D__i586__ -D__pentium - D__pentium__ -imacros g:/djgpp/bin/../include/sys/version.h -remap q.c I:\TMP\ccf9nMd8.i GNU CPP version 2.95.1 19990816 (release) (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: g:/djgpp/contrib/grx23/include g:/djgpp/lib/gcc-lib/djgpp/2.951/include g:/djgpp/include End of search list. The following default directories have been omitted from the search path: $DJDIR/lang/cxx $DJDIR/lib/gcc-lib/djgpp/2.951/../../../../djgpp/include End of omitted list. g:/djgpp/lib/gcc-lib/djgpp/2.951/cc1.exe I:\TMP\ccf9nMd8.i -quiet -dumpbase q.c -version -o I:\TMP\ccAGXUJ9.s GNU C version 2.95.1 19990816 (release) (djgpp) compiled by GNU C version 2.95.1 19990816 (release). g:/djgpp/bin/as.exe -o I:\TMP\ccC5iY29.o I:\TMP\ccAGXUJ9.s g:/djgpp/lib/gcc-lib/djgpp/2.951/collect2.exe -o q.exe g:/djgpp/lib/crt0.o -Lg:/djgpp/contrib/grx23/lib/dj2 -Lg:/djgpp/lib/gcc-lib/djgpp/2.951 -Lg:/djgpp/bin -Lg:/djgpp/lib I:\TMP\ccC5iY29.o -lgcc -lc -lgcc -Tdjgpp.djl g:/djgpp/bin/stubify.exe -v q.exe stubify for djgpp V2.X executables, Copyright (C) 1995 DJ Delorie stubify: q.exe -> q.000 -> q.exe Ian -- Ian Miller, Dorset, UK