Vlc SlackBuild fails taglib-1.9.1
I'm trying to compile vlc-2.1.4 using AlienBob's slackbuild. It fails I think because the compilation of taglib fails as follows.
Run Build Command:/usr/bin/gmake "cmTryCompileExec328819468/fast"
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec328819468.dir/build.make CMakeFiles/cmTryCompileExec328819468.dir/build
gmake[1]: Entering directory `/tmp/build/tmp-vlc/taglib-1.9.1/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /tmp/build/tmp-vlc/taglib-1.9.1/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec328819468.dir/CheckFunctionExists.c.o
/usr/bin/cc -O2 -march=i486 -mtune=i686 -Wno-error -Wall -DCHECK_FUNCTION_EXISTS=__RTTI___ -o CMakeFiles/cmTryCompileExec328819468.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec328819468
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec328819468.dir/link.txt --verbose=1
/usr/bin/cc -O2 -march=i486 -mtune=i686 -Wno-error -Wall -DCHECK_FUNCTION_EXISTS=__RTTI___ CMakeFiles/cmTryCompileExec328819468.dir/CheckFunctionExists.c.o -o cmTryCompileExec328819468 -rdynamic -lCrun
/usr/lib/gcc/i486-slackware-linux/4.8.3/../../../../i486-slackware-linux/bin/ld: cannot find -lCrun
collect2: error: ld returned 1 exit status
gmake[1]: *** [cmTryCompileExec328819468] Error 1
gmake[1]: Leaving directory `/tmp/build/tmp-vlc/taglib-1.9.1/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec328819468/fast] Error 2
Does anyone have a similar problem or any idea what is wrong?
Mike
|