pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Workaround for "./libtool: line 6574: i386-mingw32msvc-ranlib: command n


From: John McCabe-Dansted
Subject: Workaround for "./libtool: line 6574: i386-mingw32msvc-ranlib: command not found"
Date: Thu, 22 Feb 2007 22:18:14 +0900

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]