Chris,

Previous version which did compile was 4.1.9. May be glibc was not required for this version. Glibc is not native to AIX so I can see some fun ahead.

Thanks, Regards,

Ben

Chris White wrote:
On Monday 24 July 2006 08:36 am, Ben Clewett wrote:
Making all in storage/archive
         if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include
-I../../include       -DDBUG_OFF -O2 -mpowerpc64 -mminimal-toc -maix64
-Wa,-many   -MT azio.o -MD -MP -MF ".deps/azio.Tpo" -c -o azio.o azio.c;
  then mv -f ".deps/azio.Tpo" ".deps/azio.Po"; else rm -f
".deps/azio.Tpo"; exit 1; fi
In file included from ../../include/my_sys.h:825,
                  from ../../mysys/mysys_priv.h:18,
                  from azlib.h:36,
                  from azio.c:17:
/usr/include/sys/mman.h:115: error: conflicting types for `mmap64'
/usr/include/sys/mman.h:110: error: previous declaration of `mmap64'
In file included from azio.c:17:
azlib.h:147:1: warning: "Z_ASCII" redefined
In file included from azlib.h:34,
                  from azio.c:17:
/opt/freeware/include/zlib.h:175:1: warning: this is the location of the
previous definition

Well, looking things over either a) glibc headers are jacked up (which is what /usr/include/sys/mman.h is installed by). If things worked before, check if any updates to glibc were done. Otherwise I'd just google around a bit for AIX+mmap64 and see what comes up.



--
Ben Clewett
+44(0)1923 460000
Project Manager
Road Tech Computer Systems Ltd
http://www.roadrunner.uk.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to