Mail Archives: djgpp/1996/10/20/11:29:45
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.
- Raw text -