From: Bogdan Costescu (Bogdan.Costescu_at_IWR.Uni-Heidelberg.De)
Date: Fri Dec 09 2005 - 10:30:07 CST

On Fri, 9 Dec 2005, Vlad Cojocaru wrote:

> 3. I couldnt locate into my system the fltk and sdl libs although I
> installed them with YaST and they should be there .. however "locate
> fltk" or locate sdl" doesnt show me any useful hints ... Is there a way
> to find out where exactly are those libs?

SuSE uses RPM packages; to find the content of package fltk:

rpm -ql fltk

The package might not be called fltk, but if it contains fltk in the
name, you could first search for it:

rpm -qa | grep -i fltk

It might be that there are more packages found by the line above; f.e.
Red Hat likes to have in the normal package (in this case called:
fltk-x.y.z.x86_64.rpm) the runtime files, including shared libs, and
in the -devel package (fltk-devel-x.y.z.x86_64.rpm) the header files
and static libs.

-- 
Bogdan Costescu
IWR - Interdisziplinaeres Zentrum fuer Wissenschaftliches Rechnen
Universitaet Heidelberg, INF 368, D-69120 Heidelberg, GERMANY
Telephone: +49 6221 54 8869, Telefax: +49 6221 54 8868
E-mail: Bogdan.Costescu_at_IWR.Uni-Heidelberg.De