[Mono-devel-list] Mono on AIX

Miguel de Icaza miguel at ximian.com
Mon Apr 5 10:57:17 EDT 2004


Hello,

> Therefore... I since I know AIX 4.3.3 is different from AIX 5.x.x I will add
> the following flags and update the autoconf to search for them accordingly:
> 
> 1) AIX_4 - for all AIX 4.x.x
> 2) AIX_5 - for all AIX 5.x.x

But this is not the approach I recommended. 

What I recommended is that you test for the actual features in each OS,
and add conditional code based on those features, and not on a version
number.

This for instance allows a lot of code to be shared with other ports.

Miguel



More information about the Mono-devel-list mailing list