1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
tbb 2.0r014-3 Failed 18.544376
Reason: UNKNOWN
1-line summary:
ln: creating symbolic link `libtbb.so.2': File exists
multi-line summary:
ln: creating symbolic link `libtbb.so.2': File exists
excerpt for mail:
make[2]: Entering directory `/build/user/tbb-2.0r014/build/linux_ia32_gcc_cc4.2.3_libc2.7_kernel2.6.18_release'
../../build/Makefile.tbb:38: CONFIG: cfg=release arch=ia32 compiler=gcc os=linux runtime=cc4.2.3_libc2.7_kernel2.6.18
sh ../../build/generate_tbbvars.sh
g++ concurrent_hash_map.o concurrent_queue.o concurrent_vector.o itt_notify.o cache_aligned_allocator.o pipeline.o queuing_mutex.o queuing_rw_mutex.o spin_rw_mutex.o spin_mutex.o task.o tbb_misc.o mutex.o -lpthread -lrt -ldl -fPIC -o libtbb.so.2.0.014 -shared -m32 -Wl,-soname=libtbb.so.2
ln -s libtbb.so.2.0.014 libtbb.so.2
ln: creating symbolic link `libtbb.so.2': File exists
make[2]: *** [libtbb.so] Error 1
|