In message <[EMAIL PROTECTED]>
          "Paul Barker" <[EMAIL PROTECTED]> wrote:

> Hi
> 
> Yan-Fa Li wrote:
> 
> >Sounds like you need to tell it which path to search. Look at the -L
> >parm for gcc and specify which directory the lib you want is in.
> >Otherwise add the lib path to your /etc/ld.so.conf and rerun ldconfig
> 
> Yep I checked that:
> 
> [EMAIL PROTECTED] etc]# ldconfig -p | grep via
>         libviaXvMC.so.1 (libc6) => /usr/X11R6/lib/libviaXvMC.so.1
>         libviaXvMC.so (libc6) => /usr/X11R6/lib/libviaXvMC.so
> 
> So it's in the ld.so.cache but if I do ld -lviaXvMC I get
> 
> [EMAIL PROTECTED] etc]# ld -lviaXvMC
> ld: cannot find -lviaXvMC
> 
> (I've also tried moving ld.so.cache and re-running ldconfig - same
> result after)
> 
> Hmm, any ideas ?

Use -L to specify the directory to search when linking - ld.so.conf is
only vused to find libraries at run time.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to