- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm having a little problem compiling with Intel's IPP librarty while using the Intel Linux compiler. I do
icc test.cc -L/opt/intel/ipp/sharedlib -I/opt/intel/ipp/include -o test
The .h seems to be found OK. It recognizes the special IPP structures. But, when an actual IPP function is used it has an error.
What should I do??
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I expect you need also a -l option. If your library is in sharedlib/libipp.a, for example, append -l ipp. The linker is standard gnu ld, it has no idea what libraries you want from the library search path.
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