I'm trying to build xv 3.00a on a SS10 running Solaris 2.2 using the
gcc compiler. Everything compiles fine , but the linker
complains generating the following:
Undefined first referenced
symbol in file
sigblock xvmisc.o
gethostname xv.o (/usr/lib/libnsl.so.1?)
ld: fatal: Symbol referencing errors. No output written to xv
*** Error code 1
The two functions (sigblock gethostname) are part of SunOS/BSD
Compatibility Library, but if I add the libubc library I
get even more problems.
Any ideas??????
Thanks in advance
Eddie Roberts