<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><pre>
<span style="color: rgb(255, 0, 0);">/usr/bin/ld: cannot find -lXext</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">collect2: ld returned 1 exit status</span><br style="color: rgb(255, 0, 0);">
<br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">The compile and link failed.</span><br><br></pre></blockquote>It could be that you just have to install the Xext library.</div><div>The process depends on what kind of OS you have installed.</div><div>If you have an rpm based unix such as CentOS or Redhat,</div><div>then you need to install something that would look like</div><div><br></div><div>xorg-x11-libXext</div><div><br></div><div>This might be installable by the single command</div><div><br></div><div>yum install xorg-x11-libXext</div><div><br></div><div>but again, the procedure differs for different operating systems.</div><div>The results of "uname -a" might give some clues.</div><div><br></div><br></body></html>