<span style="font-family:courier new,monospace"><span style="font-family:arial,helvetica,sans-serif">Hello,</span><br style="font-family:arial,helvetica,sans-serif"><br style="font-family:arial,helvetica,sans-serif"><span style="font-family:arial,helvetica,sans-serif">I am trying to make a Hello World program from code from this site:</span><br style="font-family:arial,helvetica,sans-serif">
<span style="font-family:arial,helvetica,sans-serif"><a href="http://www.paulgriffiths.net/program/c/srcs/helloxsrc.html">http://www.paulgriffiths.net/program/c/srcs/helloxsrc.html</a></span><br style="font-family:arial,helvetica,sans-serif">
<br style="font-family:arial,helvetica,sans-serif"><span style="font-family:arial,helvetica,sans-serif">However, when I try to compile and run it I get this error. Can some give me a hint. Thank you.</span><br style="font-family:arial,helvetica,sans-serif">
<br></span><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><span style="font-family:courier new,monospace">[root@vizwall Desktop]# gcc -o HelloX HelloX.c</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">/tmp/ccMGGmGj.o: In function `main':</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">HelloX.c:(.text+0x42): undefined reference to `XAllocSizeHints'</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">HelloX.c:(.text+0x52): undefined reference to `XAllocWMHints'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">HelloX.c:(.text+0x62): undefined reference to `XAllocClassHint'</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">HelloX.c:(.text+0x9d): undefined reference to `XOpenDisplay'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">HelloX.c:(.text+0x219): undefined reference to `XCreateSimpleWindow'</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">HelloX.c:(.text+0x232): undefined reference to `XStringListToTextProperty'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">HelloX.c:(.text+0x272): undefined reference to `XStringListToTextProperty'</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">HelloX.c:(.text+0x34d): undefined reference to `XSetWMProperties'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">HelloX.c:(.text+0x362): undefined reference to `XSelectInput'</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">HelloX.c:(.text+0x373): undefined reference to `XLoadQueryFont'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">HelloX.c:(.text+0x3c1): undefined reference to `XCreateGC'</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">HelloX.c:(.text+0x3dd): undefined reference to `XSetFont'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">HelloX.c:(.text+0x40f): undefined reference to `XSetForeground'</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">HelloX.c:(.text+0x41f): undefined reference to `XMapWindow'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">HelloX.c:(.text+0x434): undefined reference to `XNextEvent'</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">HelloX.c:(.text+0x4c7): undefined reference to `XTextWidth'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">HelloX.c:(.text+0x570): undefined reference to `XDrawString'</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">HelloX.c:(.text+0x5a0): undefined reference to `XUnloadFont'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">HelloX.c:(.text+0x5b0): undefined reference to `XFreeGC'</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">HelloX.c:(.text+0x5bc): undefined reference to `XCloseDisplay'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">collect2: ld returned 1 exit status</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">[root@vizwall Desktop]# </span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace"></span><br style="font-family:courier new,monospace">
</blockquote><br><br>-jerrold<br><br>