This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: configure fails for libstdc++-v3 under hpux 10.20 DCE threads


On Fri, Nov 17, 2000 at 12:30:26PM -0500, John David Anglin wrote:
> 
> checking for threads package to use... threads-no.h

So, it's not DCE threads, it's no threads at all.  Which is okay.


> checking for atomicity.h... configure: error: Atomic locking requested, but  is
> an unknown thread package and atomic operations are not present in the CPU

Someday I need to come up with a better error message there.

The library needs to know how to do atomic integer operations, and
if it doesn't have any information for a particular target, that's
what happens.  For some reason we give an error rather than choosing
the generic implementation.  (Maybe because the generic version isn't
necessarily atomic?)

Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]