Bug#696519: llvm-gcc-4.6: undefined reference to signbit when using boost's sign function

2012-12-27 Thread Sylvestre Ledru
Hello, On 22/12/2012 09:04, Ben Goodrich wrote: Package: llvm-gcc-4.6 Version: 3.2-1~exp1 Severity: normal When attempting to compile a file that utilizes boost's sign function, such as Did you try with gcc 4.7 ? Thanks, Sylvestre -- To UNSUBSCRIBE, email to

Bug#696519: llvm-gcc-4.6: undefined reference to signbit when using boost's sign function

2012-12-27 Thread Ben Goodrich
Quoting Sylvestre Ledru sylves...@debian.org: Hello, On 22/12/2012 09:04, Ben Goodrich wrote: Package: llvm-gcc-4.6 Version: 3.2-1~exp1 Severity: normal When attempting to compile a file that utilizes boost's sign function, such as Did you try with gcc 4.7 ? Yes, the behavior is

Bug#696519: llvm-gcc-4.6: undefined reference to signbit when using boost's sign function

2012-12-22 Thread Ben Goodrich
Package: llvm-gcc-4.6 Version: 3.2-1~exp1 Severity: normal When attempting to compile a file that utilizes boost's sign function, such as goodrich@CYBERPOWERPC:/tmp$ cat sign.cpp #include boost/math/special_functions/sign.hpp #include iostream int main() { std::cout expect 1, get