On Wed, 22 Apr 1998, Glynn Clements wrote: > > with debugging-mode library) or i would have to replace link in > > /usr/lib|lib and thus make it for all system processes..(sorry if sounds > > abit confusing) > > Debug libraries are usually static; you would normally give the full > pathname to the library (e.g. /usr/lib/libfoo.a) to the gcc command, > rather than using -lfoo. > so debug libraries are usually linked statically to the code, right?