Date: Wed, 21 Sep 1994 09:48:54 +0800 From: vvzhy AT joule DOT phy DOT ncu DOT edu DOT tw (V.V.Zhytnikov) To: djgpp AT sun DOT soe DOT clarkson DOT edu (1) I have quite large c program which I compiled successfully a while ago with the help of djgpp 1.07. Unfortunately I can not do this with djgpp 1.12. The point is that the program uses GNU dld (dynamic linker) which designed for a.out format only but djgpp now switched to coff. Can I produce a.out format with the help of djgpp 1.12 ? I've tried but in vain. The ld recognizes the target format a.out-i386 but dumps on me a bunch of unresolved refs. The objcopy doesn't work either. (2) Even if I succeed to produce a.out with the help of djgpp 1.12 I probably can not run it under go32 1.12. Can I do this with the help of other extender, say EMX or RSX? Thanks for any hints, Vadim Zhytnikov (vvzhy AT phy DOT ncu DOT edu DOT tw)