[ https://issues.apache.org/jira/browse/STDCXX-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Sebor updated STDCXX-274: -------------------------------- Priority: Blocker (was: Major) Like STDCXX-406, this is a Blocker. > [Compaq C++] unsats for __rw_pod_array::append() > ------------------------------------------------ > > Key: STDCXX-274 > URL: https://issues.apache.org/jira/browse/STDCXX-274 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.1.3 > Environment: Compaq/HP C++, Tru64 UNIX > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Blocker > Fix For: 4.2 > > > All example programs (and tests) fail to link with the following error(s): > gmake: Entering directory > `/build2/batman/5.0.0/builds/33012080/source-buildspace/build/examples' > cxx -c -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include -x > cxx -nocxxstd -std strict_ansi_errors -g -ptr accumulate.ti -w1 -msg_disable > 450 > /build2/batman/5.0.0/builds/33012080/source-buildspace/examples/manual/accumulate.cpp > cxx accumulate.o -o accumulate -nocxxstd -liconv -D_RWSTDDEBUG > -D_RWSTD_USE_CONFIG > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include > -ptr accumulate.ti > -L/build2/batman/5.0.0/builds/33012080/source-buildspace/build/lib -lstd -lm > ld: > Unresolved: > __rw::__rw_pod_array<char, 256>::append(const char*, unsigned long) > gmake: *** [accumulate] Error 1 > ... > cxx -c -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include -x > cxx -nocxxstd -std strict_ansi_errors -g -ptr collate.ti -w1 -msg_disable > 450 > /build2/batman/5.0.0/builds/33012080/source-buildspace/examples/manual/collate.cpp > cxx collate.o -o collate -nocxxstd -liconv -D_RWSTDDEBUG > -D_RWSTD_USE_CONFIG > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include > -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include > -ptr collate.ti > -L/build2/batman/5.0.0/builds/33012080/source-buildspace/build/lib -lstd -lm > ld: > Unresolved: > __rw::__rw_pod_array<const unsigned int*, 1024>::append(const unsigned int* > const*, unsigned long) > __rw::__rw_pod_array<char, 256>::append(const char*, unsigned long) > gmake: *** [collate] Error 1 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.