I've found the odd part of that page is that they use LTLIBRARIES variable while pd/src/Makefile.am doesn't.
> On Fri, 01 Jul 2011 19:36 +0200, "IOhannes m zmölnig" > > On 07/01/2011 06:24 PM, Hans-Christoph Steiner wrote: > > > > > >> the trick to use g++ for linking, is to use a dummy .cpp file, > so > > >> autotools will automatically choose g++. > > >> > > >> something like: > > >> <snip> > > >> nodist_EXTRA_pd_SOURCES= > > >> if PORTAUDIO > > >> nodist_EXTRA_pd_SOURCES += dummy.cpp > > >> endif > > >> </snip> > > > > > > It would be worth trying: > > > > > > LD=$CXX > > > > > > > > http://www.gnu.org/software/automake/manual/html_node/Libtool-Convenience-Libraries.html#Libtool-Convenience-Libraries > > That solution at the bottom of that page looks easy but a bit odd. I > suppose its the 'official' way. Patco, do you think you can try to > get > that working? > > .hc > > _______________________________________________ > Pd-dev mailing list > [email protected] > http://lists.puredata.info/listinfo/pd-dev -- Patrice Colet _______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
