David wrote:
> Hello,
>
> I'm trying to build a python module in the form of an .so file but I keep
> getting the following message :
>
> /usr/bin/ld cannot find -llibpython2.3
>
> I have all the necessary files in /usr/local/src/Python-2.3.5
>
> with libpython2.3.a and libpython2.3.so files
>
Hello,
I'm trying to build a python module in the form of an .so file but I keep
getting the following message :
/usr/bin/ld cannot find -llibpython2.3
I have all the necessary files in /usr/local/src/Python-2.3.5
with libpython2.3.a and libpython2.3.so files
g++ -I /usr/local/src/Python-2.3.