Hi,
On Tue, Jun 26, 2001 at 07:06:09PM -0500, John R. Jackson wrote:
[..]
> >ld: 0711-317 ERROR: Undefined symbol: .Tape_Ioctl
>
> This looks like something Thomas Hepper will have to help you with.
> It appears to be a general changer interface routine that is not yet
> supplied for AIX.
Yup thats missing, add the following to scsi-aix.c
int Tape_Ioctl(int DeviceFD, int command)
{
return(-1);
}
Will fix this the next days...
Thomas
--
-----------------------------------------------
| Thomas Hepper [EMAIL PROTECTED] |
| ( If the above address fail try ) |
| ( [EMAIL PROTECTED]) |
-----------------------------------------------