- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In linux FC 9
while trying to compile a program with this command
g++ -02 -DNDEBUG -m32 -o 1.cpp -ltbb
I got This
"/opt/intel/tbb/tbb20_020oss/em64t/cc4.1.0_libc2.4_kernel2.6.16.21/lib/libtbb.so: file not recognised : File Format Not recognised returned 1exit status "
What is this error Can any one please please help ?
Thanks in advance
while trying to compile a program with this command
g++ -02 -DNDEBUG -m32 -o 1.cpp -ltbb
I got This
"/opt/intel/tbb/tbb20_020oss/em64t/cc4.1.0_libc2.4_kernel2.6.16.21/lib/libtbb.so: file not recognised : File Format Not recognised returned 1exit status "
What is this error Can any one please please help ?
Thanks in advance
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Praveen
In linux FC 9
while trying to compile a program with this command
g++ -02 -DNDEBUG -m32 -o 1.cpp -ltbb
I got This
"/opt/intel/tbb/tbb20_020oss/em64t/cc4.1.0_libc2.4_kernel2.6.16.21/lib/libtbb.so: file not recognised : File Format Not recognised returned 1exit status "
What is this error Can any one please please help ?
Thanks in advance
while trying to compile a program with this command
g++ -02 -DNDEBUG -m32 -o 1.cpp -ltbb
I got This
"/opt/intel/tbb/tbb20_020oss/em64t/cc4.1.0_libc2.4_kernel2.6.16.21/lib/libtbb.so: file not recognised : File Format Not recognised returned 1exit status "
What is this error Can any one please please help ?
Thanks in advance
I see an intent to compile a 32-bit program in the -m32 of the compilation line but the .so is coming from the em64t branch of the library installation. Is there an ia32 directory parallel to ./em64t/ ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Robert Reed (Intel)
I see an intent to compile a 32-bit program in the -m32 of the compilation line but the .so is coming from the em64t branch of the library installation. Is there an ia32 directory parallel to ./em64t/ ?
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