Message-Id: <1.5.4.32.19961020125913.00668c98@mv.mv.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 20 Oct 1996 08:59:13 -0400 To: djgpp AT delorie DOT com From: Howard Kaikow Subject: HK: v 2.1 Cc: "Howard Kaikow" Here are two more pieces of info on v2.1 Set LFN= y and all DJGPP environment variables te same as for v2.0 1. I recompiled the PSUtils programs. As you can see, the .exe files grew by about 30000 bytes each. EPSFFIT EXE 101,303 10-20-96 8:37a epsffit.exe PSBOOK EXE 98,119 10-20-96 8:37a psbook.exe PSSELECT EXE 100,017 10-20-96 8:37a psselect.exe PSTOPS EXE 109,233 10-20-96 8:37a pstops.exe PSNUP EXE 109,693 10-20-96 8:37a psnup.exe PSRESIZE EXE 107,311 10-20-96 8:38a psresize.exe 6 file(s) 625,676 bytes EPSFFIT EXE 72,255 02-23-96 12:02p epsffit.exe PSBOOK EXE 70,951 02-23-96 12:02p psbook.exe PSSELECT EXE 72,003 02-23-96 12:03p psselect.exe PSTOPS EXE 79,041 02-23-96 12:03p pstops.exe PSNUP EXE 78,961 02-23-96 12:03p psnup.exe PSRESIZE EXE 77,425 02-23-96 12:03p psresize.exe 6 file(s) 450,636 bytes I used gcc -DMSDOS -DPAPER=\"a4\" -O3 epsffit.c pserror.c -o epsffit gcc -DMSDOS -DPAPER=\"a4\" -O3 psutil.c psbook.c pserror.c -o psbook gcc -DMSDOS -DPAPER=\"a4\" -O3 psutil.c psselect.c pserror.c -o psselect gcc -DMSDOS -DSHOWPAGE_LOAD -DPAPER=\"a4\" -O3 psutil.c psspec.c pstops.c pserror.c -o pstops gcc -DMSDOS -DSHOWPAGE_LOAD -DPAPER=\"a4\" -O3 psutil.c psspec.c psnup.c pserror.c -o psnup gcc -DMSDOS -DSHOWPAGE_LOAD -DPAPER=\"a4\" -O3 psutil.c psspec.c psresize.c pserror.c -o psresize 2. I recompiled a program that I use periodically. The compile failed with the following errors. I had previously compiled the program successfully on 10 May 1996. Command line was redir -o %1.log -eo gcc -v %1.c -o %1 Reading specs from d:/djgpp/lib\specs gcc version 2.7.2.1 d:/djgpp/bin\cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=1 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=1 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=1 roi.c E:\TEMP\ccbaaaaa GNU CPP version 2.7.2.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: d:/djgpp/include d:/djgpp/contrib/grx20/include /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.7.2.1/include /usr/include End of search list. d:/djgpp/bin\cc1.exe E:\TEMP\ccbaaaaa -quiet -dumpbase roi.c -version -o E:\TEMP\cccaaaaa GNU C version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1. d:/djgpp/bin\as.exe -o E:\TEMP\ccdaaaaa E:\TEMP\cccaaaaa d:/djgpp/bin\ld.exe -o roi d:/djgpp/lib\crt0.o -Ld:/djgpp/lib -L/usr/local/lib E:\TEMP\ccdaaaaa -Tdjgpp.djl -lgcc -lc -lgcc E:\TEMP\ccdaaaaa(.text+0x21):roi.c: undefined reference to `slookup' E:\TEMP\ccdaaaaa(.text+0xe9):roi.c: undefined reference to `slookup' E:\TEMP\ccdaaaaa(.text+0xfc):roi.c: undefined reference to `slookup' E:\TEMP\ccdaaaaa(.text+0x1e2):roi.c: undefined reference to `alloc'