Package: mcmcpack Severity: normal Hi,
mcmcpack currently fails to build and the basic problem is that the configure script doesn't find the trunc() function, because it looks in the wrong library. An easy solution is to add the line "AC_CHECK_LIB(m, trunc)" to configure.ac before the trunc check. This way the check will correctly find trunc(), HAVE_TRUNC is defined and distributions.cc doesn't have to define its own trunc(). BTW when regenerating configure please don't forget to add a "touch configure" somewhere, so the buildd won't attempt to regenerate it again. (For more info search for skew in /usr/share/doc/autotools-dev/README.Debian.gz) bye, Roman -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: m68k Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.4.30 Locale: LANG=de_DE.UTF-8, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]