Bug#394231: multiple definition of __fixsfsi

2006-10-31 Thread Hakan Ardo
Hi, I've forwarded this upstream: http://savannah.nongnu.org/bugs/index.php?18169 On 10/19/06, Stephan Walter [EMAIL PROTECTED] wrote: Package: avr-libc Version: 1:1.4.4-2 Compiling the following program with avr-gcc gives an error about multiple definition of __fixsfsi // program code

Bug#394231: multiple definition of __fixsfsi

2006-10-20 Thread Stephan Walter
Package: avr-libc Version: 1:1.4.4-2 Compiling the following program with avr-gcc gives an error about multiple definition of __fixsfsi // program code starts here - put it in bug.c #include stdlib.h int main() { double foo = atof(1.0); return (int) foo; } // program code ends

Bug#394231: multiple definition of __fixsfsi

2006-10-20 Thread Hakan Ardo
Hi, thanx for your repport. This is probably an upstream problem. I'll upgrade the lib to 1.4.5 and if that dosn't help I'll forward the problem upstream. On 10/19/06, Stephan Walter [EMAIL PROTECTED] wrote: Package: avr-libc Version: 1:1.4.4-2 Compiling the following program with avr-gcc