-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-07-05 18:02, Hans-Christoph Steiner wrote:
Hmm, that sounds like progress. Perhaps removing CC=g++ and then adding something like this would work:
if ASIO EXTRA_SUBDIRS += asio # automake hack to force linking with g++ lib_LTLIBRARIES = libdummy.la libdummy_la_SOURCES = # Dummy C++ source to cause C++ linking. nodist_EXTRA_libdummy_la_SOURCES = dummy.cxx endif
hmm, no this shouldn't work at all. it only tells automake to also build an additional (dummy) c++-library if ASIO was defined. it won't affect linking of pd at all (libdummy is not linked agains pd). if it does succeed, than i would suggest to report a bug agains automake...
fgmadr IOhannes