When I tried to install the SCV library, I came accross with the following problem:
"checking build system type... Invalid configuration x86_64-unknown-linux-gnu : machine
x86_64-unknown not recognized "
I copied the config.guess and config.sub from /usr/share/libtool/config to overwrite the existing config.guess and config.sub of SCV. Then I can configure further, but new problem is:
"configure: error: Target CPU type not supported: "x86_64""
I think SCV should support x86_64 target, so how can I solve this problem? Great thanks! Kun