From: Nikita Proskourine Newsgroups: comp.os.msdos.djgpp Subject: using old libraries with new DJGPP Date: Mon, 24 Feb 1997 10:43:08 -0500 Organization: Goucher College Lines: 11 Message-ID: <3311B70C.34D7@goucher.edu> References: Reply-To: nproskou AT goucher DOT edu NNTP-Posting-Host: 199.75.71.13 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Is there a way to use DJGPP libs developed for older versions of DJGPP (1.x) with new DJGPP without getting these 'could not read symbols: virtual memory exhausted' error. I heard that was a known bug, but is there a way to get around it without recompiling the source in 2.x? Another annoying thing: I thought that -l bug was fixed in ld (I am using ld to bypass libc.a. But when I provide -lpatch, it says that file -lpatch is not found and doesn't even look for libpatch.a. I also provide my own stub and do a few other weird things to get access to things like Windows GUI) -- Nikita.