On Wed, 11 Sep 2013 14:37:47 -0600 Levi Pearson <[email protected]> wrote:
> It says it's looking for the Standard Template Library <vector> > header. Maybe you don't have a full g++ install? Look for the > libstdc++<version>-dev package. I have: root@dzur:~# pre libstdc++ libstdc++6 4.7.2-5 amd64 libstdc++6 4.7.2-5 i386 libstdc++6-4.7-dev 4.7.2-5 amd64 root@dzur:~# I'd like to compile the thing as amd64. I have three different versions of libstdc++ available: root@dzur:~# apt-cache search libstdc | grep -e '-dev' libstdc++6-4.4-dev - GNU Standard C++ Library v3 (development files) libstdc++6-4.6-dev - GNU Standard C++ Library v3 (development files) libstdc++6-4.7-dev - GNU Standard C++ Library v3 (development files) lib32gmp-dev - Multiprecision arithmetic library developers tools (32bit) libgmp-dev - Multiprecision arithmetic library developers tools root@dzur:~# Maybe I should install the other two? -- The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no Warrants shall issue, but upon probable cause, supported by Oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized. -- U.S. Const. Amendment IV Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
