LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Povray slackBuild addendum re: boost_thread v1.54 (https://www.linuxquestions.org/questions/slackware-14/povray-slackbuild-addendum-re-boost_thread-v1-54-a-4175472676/)

hpfeil 08-08-2013 02:17 PM

Povray slackBuild addendum re: boost_thread v1.54
 
Just a heads-up for Persistence of Vision raytracer fans who might be trying to build version 3.7.0.RC7. You have to tell the linker to look in "libboost_system.so" for a symbol or two that used to be in "libboost_thread.so." (Just to be pedantic, I added an explicit link to boost_thread.)

Under "SLKCFLAGS" for x86_64:
...
LIBDIRSUFFIX="64"
++SLKLIBS="-lboost_thread -lboost_system"

then above CXXFLAGS in the configure command,

++LIBS="$SLKLIBS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
...
[I apologize for my inability to provide a simple diff file.]
With boost_system added, ld resolves all of the symbols and the build proceeds as advertised, which takes a while, so might as well go out for coffee while gcc creeps its petty pace.

Lirey 08-10-2013 11:37 PM

Thanks!

That works perfectly.

-Lirey


All times are GMT -5. The time now is 08:39 AM.