Hi,
On Fri, Aug 20, 2010 at 09:00:31PM +0200, IOhannes m zmölnig wrote:
i guess this is because frank (and cyrille, btw) used miller's build system ("cd pd/src; ./configure; make") rather than the new shiny automake system ("cd pd; ./autogen.sh; ./configure; make")
Yeah, indeed. I think, the INSTALL.txt needs to be updated. However I, too, don't get far with the shiny one:
$ ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4/generated -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory m4/config autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force configure.ac:91: error: possibly undefined macro: AC_LIBTOOL_DLOPEN If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:92: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL configure.ac:93: error: possibly undefined macro: AC_PROG_LIBTOOL configure.ac:114: error: possibly undefined macro: AC_CHECK_LIBM autoreconf: /usr/bin/autoconf failed with exit status: 1
Anyway, I'll wait for the next test version.
at least i compile Pd and do: $ ldd bin/pd linux-gate.so.1 => (0xb7851000) libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb7811000) libasound.so.2 => /usr/lib/libasound.so.2 (0xb7749000) libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7744000) libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb772b000) librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb7722000) libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb75db000) /lib/ld-linux.so.2 (0xb7852000)
Actually it looks the same for me with the old configure. My issue was with the wrong wish shell.
Frank