hello,<div><br></div><div>i just manage to build it by hands in two steps :</div><div><br></div><div><div>$ gcc -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer  -ffast-math     -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -g -DLINUX -I/home/antoine/pd/pd/src -o binfile.pd_linux binfile.o</div>

<div><br></div><div>$ gcc -Wl,--export-dynamic -shared -o binfile.pd_linux binfile.o</div><div><br></div><div>i&#39;m not sure all flags are needed / useful but this seems to work here under ubuntu 12.04</div><div>keep me aware if it works for you </div>

<div><br></div><div>++<br>a</div><div><div>-- <br>do it yourself                        <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a> <br><a href="http://drii.ensad.fr" target="_blank">http://drii.ensad.fr</a><br>

--<br>Google lit ce mail... <br>si vous refusez cela, utilisez l&#39;adresse antoine.villeret [at] <a href="http://free.fr" target="_blank">free.fr</a> pour me contacter<br><br>
<br><br><div class="gmail_quote">2012/10/5 Nicolas Montgermont <span dir="ltr">&lt;<a href="mailto:nicolas_montgermont@yahoo.fr" target="_blank">nicolas_montgermont@yahoo.fr</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello all,<br>
<br>
I want to use [mrpeach/binfile] under Ubuntu 12.04 but I don&#39;t know how to manage.<br>
I can&#39;t find it in any pd-... packet under synaptic, and the makefile in the svn/.../externals/mrpeach directory is nearly empty and not working here.<br>
Is there some easy solution?<br>
<br>
Thanks,<br>
n<br>
<br>
ps : here is the makefile:<br>
--<br>
TARGET := $(shell pwd | sed &#39;s|.*/\(.*\)$$|\1|&#39;)<br>
EXTERNALS_ROOT := $(shell pwd | sed &#39;s|^\(/.*externals\).*|\1|&#39;)<br>
<br>
default:<br>
    make -C $(EXTERNALS_ROOT) $(TARGET)<br>
<br>
install:<br>
    make -C $(EXTERNALS_ROOT) $(TARGET)_install<br>
<br>
clean:<br>
    make -C $(EXTERNALS_ROOT) $(TARGET)_clean<br>
<br>
test_locations:<br>
    make -C $(EXTERNALS_ROOT) test_locations<br>
<br>
etags:<br>
    etags *.[ch] ~/cvs/pure-data/pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-- <br>
<a href="http://nim.on.free.fr" target="_blank">http://nim.on.free.fr</a><br>
<br>
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
</font></span></blockquote></div><br></div></div></div>