Looks like your copy of cc/gcc is generating n32 object files; you
should definitely stick to o32 for now (gcc only supports this model).
> ...
> First, lalloca.h was trouble. You're including lalloca.h before
> config.h because of AIX -- but on SGI, <alloca.h> must be included
> before alloca() can be used, and <alloca.h> only gets included if
> config.h has defined HAVE_ALLOCA_H... Which means that on SGI,
> config.h must come before lalloca.h. So a whole bunch of files
> needed to have the ifdefs tweaked.
>
> I had to add a missing argument in sanei_scsi.c. I guessed "0".
> ...
I'll have a look at your changes to sanei_scsi.c and see if I can see
what's gone wrong with all the changes since 0.63 (I think that was the
first version my SCSI additions made it in...)
BTW, I'll have a precompiled distribution for SANE 0.69 available
sometime this week once I get things tested fully.
-- ________________________________________________________________________ Mike Sweet Software for SGI and Sun Easy Software Products (301) 373-9603 Workstations 44145 Airport View Drive mike@easysw.com http://www.easysw.com Hollywood, Maryland 20636SUPPORT THE ANTI-SPAM AMENDMENT! - http://www.cauce.org
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com