[ecasound] complier pyecasound problems

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [ecasound] complier pyecasound problems
From: Tony Leake (tony_leake_AT_hotmail.com)
Date: Sun Apr 14 2002 - 14:26:49 EEST


Hello,

I'm trying to compile ecasound with python.

I have 2 versions of python installed. 2.1 and 2.2 and would like to compile
ecasound against both.

First of all I did,

./compile --with-python-includes=/usr/include/python2.1 && make && make
install.

This worked fine and installed evrything into th correct site-packages
folder.

Next I tried to compile aginst python 2.2 and tried

./compile --with-python-includes=/usr/include/python2.1 \
--with-python-modules=/usr/lib/python2.2/site-packages \
&& make && make install.

but I get an error (see below). I left out the --with-python-modules line
and also left out make install but I still got the same error. I dont
understand why everythings ok with python2.1 but not 2.2 any ideas.

Thanks
Tony

Error as follows

make[2]: Entering directory `/usr/local/src/ecasound-2.0.4/pyecasound'
/bin/sh ../libtool --mode=link c++ -O2 -D_REENTRANT -DNDEBUG -ffast-math
-fstrict-aliasing -funroll-loops -o libpyecasound.la -rpath NO/lib-dynload
-avoid-version -export-dynamic pyecasound.lo -L../libecasound/.libs
-lecasound -L../kvutils/.libs -lkvutils -ldl -lm -lpthread
libtool: link: only absolute run-paths are allowed
make[2]: *** [libpyecasound.la] Error 1
make[2]: Leaving directory `/usr/local/src/ecasound-2.0.4/pyecasound'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/ecasound-2.0.4'
make: *** [all-recursive-am] Error 2
BTW if it's relevant I'm using ecasound 2.0.4 on mandrake 8,2

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request_AT_wakkanet.fi>.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sun Apr 14 2002 - 14:15:47 EEST