Hi I&#39;ve been trying to compile the libXt-1.0.8 library for my embedded system but keep getting the same error message. <br>I downloaded the tar.gz archive and I run ./autogen.sh<br>I get the next error message:<br>./configure: line 12618: syntax error near unexpected token &#39;XT, &#39;<br>
./configure: line 12618: `PKG_CHECK_MODULES(XT, sm ice x11 xproto kbproto)`<br><br>I checked some lines before and found:<br>./configure: line 4521: PKG_PROG_PKG_CONFIG: command not found<br><br>It seems as if the pkgconfig packages is not installed but I believe it is installed, since I can type pkg-config --help and I get the help menu. I can see all the .pc files from different libraries under /usr/lib/pkgconfig<br>
<br>Anyways I need to compile the Xt library in order to compile the ghostscript library.<br><br>Any help would be appreciated. <br>