<br><br><div class="gmail_quote">2010/4/24 Apostolos Syropoulos <span dir="ltr">&lt;<a href="mailto:asyropoulos@gmail.com" target="_blank">asyropoulos@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

The buid script fails to build tangleboot.<br><br clear="all"></blockquote></div><br>OK I have found what is wrong. The configure script in source/texk/web2c contains the following commands<br><br><br>## KPSE_LT_HACK: Prevent libtool from linking dependency_libs<br>

if test &quot;x$enable_libtool_hack&quot; = xyes; then<br>  sed &#39;/# Convert &quot;-framework/i \<br>        ## KPSE_LT_HACK: ignore dependency_libs\<br>        test &quot;X$installed&quot; = Xyes &amp;&amp; dependency_libs=\<br>

&#39; &quot;$ofile&quot; &gt;&quot;$cfgfile&quot;<br>  mv &quot;$cfgfile&quot; &quot;$ofile&quot; ||<br>    (rm -f &quot;$ofile&quot; &amp;&amp; cp &quot;$cfgfile&quot; &quot;$ofile&quot; &amp;&amp; rm -f &quot;$cfgfile&quot;)<br>

  chmod +x &quot;$ofile&quot;<br>fi<br><br>Now the problem is that Solaris sed cannod handle the expression. By using /usr/gnu/bin/sed<br>instead of the Solaris sed, I managed to build 338 executables in /opt/sources/BACKUP/TeX/source/inst/bin.<br>
A.S.<br><br>-- <br>Apostolos Syropoulos<br>Xanthi, GREECE<br><br>