c*****n 发帖数: 43 | 1 I am learning how to program on X Window. Here are some simple scripts tha
could not run. Could you guys please help me?
theDisplay=XOpenDisplay(NULL);
if (theDisplay==NULL)
{.....}
When I compile this .c file by command cc, it is shown that
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (test.o) was d
etected. The linked output may not run on a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
XOpenDisplay (code)
Does this infomation mean the compiler/linker is o |
|