Date: Sat, 18 Sep 1993 21:33:45 +22294003 (EDT) From: Russell Davidson To: sandmann AT clio DOT rice DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Thanks for your help: >> 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? I didn't think I was, but evidently I was. Sorry about that. >> 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. These work fine. Thanks again, Russell