From: sandmann AT clio DOT rice DOT edu (Charles W. Sandmann) Subject: Re: Version 1.10 of djgpp To: davidsor AT qed DOT Econ DOT QueensU DOT CA (Russell Davidson) Date: Sat, 18 Sep 1993 17:06:52 -0600 (CDT) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP Mailing List) > 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.