<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:windowtext">Our AIX 6 build is not seeing this problem (using XL C/C++ 10.1)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext">Our AIX 7 build isn’t either (XL C++ 13.1.0.2)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext">What config files are you using?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext">-Steve<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt">
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="color:windowtext">From:</span></b><span style="color:windowtext"> ace-users [mailto:ace-users-bounces@list.isis.vanderbilt.edu]
<b>On Behalf Of </b>Ashutosh Kumar<br>
<b>Sent:</b> Monday, November 27, 2017 11:57 PM<br>
<b>To:</b> ace-users@list.isis.vanderbilt.edu<br>
<b>Subject:</b> [ace-users] Symbol not found after upgrading ace version 6.4.3.<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p>Hi,<br>
<br>
To resolve the issue of undefined symbols for (ACE_Singleton::instance(), ACE_Singleton::instance_i(), ACE_Singleton::singleton_) I did explicit instantiation, i.e by adding the following lines into the file Based_Pointer_Repository.cpp,<br>
<br>
template ACE_Based_Pointer_Repository * ACE_Singleton<ACE_Based_Pointer_Repository,ACE_RW_Thread_Mutex>::instance (void);<br>
template ACE_Singleton<ACE_Based_Pointer_Repository, ACE_RW_Thread_Mutex> *& ACE_Singleton<ACE_Based_Pointer_Repository,ACE_RW_Thread_Mutex>::instance_i (void);<br>
template ACE_Singleton<ACE_Based_Pointer_Repository, ACE_RW_Thread_Mutex> * ACE_Singleton <ACE_Based_Pointer_Repository,ACE_RW_Thread_Mutex>:: singleton_=0 ;<br>
<br>
Presently, getting the following error while starting the application. I have built ACE version 6.4.3 on AIX 6.1  machine. Could you please help to resolve this issue. Also, please suggest if any compiler option available for this.<br>
<br>
rtld: 0712-001 Symbol __ct__13ACE_SingletonXT28ACE_Based_Pointer_RepositoryT19ACE_RW_Thread_Mutex_Fv was referenced<br>
      from module /scratch/pin3050/opt/ifw/lib/libace64.a(), but a runtime definition<br>
      of the symbol was not found.<br>
<br>
<u>Sustem information:</u><br>
oslevel<br>
6.1.0.0<br>
<u><br>
Compiler version</u><br>
/usr/vacpp/bin/xlCcore_r -qversion<br>
IBM XL C/C++ for AIX, V11.1 (5724-X13)<br>
Version: 11.01.0000.0003<br>
<br>
Thanks and Regards,<br>
Ashutosh<o:p></o:p></p>
</div>
</div>
</body>
</html>