[PD] mp3/ogg play

august august at alien.mur.at
Sat Sep 18 19:22:32 CEST 2004


On Sat, 18 Sep 2004, ub wrote:

> /usr/bin/ld: cannot find -lflext
> flextpath is usr/local/lib/pd/flext/ (default), frsehly installed 0.4.6
> thanks for any suggestions or ideas,
> ub


you will need , unfortunately, flext 4.5

for some reason that I simply cannot figure out, flext 4.6 causes bad
things to happen when you de-allocate memory.

so, to compile you will need to make your system "see" the flext libraries
for compiling.

this could mean adding '/usr/local/lib/pd/flext/' to /etc/ld.so.conf and
running 'ldconfig' as root, or if that doesn't work for some reason
(doesn't work on my system with flext), you need to move the libflext.so
to /usr/local/lib or some place else on your system that is searched for
linkig libraries.

-august.




More information about the Pd-list mailing list