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: Mon, 12 Aug 2002 23:11:34 +0200 (CEST)

   Hi. Try this: edit configure and change the following two lines:

# if test $ost_cv_mutex_recursive == "none" ; then
   and
# if test $ost_cv_thread_library == "lthread" ; then

   to

# if test $ost_cv_mutex_recursive = "none" ; then
   and
# if test $ost_cv_thread_library = "lthread" ; then

 respectively, (replace `==' with `=').

   It it works now, tell us so that this can be fixed for next releases.
If it does not work, tell us if you had already installed previous
releases of cc++2 on the same configuration, so that we can have an idea
of when the bug was introduced.

   Bye!

> from address@hidden:
>
>> uname -a
> SunOS cns-build2 5.6 Generic_105181-28 sun4u sparc
>
>> gcc -v
> Reading specs from
>   /auto/insbu-cnstools/lib/gcc-lib/sparc-sun-solaris2.6/3.1.1/specs
> Configured with: ../gcc-3.1.1/configure --prefix=/auto/insbu-cnstools
>    --with-local-prefix=/auto/insbu-cnstools
>    --enable-version-specific-runtime-libs
>    --enable-languages=c,c++,java
> Thread model: posix
> gcc version 3.1.1
>
>> ./configure --prefix=/auto/insbu-cnstools
> ...
> checking for recursive mutex type support... ./configure: test:
> unknown operator > export CONFIG_SHELL=/bin/ksh
>> ./configure --prefix=/auto/insbu-cnstools
> ...
> checking for recursive mutex type support... ./configure: test:
> unknown operator This is a typical problem using new script construct
> and expect it to work with older systems.
>
>      -- Paul  08/06/02  07:26 PM --
>
>
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp







reply via email to

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