Mail Archives: djgpp/1993/09/18/18:43:55
> I'm having two silly problems with djgpp version 1.10. The first is that the
> initialisation module crt0.o that comes with it (date 05-31-93) calls a routine
> called _setstack (__setstack in the corresponding crt0.s file) that the linker
> cannot subsequently find. I found setstack.s in \libsrc\c\sys, assembled it,
> and added it to libc.a. Was that the proper thing to do, or did I make a
> mistake at some earlier stage?
setstack is in the libc.a which is shipped with V1.10 - maybe you were using
a library from an earlier release?
> The next problem has to do with the sample code in \samples\grtask. No matter
The V1.10 GO32 has a bug which prevents graphics from working. You need to
get omnigate.clarkson.edu:pub/msdos/djgpp/pub/csdpmit1.zip and use the GO32
from that (or csgo110c.zip). These are bug fix versions.
- Raw text -