Skip to content

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

@nihalpasham

Description

@nihalpasham

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions