Is TBB's compilation closely related with the kernel of Linux OS? I'm on 64-bit red-hatEnterpriseLinux. For some reason, I need to compile a 32-bit library for TBB. I did this by force the CPLUS_FLAGS and LIB_LINK_FLAGS all += -m32, and for testing I alsocompiled my program in this way. Now an error came out when linking which said "undefined reference to `tbb::internal::allocate_root_proxy::allocate(unsigned int)' ", etc.
Can someone help me on this? Many thanks.
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.