Hallo Gerda!
then: make
/usr/bin/ld: cannot find -lflext collect2: ld returned 1 exit status make[2]: *** [readanysf~.pd_linux] Error 1 make[2]: Leaving directory
/home/gerda/download/readanysf~0.13.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/home/gerda/download/readanysf~0.13.1' make: *** [all] Error 2
yes, I had the same problem. It's a bug in the configure script I think ...
Anyway, you have to add the path, where the flext library is to the linker: in src/Makefile there is somewhere this line: LDFLAGS = -L/usr/local/lib -ldl -shared and there you have to add also your flext path: LDFLAGS = -L/usr/lib/pd/flext -L/usr/local/lib -ldl -shared
maybe I will fix this in the next days ...
LG Georg