> I have a quick question.  When compiling a program how do you change what
> libraries Make is looking for.  For example if you have 
> -lpng which looks for libpng.so.0 how do you change that to look for
> libpng.so.2?  Thanks in advance.

You don't.  Its defined by the latest version that is found by running
"ldconfig -v" for shared libraries.

Dave



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to