<br><br><div class="gmail_quote">2009/1/20 Karl Berry <span dir="ltr">&lt;<a href="mailto:karl@freefriends.org">karl@freefriends.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
As part of our continuing effort to modernize the TL infrastructure,<br>
Peter Breitenlohner has come up with a way to make the TeX Live<br>
cxx-runtime-hack stuff (to statically link libstdc++) work with current<br>
libtool.<br>
<br>
Attached is a small tarball to test it. &nbsp;If you could try<br>
 &nbsp;configure --with-cxx-runtime-hack &amp;&amp; make<br>
on your various systems, and confirm that the resulting cxx-test binary<br>
is not dynamically linked to libstdc++ (e.g., with ldd), that would be<br>
much appreciated.<br>
<br>
Thanks.<br>
<br>
</blockquote></div><br>I have checked on my OpenSolaris box and it works just fine in either 32 or 64 bit.<br><br>apostolo@nadya0&gt;&gt; ./cxx-test <br>worksok<br>apostolo@nadya0&gt;&gt; ldd cxx-test<br>&nbsp;&nbsp;&nbsp; libc.so.1 =&gt;&nbsp;&nbsp;&nbsp; &nbsp;/lib/64/libc.so.1<br>
&nbsp;&nbsp;&nbsp; libm.so.2 =&gt;&nbsp;&nbsp;&nbsp; &nbsp;/lib/64/libm.so.2<br><br>Also the 32bit version of Solaris 10 x86 produces the expected results:<br><br>apostolo@ocean1&gt;&gt; ./cxx-test <br>worksok<br>apostolo@ocean1&gt;&gt; ldd cxx-test<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libc.so.1 =&gt;&nbsp;&nbsp;&nbsp;&nbsp; /lib/libc.so.1<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libm.so.2 =&gt;&nbsp;&nbsp;&nbsp;&nbsp; /lib/libm.so.2<br><br clear="all">A.S.<br><br>PS Naturally cc-test worl as expected.<br><br>-- <br>Apostolos Syropoulos<br>Xanthi, GREECE<br>Web-page at <a href="http://obelix.ee.duth.gr/~apostolo">http://obelix.ee.duth.gr/~apostolo</a><br>
Blog at <a href="http://asyropoulos.wordpress.com/">http://asyropoulos.wordpress.com/</a><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://hypercomputation.blogspot.com/">http://hypercomputation.blogspot.com/</a><br>