I'm trying to install virtuoso 7.1, and as said in README
and INSTALL
files I ran autogen.sh
, ./configure
, it works.
But the command make
doesn't work, I don't know why. There was an error with ranlib
saying randlib
was called without arguments.
If the
makefile
uses a variable for the ranlib executable (e.g. withRANLIB = ranlib
, then you might get further withor, if that doesn't work,
effectively making the ranlib invocation a no-op. These days, ranlib is usually no longer needed.