Hi all, there are now two solutions to the problem:
- First, with the new flext cvs version you can link static flext externals as always. These should now cooperate without problems - Second, the flext makefile now also builds shared release and debug versions of the flext library, called libflext.so and libflext_d.so. They are typically installed into /usr/local/lib/pd/flext, so you would have to add this path to ld.so.conf
In order to make use of shared flext with any flext external you would have to add -DFLEXT_SHARED to the compile flags and link against libflext.so (typically with the ld flags -Bdynamic -L/usr/local/lib/pd/flext -lflext )
I hope that the problems have vanished with these changes.
best greetings, Thomas
----- Original Message ----- From: "Thomas Grill" t.grill@gmx.net To: "Tim Blechmann" TimBlechmann@gmx.net Cc: "pd-dev" pd-dev@iem.kug.ac.at Sent: Thursday, June 12, 2003 1:35 PM Subject: Re: Fw: [PD-dev] readanysf~ vs. xsample
i just tried to load readanysf~ as the first external and it works... but what will happen if you run more than one threaded flext external?
That won't work at the moment.
T
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev