|
From: Miguel F. <mfr...@gm...> - 2004-12-13 12:01:42
|
On Sun, 12 Dec 2004 14:09:24 +0000, Andrew de Quincey <ad...@li...> wrote: > x11osd.lo deinterlace.lo alphablend.lo video_out_xv.lo libXv.a > -L/usr/X11R6/lib -lXinerama -lXext ../../src/xine-engine/libxine.la > > *** Warning: Linking the shared library xineplug_vo_out_xv.la against the > *** static library libXv.a is not portable! > gcc: libXv.a: No such file or directory > > libXv.a does exist on my system: > adq@monstrousfish ~ $ ls -l /usr/X11R6/lib/libXv.a > -rw-r--r-- 1 root root 16974 Dec 10 12:14 /usr/X11R6/lib/libXv.a i had the impression that static libs must be linked with full path, they are not searched on lib dirs (just like any other object file). Stephen, i guess this is probably due your last commit, right? Miguel |