
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
8h
|
|
|
Remaining Estimate:
|
8h
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
Environment:
|
Compaq C++, Tru64 UNIX
|
|
Issue Links:
|
Reference
|
|
|
|
This issue is related to:
|
|
|
STDCXX-406 [Compaq C++ 6.5] unsats on __rw_static_mutex
|
|
|
|
|
|
|
Many tests are failing to link due to unsats for template specializations instantiated in them. From the command line below it looks like the link line is missing the name of the template repository named on the compiler line by the argument to the -ptr option:
|
|
Description
|
Many tests are failing to link due to unsats for template specializations instantiated in them. From the command line below it looks like the link line is missing the name of the template repository named on the compiler line by the argument to the -ptr option:
|
Show » |
|
# SRCDIRS must be defined in GNUmakefile that includes this file ifeq ($(ONE_REPOSITORY),) ifneq ($(CXX_REPOSITORY),) # compose the name of the template instantiation repository from # the name of the test and a unique suffix (so that each test has # its own and same names with different definitions do not cause # conflicts) and append it to the name of the compiler and linker # # e.g., Compaq C++ where this will expand to something like # -ptr foo.ti # or IBM VisualAge where it will be along the lines of # --qtempinc=foo.ti # or # --qtemplateregistry=foo.ti # repository_name = $(shell basename $(*F) 2>/dev/null).ti