Hi,
I am trying to get to compile a simple Hello World program on unixware
ver 2.1.3 using the CC compiler which comes with Unixware 7.
I want to use the system call “nap” and the compiler cribs that it
is having undefined symbol nap.
I have linked the libx library too.
The same program compiles perfectly well with “cc” compiler
but fails when I use the “CC” (C++ compiler).
Any help will be highly appreciated.