Date: Mon, 15 Mar 93 16:16:11 EST From: DJ Delorie To: elan AT tasha DOT cheme DOT cornell DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: A Few Simple Library Questions >1. In the link stage, am I correct is assuming that only functions that >are referenced in the object file are linked in from libc.a? Correct, but remember that lib/crt0.o is also being linked, and it references some things also. >2. Is there any support for shared libraries under DJGPP? Not in 1.09.