Bug#701985: libcomedi0: Library has the undefined symbols

2013-03-07 Thread Gudjon I. Gudjonsson
Hello Ilya You are right and I don't know how to fix it. Adding LDFLAGS = -lm did not fix the bug. I will have to reopen it :( But can you live with it if you compile your programs with -lm, see the demos Makefile? Regards Gudjon

Bug#701985: libcomedi0: Library has the undefined symbols

2013-03-07 Thread Ilya Shpigor
Hello Gudjon I have found solution to fix the package building. You can add this string to the `lib/Makefile.am` file: libcomedi_la_LIBADD = -lm The patched `Makefile.am` file from the `lib` directory is attached to this email. -- Best regards Ilya Shpigor Makefile.am Description: Binary

Bug#701985: libcomedi0: Library has the undefined symbols

2013-03-01 Thread Ilya Shpigor
Package: libcomedi0 Version: 0.8.1-5 and others The libcomedi.so.0 library has the undefined symbols: $ ldd -r /usr/lib/libcomedi.so.0 linux-vdso.so.1 = (0x7fff790ce000) libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7fa137358000) /lib64/ld-linux-x86-64.so.2

Bug#701985: libcomedi0: Library has the undefined symbols

2013-03-01 Thread Ilya Shpigor
Hi, I have try to use the libcomedi0 package of 0.10.0-3 version from Debian 7.0 repository. The problem still exists. Recompilation of my package with `-lm` solve the problem but the libcomedi0 library still conains the undefined symbols. This is `ldd` output for the libcomedi0 of 0.10.0-3