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
Hallo, Georg Holzmann hat gesagt: // Georg Holzmann wrote:
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
Note that flext 0.5 installs libflext.so to /usr[/local]/lib as default so changing the LDFLAGS or messign with /etc/ld.so.conf is normally not necessary if you'd use the latest flext or the package in Debian.
Frank Barknecht _ ______footils.org__
_ __latest track: "plak" @ http://footils.org/cms/show/44
Hi Georg!
I added tmy path in the src/Makefile--still the same error:
/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
I tried to configure using ./configure and also ./configure --with-flext-dir=/usr/local/lib/pd/flext/ always the same error.
You changed anything else?
lg Gerda
Hallo Gerda!
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
Seas Gerda,
for the life of me, I can't figure out why you can't have flext installed /usr/local/lib/pd/extra
it doesn't work for me. I always have to copy the libflext.so into /usr/local/lib and run ldconfig as root
you might, however, try add this to your .bashrc
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/pd/extra
best -august.
On Wed, 3 Aug 2005, Gerda Strobl wrote:
Hi Georg!
I added tmy path in the src/Makefile--still the same error: /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 2I tried to configure using ./configure and also ./configure --with-flext-dir=/usr/local/lib/pd/flext/ always the same error.
You changed anything else?
lg Gerda
Hallo Gerda!
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
--
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi all...
(CCing to flext mailing list)
it doesn't work for me. I always have to copy the libflext.so into /usr/local/lib
flext 0.5 is not installing libflext.so, but libflext-pd.so
anyway ... august ... what about adding readanysf~ to the cvs?
cheers ... tim
hi all...
(CCing to flext mailing list)
it doesn't work for me. I always have to copy the libflext.so into /usr/local/lib
flext 0.5 is not installing libflext.so, but libflext-pd.so
really? hmm. not sure that the build script should find it at all then.
anyway ... august ... what about adding readanysf~ to the cvs?
been meaning to do that for about a year now. arrggg.
-august.
really? hmm. not sure that the build script should find it at all then.
anyway ... august ... what about adding readanysf~ to the cvs?
ok, thanks to arrangements with ben bogart, readanysf~ has now been commited to CVS.
-august.