Re: linker error c++ multithreaded program

2020-09-08 Thread Linda Chui
hi Sam, Those symbols are not intended to be externalized, they are marked with visibility being hidden. Please check the setting of _LIBCPP_THREAD_ABI_VISIBILITY. If that doesn't help, could you please open a case with IBM support so we can help you better. https://www.ibm.com/mysupport/

Re: linker error c++ multithreaded program

2020-09-04 Thread Thomas David Rivers
I don't believe thread-level-storage is supported in the z/OS environment? - Dave R. - (p.s. the latest Dignus release now has support for pthreads, and includes many functions missing from the IBM (LE) implementation but doesn't include thread-level-storage... the implementation of that c