>I would like to compile amanda-2.4.2p2 on UnixWare 7.0.1
Based on the error messages, you appear to be entering uncharted
territory.
Do you have a /usr/include/sys/tape.h? Did the ./configure run say it
found it?
What happens if you do this:
find /usr/include -name '*.h' -print | xargs grep T_RWD /dev/null
find /usr/include -name '*.h' -print | xargs grep STREW /dev/null
find /usr/include -name '*.h' -print | xargs grep MT_REWIND /dev/null
find /usr/include -name '*.h' -print | xargs grep MTREW /dev/null
The intent is to find which header file has the ioctl flag needed to
rewind a tape. Once we know that, the others will fall into place.
>jos
John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]