From 592f3fed709559eea2bb966be0e0a2c02dd2b354 Mon Sep 17 00:00:00 2001 From: ThomasG77 Date: Sat, 10 Dec 2011 04:58:57 -0800 Subject: [PATCH] Updated InstallationTroubleshooting (markdown) --- InstallationTroubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InstallationTroubleshooting.md b/InstallationTroubleshooting.md index e8d3c10..f0ded26 100644 --- a/InstallationTroubleshooting.md +++ b/InstallationTroubleshooting.md @@ -158,8 +158,8 @@ Note the -a setting which makes your system's installed regex symbols to be upda -rw-r--r-- 1 root root 70248 2008-01-17 04:35 /usr/lib/libboost_filesystem-gcc-mt-1_33_1.so.1.33.1 lrwxrwxrwx 1 root root 36 2008-02-01 22:46 /usr/lib/libboost_filesystem.so -> libboost_filesystem-gcc-mt-1_33_1.so - # then, since 'threading' (mt) will be looked for by default you can match libboost*-gcc-mt-1_33_1.so with... - $ python scons/scons.py configure BOOST_TOOLKIT=gcc BOOST_VERSION=1_33 + then, since 'threading' (mt) will be looked for by default you can match libboost*-gcc-mt-1_33_1.so with... + $ python scons/scons.py configure BOOST_TOOLKIT=gcc BOOST_VERSION=1_33 * *Solution Option 2*: Locate your libboost* files - usually located in /usr/lib and manually create symlinks like: