Sender: g595160 AT fs1 DOT lmco DOT mar DOT com Message-Id: <31F8B072.47E0@fs1.lmco.mar.com> Date: Fri, 26 Jul 1996 07:48:02 -0400 From: Shawn Lee Mime-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: How do I create my own libraries ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Eli Zaretskii wrote: > > 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. I believe that this is suppose to be the normal behavior of at least 'ld'. I don't think that it was an accident. Does anyone know for sure? Mr.Lee