-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/20/2010 08:27 PM, Hans-Christoph Steiner wrote:
FYI: you don't need Tcl/Tk -dev packages anymore, the GUI is now pure Tcl and no longer has a C component.
What seems odd to me is that LIBS is including -ltk8.5 and -ltcl8.5. It shouldn't at all. IOhannes, did they somehow creep back into the autotools build system with your recent updates?
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")
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)
what worries me a bit more, is that all the externals are linked with libasound, libjack, ... where there is absolutely no need for.
it's rather cosmetic though...
fgamdsr IOhannes