Hi,
I have a very simple question which may sound very naive, but anyways here it is:
If a write my C++ application using Intel TBB on an Intel x64 Core 2 duo architecture and then decide to port the application to another architecture say (Intel Xeon/Itanium, SUN Niagra) by cross compiling it on my present architecture, then do I need to have Intel TBB API or libraries installed on other architectures for my cross compiled application to run on them? I hope it would be a self contained cross compiled binary?
Thanks
Varun