-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
I've tried to compile TracerPIN with the instructions in the Readme. All requisite packages were installed except for libstdc++-4.9-dev and libstdc++-4.9-dev:i386. Says packages cant be found. I assumed these packages were obsolete and used libstdc++6 instead
sudo apt-get install --no-install-recommends wget make g++
sudo apt-get install --no-install-recommends libstdc++-4.9-dev libssl-dev libsqlite3-dev
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install --no-install-recommends gcc-multilib g++-multilib
sudo apt-get install --no-install-recommends libstdc++-4.9-dev:i386 libssl-dev:i386 libsqlite3-dev:i386
However I seem to run into an issue. While I understand the meaning of the error, it doesnt seem to make sense. Does compilation only succeed with the the older version of libstdc++
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
