Hello, all.
Using bash, I can capture the full output :-) I think bash and I are going to be friends.
Toby
Reading specs from c:/gpc/lib/gcc-lib/djgpp/2.952/specs gpc version 20000725, based on 2.95.2 19991024 (release) c:/gpc/lib/gcc-lib/djgpp/2.952/gpcpp.exe -lang-pascal -v -famtmpfile=c:/gpc/tmp\ccaan0li -fdelphi-comments -D__GNU_PASCAL__ -undef -D__GNUC__=2 -D__GNUC_MINOR__=95 -D__GPC__=2 -D__GPC_MINOR__=0 -D__GPC_RELEASE__=20000725 -D__BITS_LITTLE_ENDIAN__=1 -D__BYTES_LITTLE_ENDIAN__=1 -D__WORDS_LITTLE_ENDIAN__=1 -Dunix -Di386 -DGO32 -DDJGPP=2 -DMSDOS -D__OS_DOS__=1 -D__unix__ -D__i386__ -D__GO32__ -D__DJGPP__=2 -D__MSDOS__ -D__OS_DOS__=1 -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__ -D__tune_pentium__ -imacros c:/gpc/lib/../include/sys/version.h -remap taste.pas c:/gpc/tmp\ccban0li.i GNU Pascal Compiler PreProcessor version 2.95.2 19991024 (release) (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: c:/gpc/lang/pascal c:/gpcinclude c:/gpc/contrib/grx20/include /usr/local/include JDIR/i586-pc-msdosdjgpp/include $DJDIR/lib/gcc-lib/djgpp/2.952/include $DJDIR/include End of search list. c:/gpc/lib/gcc-lib/djgpp/2.952/gpc1.exe c:/gpc/tmp\ccban0li.i -quiet -dumpbase taste.pas -version -famtmpfile=c:/gpc/tmp\ccaan0li -o c:/gpc/tmp\ccban0li.s GNU Pascal version 2.95.2 19991024 (release) (djgpp) compiled by GNU C version 2.95.2 19991024 (release). c:/gpc/bin/as.exe -o c:/gpc/tmp\ccban0li1.o c:/gpc/tmp\ccban0li.s c:/gpc/lib/gcc-lib/djgpp/2.952/collect2.exe -o taste.exe c:/gpc/lib/crt0.o -Lc:/gpc/lib -Lc:/gpc/lib/gcc-lib/djgpp/2.952 -Lc:/gpc/bin -Lc:/gpc/lib c:/gpc/tmp\ccban0li1.o -lgpc -lm -lgcc -lc -lgcc -Tdjgpp.djl c:/gpc/tmp\ccban0li1.o(.text+0x839):taste.pas: undefined reference to `GrBlack' c:/gpc/tmp\ccban0li1.o(.text+0x841):taste.pas: undefined reference to `GrWhite' c:/gpc/tmp\ccban0li1.o(.text+0x875):taste.pas: undefined reference to `GrTextXY' c:/gpc/tmp\ccban0li1.o(.text+0x904):taste.pas: undefined reference to `GrSetMode' c:/gpc/tmp\ccban0li1.o(.text+0x916):taste.pas: undefined reference to `GrBlack' c:/gpc/tmp\ccban0li1.o(.text+0x91e):taste.pas: undefined reference to `GrWhite' c:/gpc/tmp\ccban0li1.o(.text+0x92f):taste.pas: undefined reference to `GrTextXY' c:/gpc/tmp\ccban0li1.o(.text+0x937):taste.pas: undefined reference to `GrMouseDetect' c:/gpc/tmp\ccban0li1.o(.text+0x947):taste.pas: undefined reference to `GrMouseEventMode' c:/gpc/tmp\ccban0li1.o(.text+0x94f):taste.pas: undefined reference to `GrMouseInit' c:/gpc/tmp\ccban0li1.o(.text+0x954):taste.pas: undefined reference to `GrMouseDisplayCursor' c:/gpc/tmp\ccban0li1.o(.text+0x988):taste.pas: undefined reference to `GrMouseGetEvent' c:/gpc/tmp\ccban0li1.o(.text+0x9cb):taste.pas: undefined reference to `init_Grx20' collect2: ld returned 1 exit status