You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/01/21 18:58:34 UTC

[jira] Updated: (STDCXX-406) [Compaq C++ 6.5] unsats on __rw_static_mutex

     [ https://issues.apache.org/jira/browse/STDCXX-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-406:
--------------------------------

    Remaining Estimate: 8h
     Original Estimate: 8h

> [Compaq C++ 6.5] unsats on __rw_static_mutex
> --------------------------------------------
>
>                 Key: STDCXX-406
>                 URL: https://issues.apache.org/jira/browse/STDCXX-406
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.1.3, 4.2.0
>         Environment: Compaq C++ 6.5/Tru64
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Blocker
>             Fix For: 4.2.1
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> All programs are failing to link with Compaq C++ 6.5 on Tru64 UNIX with the errors below:
> cxx -c -pthread  -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/examples/include  -x cxx -nocxxstd -std strict_ansi_errors -O2  -w1 -msg_disable 450  -ptr accumulate.ti $(TOPDIR)/examples/manual/accumulate.cpp
> cxx accumulate.o -o accumulate -nocxxstd -liconv  -pthread -L$(BUILDDIR)/lib  -lstd  -lm -ptr accumulate.ti
> ld:
> Unresolved:
> __rw::__rw_static_mutex<__rw::__rw_type<void, 581> >::_C_mutex
> __rw::__rw_static_mutex<__rw::__rw_type<void, 618> >::_C_mutex
> __rw::__rw_static_mutex<__rw::__rw_type<__rw::__rw_facet, 468> >::_C_mutex
> __rw::__rw_static_mutex<bool>::_C_mutex
> __rw::__rw_static_mutex<volatile long>::_C_mutex
> __rw::__rw_static_mutex<__rw::__rw_type<__rw::__rw_locale, 819> >::_C_mutex
> __rw::__rw_static_mutex<__rw::__rw_type<__rw::__rw_locale, 850> >::_C_mutex
> __rw::__rw_static_mutex<__rw::__rw_type<__rw::__rw_open_cat_data, 216> >::_C_mutex
> __rw::__rw_static_mutex<__rw::__rw_type<__rw::__rw_open_cat_data, 242> >::_C_mutex
> __rw::__rw_static_mutex<__rw::__rw_type<__rw::__rw_open_cat_data, 267> >::_C_mutex
> __rw::__rw_static_mutex<__rw::__rw_type<__rw::__rw_open_cat_data, 282> >::_C_mutex
> __rw::__rw_static_mutex<__rw::__rw_iso2022_state_t>::_C_mutex
> gmake: *** [accumulate] Error 1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.