Date: Mon, 15 Mar 1993 14:48:53 -0500 From: "Elan Feingold" To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: A Few Simple Library Questions These questions refer to DJGPP version 1.09, based on GCC 2.2.x 1. In the link stage, am I correct is assuming that only functions that are referenced in the object file are linked in from the libc? i.e. if I only call printf in my program, only printf.o and modules that it uses are linked? 2. Is there any support for shared libraries under DJGPP (I read about version 2, and that listed address space for shlibs, but I'm wondering about 1.09). Sorry if these questions are a bit simplistic! Regards, Elan Feingold Cornell University