From: Ole Saether Date: Thu, 12 Nov 92 13:36:03 +0100 To: djgpp-request AT sun DOT soe DOT clarkson DOT edu, djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: djgpp for DVX I have had the same problems, ie. "Undefined symbol XXX..." even when the symbol was in the library. The problem disappeared when I put all the commands in the response file when making the library that is: ar @mylib.lis instead of: ar ru @myobjs.lis Remember to use the ranlib command afterwards: ranlib libmylib.a Hope it works. --------------------------------------------------------------------- Ole Saether Faculty of Electrical Engineering and Computer Science The University of Trondheim Norway