Re: [PD] installing readanysf~ flext not found

Georg Holzmann grhPD at gmx.at
Wed Aug 3 10:38:17 CEST 2005


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

-- 
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl




More information about the Pd-list mailing list