<br><br><div class="gmail_quote">On Wed, Jun 11, 2008 at 10:37 PM, Thomas Weber &lt;<a href="mailto:thomas.weber.mail@gmail.com">thomas.weber.mail@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On 11/06/08 11:53 +0200, Michael Creel wrote:<br>
&gt; On Wed, Jun 11, 2008 at 11:38 AM, Thomas Weber &lt;<a href="mailto:thomas.weber.mail@gmail.com">thomas.weber.mail@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt; &gt; Am Mittwoch, den 11.06.2008, 10:57 +0200 schrieb Michael Creel:<br>
</div><div class="Ih2E3d">&gt; I was getting stripped .oct files quite recently. PelicanHPC v1.5.1 is based<br>
&gt; on Lenny (made using live-helper), and it has Octave v3.0.1. It was released<br>
&gt; 20 May, using whatever was in Lenny at the time. I have already tried the<br>
&gt; changes in your mpitb.diff, and I still get large oct files. I don&#39;t think<br>
&gt; that the Makefile actually uses mkoctfile to compile, it uses it only to<br>
&gt; read configurations (maybe I&#39;m wrong about that). Thus, this change has no<br>
&gt; effect on the .oct files that are produced.<br>
<br>
</div>Your Makefile is a mess :),<br>
just like our debian/rules file for Octave. Anyway, it seems you are using<br>
several flags from mkoctfile, maybe one of them had the strip part in it?<br>
<div class="Ih2E3d"><br>
&gt; When you say that this is an upstream isssue, do you know exactly what<br>
&gt; change has been made?<br>
<br>
</div>There hasn&#39;t been any change upstream. The default as shipped in Octave by<br>
<a href="http://octave.org" target="_blank">octave.org</a> is to not strip .oct files. The reason for that kind of policy<br>
(almost every project does it like that): it&#39;s simple to strip the files if<br>
needed and helpful if the debug symbols are there to start with.<br>
<br>
If you want to strip the files, something like the &#39;find&#39; command I sent<br>
earlier should be fine. Just run it as part of the all: command or whatever<br>
the default is.<br>
<br>
I don&#39;t really see a problem here, having files not stripped is a sensible<br>
default.<br>
<font color="#888888"><br>
 &nbsp; &nbsp; &nbsp; &nbsp;Thomas<br>
</font></blockquote></div>No problem for me either, I&#39;ve learned how to strip the files now. Thanks, M.<br>