- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you want to run your application in differents platforms you should have those libraries for that platforms installed in those platforms. If you want to compile using cross compilation you need install in your machine the libraries for the target platform.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page