BTW, I got the build error below on the latest svn. /usr/bin/install -c src/ui/gui/.libs/libpsppire.a /opt/user/cross-tools/i386-mingw32msvc/lib/pspp/libpsppire.a ./libtool: line 6574: i386-mingw32msvc-ranlib: command not found make[3]: *** [install-pkglibLTLIBRARIES] Error 127 make[2]: *** [install-am] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install] Error 2
-- Apparently ranlib is just another name for "ar -s" which doesn't sound very arch specific, so I worked around this by typing: ln -s /usr/bin/ranlib ~/bin/i386-mingw32msvc-ranlib -- John C. McCabe-Dansted PhD Student University of Western Australia _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
