Date: Thu, 25 Jul 1996 08:33:52 +0200 (IST) From: Eli Zaretskii To: Jimen Ching Cc: djgpp AT delorie DOT com Subject: Re: How do I create my own libraries ? In-Reply-To: <4t489l$gjv@news.aloha.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 24 Jul 1996, Jimen Ching wrote: > >Yes, it's the same with DJGPP. The DJGPP C library almost always puts > >every function on its own source file for this reason. > > Is this what the Standard C document suggests as an implementation? > Does the GCC distribution also have this problem? If you use GNU ld, then it will be the same. Otherwise, it depends on the linker you use, but most of them behave in this way also.