Installing tracegraph in a 32bit machine doen't post any issues or errors. but on a 64 bit machine, you need to download the libraries that are required to run for a 32 bit software
so installing tracegraph in a 64 bit machine needs a special instruction like this
In Ubuntu and Linux Mint,
if you get error like this
bash: ./trgraph: No such file or directory
(this is mainly because you are trying to run in a 64 bit machine)
Issue the following command,
sudo apt-get install ia32-libs
(it may download nealy 80MB of software)



