[Mono-devel-list] Mono on AIX

Miguel de Icaza miguel at ximian.com
Sat Apr 3 12:24:24 EST 2004


Hello,

> I also have a problem that is keeping me from going further in the porting
> process.
> For some reason, I'm keep getting stuck in the mono/arch Makefile with the
> following error:
> gmake[1]: *** No rule to make target `/libmonoarch-ppc`, needed by
> `libmonoarch.la`.   Stop.

This might be an issue with your make setup, since the target on the
makefile uses the same macro to expand the head and the tail there.

> I also got a general question. I saw in some of the configuration files that
> a defined called _HPUX_SOURCE (or something like that was used). Therefore,
> for the AIX code changes I am currently using a define called _AIX_SOURCE.
> If there is another convention of names, I would be glad to change it to
> what it should look like.

If I remember correctly, _HPUX_SOURCE brings various definitions of
structs and functions that would otherwise not be exposed.  

I do not know what _AIX_SOURCE would do.

Miguel



More information about the Mono-devel-list mailing list