To: ANTHONY APPLEYARD Cc: DJGPP AT sun DOT soe DOT clarkson DOT edu Subject: Re: Which of my Gnu C programs calls which library? Date: Thu, 15 Dec 94 08:27:32 +0200 From: "Eli Zaretskii" > I have about 50 or 100 Gnu C programs. Remembering which ones need which > libraries to load, every time I recompile one, to type the correct -l > arguments after the gcc, becomes quite a load on the memory. When will there First, there is always Make to help unload our memory registers. Second, in v2.0 DJ plans to put everything into libc (but keep the other libraries for compatibility), so there's your redemption.