You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following the "Installation (from source)" steps, the compilation fails if the path to the current working directory contains spaces.
For example, executing ./build_taintgrind.sh from a /home/david/CS 6340/Taintgrind/valgrind-3.17.0/taintgrind/ directory results in a bunch of errors like this one:
checking build system type... Invalid configuration `6340/Taintgrind/valgrind-3.17.0/taintgrind/../build': machine `6340/Taintgrind/valgrind-unknown' not recognized
configure: error: /bin/sh ./../config.sub 6340/Taintgrind/valgrind-3.17.0/taintgrind/../build failed
Renaming the directory path so that it does not contain any spaces solves the issue.
The text was updated successfully, but these errors were encountered:
When following the "Installation (from source)" steps, the compilation fails if the path to the current working directory contains spaces.
For example, executing
./build_taintgrind.sh
from a/home/david/CS 6340/Taintgrind/valgrind-3.17.0/taintgrind/
directory results in a bunch of errors like this one:Renaming the directory path so that it does not contain any spaces solves the issue.
The text was updated successfully, but these errors were encountered: