On Tue, Jan 27, 2009 at 4:18 PM, Stuart Henderson <s...@spacehopper.org> wrote:
> -CONFIGURE_STYLE = autoconf no-autoheader > +CONFIGURE_STYLE = autoconf automake no-autoheader It did the trick, thank you! Further in the build I got the following warningsum: ===> Patching for numptyphysics-0.3.r20090104 /usr/local/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal ... /usr/X11R6/lib/libX11.so.11.1: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libX11.so.11.1: warning: strcat() is almost always misused, please use strlcat() /usr/X11R6/lib/libX11.so.11.1: warning: sprintf() is often misused, please use snprintf() /usr/bin/ld: warning: libm.so.4.0, needed by /usr/local/lib/libtiff.so.38.2, may conflict with libm.so.5.0 but other then that it builds fine on sparc64. // Alex