Hi,
i'm using pd on linux and would like to make some externals using flext. The tutorial examples compile just fine, but they won't load in pd. I got the following error:
/home/yvan/pd/tutorial1/simple1.pd_linux: /home/yvan/pd/tutorial1/simple1.pd_linux: undefined symbol: _ZN17flext_root_sharednwEj simple1 ... couldn't create
I used the following syntax to compile this example:
g++ -DFLEXT_SYS=2 -I /usr/local/lib/pd/flext/ -shared -L /usr/local/lib/pd/flext/flext.a main.cpp -o simple1.pd_linux
I also tried some extra options i found on the mailing list like
-DFLEXT_THREADS -DFLEXT_SHARED=1
but that won't work either. Are these faulty compiler instructions or does anyone know what is wrong with this? I have also tried to recompile flext with
FLEXT_SHARED=1
at the bottom of the config file, like someone in the list archives mentioned, but that does not make a difference.
Kind greetings,
yvan vander sanden
--
((
(x.x) (")")
This is the decapitated bunny virus. Please behead it in your sig, so it can
spread.
Hi Yvan, i could imagine that this error is caused because some wrong libflext.so library gets loaded. Could it be that there's an old version somewhere in your paths (e.g. specified in /etc/pd.so.conf)? Also, which version of flext are you trying to use?
best greetings, Thomas
----- Original Message ----- From: "Yvan Vander Sanden" yvan@youngmusic.org To: "pd-list" pd-list@iem.at Sent: Sunday, January 16, 2005 8:53 PM Subject: [PD] flext tutorial examples will not load
Hi,
i'm using pd on linux and would like to make some externals using flext.
The
tutorial examples compile just fine, but they won't load in pd. I got the following error:
/home/yvan/pd/tutorial1/simple1.pd_linux: /home/yvan/pd/tutorial1/simple1.pd_linux: undefined symbol: _ZN17flext_root_sharednwEj simple1 ... couldn't create
I used the following syntax to compile this example:
g++ -DFLEXT_SYS=2 -I /usr/local/lib/pd/flext/ -shared -L /usr/local/lib/pd/flext/flext.a main.cpp -o simple1.pd_linux
I also tried some extra options i found on the mailing list like
-DFLEXT_THREADS -DFLEXT_SHARED=1
but that won't work either. Are these faulty compiler instructions or does anyone know what is wrong with this? I have also tried to recompile flext
with
FLEXT_SHARED=1
at the bottom of the config file, like someone in the list archives
mentioned,
but that does not make a difference.
Kind greetings,
yvan vander sanden
-- ((
(x.x) (")") This is the decapitated bunny virus. Please behead it in your sig, so it
can
spread.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
Citeren Thomas Grill gr@grrrr.org:
Hi Yvan, i could imagine that this error is caused because some wrong libflext.so library gets loaded. Could it be that there's an old version somewhere in your paths (e.g. specified in /etc/pd.so.conf)? Also, which version of flext are you trying to use?
I don't think so. I've installed linux on this computer last friday and this is the first version of pd and flext that i installed.
I am using fedora core 3, pd version 0.38-1, and flext version 0.4.7. I have compiled flext without SndObj or STK. pd is compiled with alsa support.
Thanks for your time,
yvan
--
((
(x.x) (")")
This is the decapitated bunny virus. Please behead it in your sig, so it can
spread.