Originally to: All
Hi Ray! On Thu, 15 Aug 2002, Ray Olszewski wrote: > Depends on how you link. Modern linking is done dynamically (only one copy > of the library is loaded into memory and shared by all apps that use it), > using .so libraries. Older linking was done statically (each app loaded its > own personal copy of the library into memory), using .a libraries. Does this mean what I think? that when an executable is linked statically all the libraries are in the executable? So none of the required libraries are required when executing? Is there a difference between statically linking object files to a library and statically linking libraries to an executable? I'm really sorry about such fundamental questions but I want to get clarity about all that. Thank you very much and my best regards, Axel Siebenwirth - <-> Gateway Information. This message originated from a Fidonet System (http://www.fidonet.org) and was gated at TCOB1 (http://www.tcob1.net) Please do not respond direct to this message but via the list - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs
