Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant seem to compile TracerPIN (on windows subsystem for linux) #23

Open
nihalpasham opened this issue Feb 5, 2019 · 1 comment
Open

Comments

@nihalpasham
Copy link

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++

2019-02-05

@h4ckd0tm3
Copy link

sudo apt install gcc-4.8 gcc-4.8-multilib g++-4.8 g++-4.8-multilib libstdc++-4.8-dev libstdc++-4.8-dev:i386

make CXX=g++-4.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants