Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

tbb 22 issue in fedra 12 when building

vordok
Beginner
367 Views
Hi,
I'm trying to install tbb 2.2 ina a fedora 12 x86_64 system, because i need it to build cortex and all I need are the include and library files. I try doing make all in source and in the bin package but in both I get this:
gmake[2]: Leaving directory `/cluster/vordok/tbb22_20090809oss/examples/task/tree_sum'
gmake -C test_all/fibonacci -f Makefile test CXX="g++ " CXXFLAGS="-m64"
gmake[2]: Entering directory `/cluster/vordok/tbb22_20090809oss/examples/test_all/fibonacci'
./fibonacci
gmake[2]: ./fibonacci: Command not found
gmake[2]: *** [test] Error 127
gmake[2]: Leaving directory `/cluster/vordok/tbb22_20090809oss/examples/test_all/fibonacci'
gmake[1]: [test_all/fibonacci/test] Error 2 (ignored)
gmake[1]: Leaving directory `/cluster/vordok/tbb22_20090809oss/examples'
gmake[2]: Leaving directory `/cluster/vordok/tbb22_20090809oss/examples/task/tree_sum'gmake -C test_all/fibonacci -f Makefile test CXX="g++ " CXXFLAGS="-m64"gmake[2]: Entering directory `/cluster/vordok/tbb22_20090809oss/examples/test_all/fibonacci'./fibonaccigmake[2]: ./fibonacci: Command not foundgmake[2]: *** [test] Error 127gmake[2]: Leaving directory `/cluster/vordok/tbb22_20090809oss/examples/test_all/fibonacci'gmake[1]: [test_all/fibonacci/test] Error 2 (ignored)gmake[1]: Leaving directory `/cluster/vordok/tbb22_20090809oss/examples'
is anything missing or should I change something?
0 Kudos
1 Reply
Vladimir_P_1234567890
367 Views
Hello,
AFAIK we used to have some issues with running examples on some configurations in the past. Now they should have been fixed.
If all unit tests passed then your config/compiler is correct.
Since fedora 12was released 3 months after this developemnt release I suggest to take the newer release. The current release is TBB 4.0
thanks
--Vladimir
0 Kudos
Reply