cleemesser / pyo

Automatically exported from code.google.com/p/pyo
GNU General Public License v3.0
0 stars 0 forks source link

Compiling/linking failed #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I unpack the source in /usr/src/pyo_version..
2. compile with "python ./setup.py build" and get a error message from linker
3. The behaviour is the same with different pyo versions

I get the error message:
pyo_0.6.2-src/src/objects/chorusmodule.c:507: undefined reference to `roundf'
and many other math functions (powf, sinf etc.) too. The above error message is 
the last one from the list i get.

What version of the product are you using? On what operating system?
I use Mageia 1, 64 bit with python 2.7

I try several options for compiling e.g. --use-double but ever the same errors.

Can anyone help on this issue. Please feel free to ask more, may I can help to 
solve this.

Many thanks in advance.

FM

Original issue reported on code.google.com by franky.3...@googlemail.com on 11 Oct 2012 at 7:54