On Thu, 31 May 2001, Waldo Bastian wrote: > > NOTE: Files of the format xxxx.la are libtool files that describe the > actual DSO. The DSO itself is usually named xxxx.so or libxxxx.so. > Some platforms require that the name of a DSO starts with "lib". On > those platforms xxxx.la and libxxxx.la both generate DSOs with the > same name "libxxxx.so". Since this leads to problems you should never > use both "xxxx.la" and "libxxxx.la" as names for DSOs!! So why not use a naming convention that avoids conflicts in the first place? For example, use libklm_.la instead of .la and libkio_.la instead of kio_.la. Bernd.