Hi,
I would like to compile amanda-2.4.2p2 on UnixWare 7.0.1
Configure options:
# ./configure --prefix=/usr/local/amanda --with-user=operator
--with-group=disk --without-server
When i start make, it aborts on tapeio.c:
cc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src
-D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -g -c tapeio.c -o tapeio.o
UX:acomp: ERROR: "tapeio.c", line 224: cannot find include file:
<sys/mtio.h>
UX:acomp: ERROR: "tapeio.c", line 229: incomplete struct/union/enum mtop:
mt
UX:acomp: ERROR: "tapeio.c", line 232: undefined struct/union member:
mt_op
UX:acomp: ERROR: "tapeio.c", line 232: undefined symbol: MTREW
UX:acomp: ERROR: "tapeio.c", line 233: undefined struct/union member:
mt_count
UX:acomp: ERROR: "tapeio.c", line 238: undefined symbol: MTIOCTOP
UX:acomp: ERROR: "tapeio.c", line 255: incomplete struct/union/enum mtop:
mt
UX:acomp: ERROR: "tapeio.c", line 257: undefined struct/union member:
mt_op
UX:acomp: ERROR: "tapeio.c", line 257: undefined symbol: MTFSF
UX:acomp: ERROR: "tapeio.c", line 258: undefined struct/union member:
mt_count
UX:acomp: ERROR: "tapeio.c", line 260: undefined symbol: MTIOCTOP
UX:acomp: ERROR: "tapeio.c", line 270: incomplete struct/union/enum mtop:
mt
UX:acomp: ERROR: "tapeio.c", line 272: undefined struct/union member:
mt_op
UX:acomp: ERROR: "tapeio.c", line 272: undefined symbol: MTWEOF
UX:acomp: ERROR: "tapeio.c", line 273: undefined struct/union member:
mt_count
UX:acomp: ERROR: "tapeio.c", line 275: undefined symbol: MTIOCTOP
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
Does someone have some tips for me ?
Greetings,
jos