CyberPsychotic 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?

Yep.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to