> < ^ Date: Sat, 05 Dec 1992 23:30:22 +0100
> ^ From: Duane Broline <cfdmb@ux1.cts.eiu.edu >
> ^ Subject: Porting to AIX

With a good deal of healp from some of the experts here,
I have been able to port GAP to an IBM RISC/6000 machine running
AIX. Since AIX was not one of the options specified in the makefile
some modifications to the code had to be made.
They were very simple.
Comment out the lines which defined ulong and ushort
as unsigned long and unsigned short types. AIX already uses
ulong and ushort to indicate these types. (At least it runs
and has done everything I have asked it.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   Duane Broline                       email: cfdmb@eiu.edu    +
+   Department of Mathematics           phone: 217-581-6278     +
+   Eastern Illinois Univ.              office: OM 328          +
+   Charleston, IL 61920                                        +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

> < [top]