Dear all, we have clearly no support for OpenSolaris in our project. Since two weeks back I have a system running NexentaCore, providing me with some services, and more importantly, a test bed for portability!
Already compiling 'libinetutils' leads to a failure. The problem is that 'libinetutils/setsig.c' tacitly assumes the presence of typedef sig_t; This does not apply to OpenSolaris: /* config.h */ /* #undef HAVE_SIG_T */ Of course there will at later stages be further problems, but should we aim at including also OpenSolaris? Then we must begin the work with 'libinetutils'. Since the first failure appears there, we would be allowed to claim that GNUlib already supports OpenSolaris. Best regards, Mats
