[Mauiusers] Maui 3.3 on Solaris?
skip at pobox.com
skip at pobox.com
Sun Oct 10 09:35:06 MDT 2010
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,
--
Skip Montanaro - skip at pobox.com - http://www.smontanaro.net/
More information about the mauiusers
mailing list