[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Common C++ 1.9.1 install failure
From: |
David Sugar |
Subject: |
Re: Common C++ 1.9.1 install failure |
Date: |
Wed, 21 Nov 2001 19:28:52 -0500 (EST) |
This seems to be related to mis-identifying support for atomic counters in
ost_atomic.m4. I would like to find a decent test to ignore this on sparc
solaris.
On Wed, 21 Nov 2001, Paul Lew wrote:
> Just tried install common C++ 1.4.2 and I was not able to install it:
>
> $ uname -a
> SunOS cns-build2 5.6 Generic_105181-16 sun4u sparc
>
> $ gcc -v
> Reading specs from
> /auto/insbu-cnstools/lib/gcc-lib/sparc-sun-solaris2.6/3.0.2/specs
> Configured with: ../gcc-3.0.2/configure --prefix=/auto/insbu-cnstools
> Thread model: posix
> gcc version 3.0.2
>
> Command used:
>
> $ ./configure --prefix=/auto/insbu-cnstools
> ....<see attachment>....
> > make
> Making all in src
> make[1]: Entering directory
> `/auto/insbu-cnstools/build/CommonC++-1.9.1/src'
> /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.
> -I../src -I../src -g -O2 -D_GNU_SOURCE -D_REENTRANT
> -D_THREAD_SAFE -c thread.cpp
> mkdir .libs
> c++ -DHAVE_CONFIG_H -I. -I. -I. -I../src -I../src -g -O2 -D_GNU_SOURCE
> -D_REENTRANT -D_THREAD_SAFE -c thread.cpp -fPIC -DPIC
> -o .libs/thread.lo
> In file included from thread.cpp:45:
> thread.h:430: 'atomic_t' is used as a type, but is not defined as a
> type.
> make[1]: *** [thread.lo] Error 1
> make[1]: Leaving directory
> `/auto/insbu-cnstools/build/CommonC++-1.9.1/src'
> make: *** [all-recursive] Error 1
>
> -- Paul 11/21/01 08:46 AM --
>
>