<p dir="ltr"><br>
On Oct 8, 2012 6:33 PM, "ykzhao" <<a href="mailto:yakui.zhao@intel.com">yakui.zhao@intel.com</a>> wrote:<br>
><br>
> On Mon, 2012-10-08 at 01:32 -0600, Gwenole Beauchesne wrote:<br>
> > Hi,<br>
> ><br>
> > 2012/10/8 Xiang, Haihao <<a href="mailto:haihao.xiang@intel.com">haihao.xiang@intel.com</a>>:<br>
> > > Hi, Gwenole<br>
> > ><br>
> > > Your recent commits in libva staging branch result in DSO regression<br>
> > > issue.<br>
> > ><br>
> > > make[3]: Entering directory `/home/cc/libva/test/encode'<br>
> > >   CCLD   h264encode<br>
> > > /usr/bin/ld: h264encode_x11.o: undefined reference to symbol 'XOpenDisplay'<br>
> > > /usr/bin/ld: note: 'XOpenDisplay' is defined in DSO /opt/X11R7/lib/libX11.so.6 so try adding it to the linker command line<br>
> > > /opt/X11R7/lib/libX11.so.6: could not read symbols: Invalid operation<br>
> > > collect2: ld returned 1 exit status<br>
> > > make[3]: *** [h264encode] Error 1<br>
> > ><br>
> > > Could you take a look and fix it ?<br>
> ><br>
> > Should be fixed now.<br>
><br>
> I also meet with another DSO issue when compiling the libva staging<br>
> branch on Fedora 15. The following is the corresponding error:<br>
><br>
> make[3]: Entering directory `/root/gen_gfx/libva/test/encode'<br>
>   CC     avcenc-avcenc.o<br>
>   CCLD   avcenc<br>
> /usr/bin/ld: avcenc-avcenc.o: undefined reference to symbol<br>
> 'pthread_create@@GLIBC_2.2.5'<br>
> /usr/bin/ld: note: 'pthread_create@@GLIBC_2.2.5' is defined in<br>
> DSO /lib64/libpthread.so.0 so try adding it to the linker command line<br>
> /lib64/libpthread.so.0: could not read symbols: Invalid operation<br>
> collect2: ld returned 1 exit status<br>
> make[3]: *** [avcenc] Error 1</p>
<p dir="ltr">I saw this same problem on Fedora 16, my libpthread does have the symbol and even if I explicitly included it. I ended up removing this from compilation.</p>
<p dir="ltr"> IMO, tests should be enabled by configuration and Wayland should be disabled by default. I had to disable it at configure stage. <br>
><br>
> Thanks.<br>
> ><br>
> > Regards,<br>
> > Gwenole.<br>
> > _______________________________________________<br>
> > Libva mailing list<br>
> > <a href="mailto:Libva@lists.freedesktop.org">Libva@lists.freedesktop.org</a><br>
> > <a href="http://lists.freedesktop.org/mailman/listinfo/libva">http://lists.freedesktop.org/mailman/listinfo/libva</a><br>
><br>
><br>
> _______________________________________________<br>
> Libva mailing list<br>
> <a href="mailto:Libva@lists.freedesktop.org">Libva@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/libva">http://lists.freedesktop.org/mailman/listinfo/libva</a><br>
</p>