<div dir="ltr"><div class="gmail_extra">Hi Alexandros,<br><br><div class="gmail_quote">On Sun, Jul 7, 2013 at 6:38 PM, Alexandros Drymonitis <span dir="ltr">&lt;<a href="mailto:adrcki@gmail.com" target="_blank">adrcki@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hi,<br></div>I&#39;m coming back to this discussion after another attempt to build Pd-vanilla 0.44-3 on Ubuntu 12.04.<br>
</div>When running ./autogen.sh I get the following:<br><br>Can&#39;t exec &quot;libtoolize&quot;: No such file or directory at /usr/bin/autoreconf line 196.<br>
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.<br>autoreconf: Entering directory `.&#39;<br>autoreconf: <a href="http://configure.ac" target="_blank">configure.ac</a>: not using Gettext<br>
autoreconf: running: aclocal --force -I m4/generated -I m4<br>
autoreconf: <a href="http://configure.ac" target="_blank">configure.ac</a>: tracing<br>autoreconf: <a href="http://configure.ac" target="_blank">configure.ac</a>: adding subdirectory portaudio to autoreconf<br>autoreconf: Entering directory `portaudio&#39;<br>

autoreconf: <a href="http://configure.in" target="_blank">configure.in</a>: not using Gettext<br>autoreconf: running: aclocal --force <br>autoreconf: <a href="http://configure.in" target="_blank">configure.in</a>: tracing<br>
autoreconf: <a href="http://configure.in" target="_blank">configure.in</a>: subdirectory bindings/cpp not present<br>
autoreconf: <a href="http://configure.in" target="_blank">configure.in</a>: not using Libtool<br>autoreconf: running: /usr/bin/autoconf --force<br><a href="http://configure.in:106" target="_blank">configure.in:106</a>: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL<br>

      If this token and others are legitimate, please use m4_pattern_allow.<br>      See the Autoconf documentation.<br><a href="http://configure.in:107" target="_blank">configure.in:107</a>: error: possibly undefined macro: AC_PROG_LIBTOOL<br>

autoreconf: /usr/bin/autoconf failed with exit status: 1<br><br><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;display:inline"></div></div></div></div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div><div><div></div>I checked what&#39;s in the autogen script, but I&#39;ve no idea what I should do. Any ideas anyone?<br><br></div></div></div></blockquote><div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Try again after installing libtool. You don&#39;t seem to have libtoolize.<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">
$ sudo apt-get install libtool</div></div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div></div>BTW, I&#39;ve uzipped the file and moved it to the /usr/local/bin/ directory. This is where it&#39;s supposed to be, right? And if I manage to build it, should I move other stuff( live extra) to /usr/local/lib/, and if yes, which ones exactly?<br>

<br></div></div></blockquote><div><br><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Don&#39;t move anything to these folder yourself. Put your pure-data directory (or tar archive)  just somewhere in your home folder, (e.g. &quot;/home/user/pd/src/&quot;), build it and run the install script ($ sudo make install). The makefile decides what is the proper path if you&#39;re not sure.<br>
<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Regards,<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Funs<br></div></div></div><br></div></div>