[Mauiusers] Maui 3.3 on Solaris?
Jason Williams
jasonw at jhu.edu
Mon Oct 11 07:33:25 MDT 2010
If the fix to get it working on Solaris is just that simple, and if we
can get confirmation that this does work, I'll make the modifications
and commit it to trunk, if you would like.
Skip: Does maui actually run after building cleanly?
--
Jason
skip at pobox.com wrote:
> skip> It doesn't appear that Maui 3.3 is supported on Solaris. In
> skip> configure.ac there is no check for SunOS and the default OPSYS
> skip> (__LINUX) doesn't work on Solaris. Do I need to download an older
> skip> or newer version?
>
> Penciling in this clause to configure:
>
> elif test "$OS" = "SunOS"; then
> OPSYS="__SOLARIS"
>
> and setting OSLDFLAGS in the Makefile to
>
> export OSLDFLAGS=-lsocket -lnsl
>
> allows it to build cleanly. Can anyone else confirm that that simple change
> is sufficient before I try trial-by-fire?
>
> Thx,
>
More information about the mauiusers
mailing list