<div>Hi.  Is it? I have no idea :)</div><div><br /></div><div><br /></div><div>05.09.2020, 12:13, "Petr Kobalíček" <kobalicek.petr@gmail.com>:</div><blockquote><div dir="ltr">Isn't it more of an xlib vs xcb issue?</div><br /><div class="f13ca48719c8a60033905b23b39675agmail_quote"><div class="334d7d341e3233c5b27ca91297445127gmail_attr" dir="ltr">On Sat, Sep 5, 2020 at 10:43 AM Uli Schlachter <<a href="mailto:psychon@znc.in">psychon@znc.in</a>> wrote:<br /></div><blockquote class="f13ca48719c8a60033905b23b39675agmail_quote" style="border-left-color:rgb( 204 , 204 , 204 );border-left-style:solid;border-left-width:1px;margin:0px 0px 0px 0.8ex;padding-left:1ex">Hi,<br />
<br />
Am 05.09.20 um 03:06 schrieb alexandre schenberg:<br />
> configure:20422: gcc -o conftest -g -O2 conftest.c -lm <br />
> -L/media/34GB/Arquivos-de-Programas-Linux/xorg/X11-1.6.7/lib/ -lX11 >&5<br />
> /media/34GB/Arquivos-de-Programas-Linux/xorg/X11-1.6.7/lib//libX11.so: undefined <br />
> reference to `xcb_wait_for_reply64'<br />
> /media/34GB/Arquivos-de-Programas-Linux/xorg/X11-1.6.7/lib//libX11.so: undefined <br />
> reference to `xcb_poll_for_queued_event'<br />
> /media/34GB/Arquivos-de-Programas-Linux/xorg/X11-1.6.7/lib//libX11.so: undefined <br />
> reference to `xcb_poll_for_reply64'<br />
> collect2: ld returned 1 exit status<br />
<br />
This sounds like your libX11.so is broken. I am not sure what program<br />
configure is trying to build here, but I bet that libX11.so contains<br />
those undefined references / does not link against libxcb.so.<br />
<br />
Can you compile other programs against this libX11.so?<br />
<br />
Google found<br />
<a href="https://www.geeks3d.com/20120102/programming-tutorial-simple-x11-x-window-code-sample-for-linux-and-mac-os-x/">https://www.geeks3d.com/20120102/programming-tutorial-simple-x11-x-window-code-sample-for-linux-and-mac-os-x/</a>.<br />
Can you try compiling that program? Does it work?<br />
<br />
Cheers,<br />
Uli<br />
-- <br />
"Every once in a while, declare peace. It confuses the hell out of your<br />
enemies"<br />
 - 79th Rule of Acquisition<br />
-- <br />
cairo mailing list<br />
<a href="mailto:cairo@cairographics.org">cairo@cairographics.org</a><br />
<a href="https://lists.cairographics.org/mailman/listinfo/cairo">https://lists.cairographics.org/mailman/listinfo/cairo</a><br />
</blockquote></div>
</blockquote>