Date: Sun, 20 Oct 1996 16:58:53 +0200 (IST) From: Eli Zaretskii To: Howard Kaikow Cc: djgpp AT delorie DOT com Subject: Re: HK: v 2.1 In-Reply-To: <1.5.4.32.19961020125913.00668c98@mv.mv.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 20 Oct 1996, Howard Kaikow wrote: > 1. I recompiled the PSUtils programs. As you can see, the .exe files grew by > about 30000 bytes each. > > I used > > gcc -DMSDOS -DPAPER=\"a4\" -O3 epsffit.c pserror.c -o epsffit What happens if you use -O2 instead of -O3 ? > 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' What is `slookup'? Where should it be defined? There is no such function in libc.a, neither in v2.0 nor in v2.01.