Henning Meier-Geinitz wrote:
>
> Ok, at least the errors have changed ;-) First the good news:
>
> AIX compiles (with many ugly warnings). But it doesn't install:
[...]
> Ok, now compiling for AIX with --disable-shared:
> making all in frontend
> gmake[1]: Entering directory /tmp/sane/frontend'
> gcc -o scanimage scanimage.o stiff.o -L../backend/.libs -lsane
> ../lib/liblib.a -ldl -lnsl -lm
> collect2: ld returned 8 exit status
> ld: 0711-317 ERROR: Undefined symbol: .alloca
> ld: 0711-317 ERROR: Undefined symbol: .sanei_scsi_req_flush_all_extended
The undefined sanei_scsi_req_flush_all_extended is my fault. I simply
forgot to add a dummy function for those OSes that don't support command
queueing, when I worked on command queueing for Linux. Unfortunately, I
can't reach the CVS server at present, so here's the diff output for
sanei/sanei_scsi.c:
-----------------------------------------------------------------------
--- sanei_scsi.c-orig Mon Jun 26 18:07:45 2000
+++ sanei_scsi.c Wed Jul 19 18:20:21 2000
@@ -3673,6 +3673,11 @@
{
}
+void
+sanei_scsi_req_flush_all_extended (void)
+{
+}
+
#endif /* WE_HAVE_ASYNC_SCSI */
SANE_Status sanei_scsi_req_enter (int fd,
------------------------------------------------------------------------
Abel
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Wed Jul 19 2000 - 09:46:30 PDT