To: nproskou AT goucher DOT edu Cc: djgpp AT delorie DOT com Subject: Re: shared libraries Message-ID: <19970204.174444.7543.1.fwec@juno.com> References: From: fwec AT juno DOT com (Mark T Logan) Date: Tue, 04 Feb 1997 17:38:32 EST On Tue, 4 Feb 1997 09:59:49 -0500 (EST) Nikita Proskourine writes: >Has anybody implemented shared libraries for DJGPP under DOS? > >I mean, the rate at which my prog. image grows is just ridiculuous... >... and there's nothing I can do about it, because I know I use _lots_ >of >functions from different libs and some of these functions are >interrelated and cause other stuff to get linked in... > >Or I could buy another hard drive. >But then in a few months I'll be begging people for money to get >myself >_ANOTHER_ hard drive. > >-- Nikita. > I beleive there is a compiler switch which will take out all the debugging information and reduce file size quite a bit. Should be in the FAQ -Fwec