Dmitry F Gurevitch writes: > Hi! > > I tried to compile this product (1.4.3) under Intel Solaris 8. > > 1. Failing while configure script execution in waitlib... > > This is a bug in configure.in in AC_TRY_COMPILE macro. More correct is: > > AC_TRY_COMPILE( [ > #include <signal.h> > > extern int sighold(int); > > ],[ > > int i=sighold(0); > ],[ac_cv_func_sighold=yes > AC_DEFINE_UNQUOTED(HAVE_SIGHOLD)],) > > So, sighold function does exist, but not correctly checked.
Read the script again. It's not a bug. > 2. I think, that some bug in waitlib.c in wait_reap(...) function. > > Why "wait3" calls from "while" loop, but "wait" only from "if" statement? I already answered this yesterday. Asking the same question again is not going to produce a different result. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
