bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fwd: commoncpp2-0.99.7 install failure on solaris 2.6


From: Federico Montesino Pouzols
Subject: Re: fwd: commoncpp2-0.99.7 install failure on solaris 2.6
Date: Tue, 20 Aug 2002 16:29:11 +0200 (CEST)

   The warning about strstream has been fixed. Regarding the error with
sigwait, the autoconf test for sigwait (see ost_signal.m4) seems strong
enough. It is very weird that sigwait works for the configure test but
does not work for thread.cpp. Could you please confirm if the sigwait
call in your system has two parameters?

>>>>>> "Federico" == Federico Montesino Pouzols <address@hidden>
>>>>>> writes:
>
>     Federico> Hi. Try this: edit configure and change the following
> Federico> two lines:
>
>     Federico> # if test $ost_cv_mutex_recursive == "none" ; then
>     Federico> and
>     Federico> # if test $ost_cv_thread_library == "lthread" ; then
>
>     Federico> to
>
>     Federico> # if test $ost_cv_mutex_recursive = "none" ; then
>     Federico> and
>     Federico> # if test $ost_cv_thread_library = "lthread" ; then
>
>     Federico> respectively, (replace `==' with `=').
>
>     Federico> It it works now, tell us so that this can be fixed for
> Federico> next releases.  If it does not work, tell us if you had
> Federico> already installed previous releases of cc++2 on the same
> Federico> configuration, so that we can have an idea of when the
> Federico> bug was introduced.
>
> There are different problems now because we have just upgraded to gcc
> 3.2.  Both 2-0.99.7 and 2-1.0rc2 failed.  Attached is the build log for
> 2.0.99.7 and 2-1.0rc2.
>
>                                       -- Paul  08/20/02  12:30 AM --







reply via email to

[Prev in Thread] Current Thread [Next in Thread]