- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm just beginning to develop C++ apps on Linux with Eclipse 3.3 IDE and IPP.
I can't seem to get out of the starting gate though, as I am unable to link either statically or dynamically.
I have tried running both internal and external builders within eclipse, and using the "make" command
directly. The LIB PATH both in and out of Eclipse is set properly to the right ../ia32/lib/ folder
and i've tried to specify boththe -lippcore.a and the equally not successful: -llibippcore.a
still comes back with: /usr/bin/ld: can't find file "-lippcore.a", etc.
thanks for linking help!
I can't seem to get out of the starting gate though, as I am unable to link either statically or dynamically.
I have tried running both internal and external builders within eclipse, and using the "make" command
directly. The LIB PATH both in and out of Eclipse is set properly to the right ../ia32/lib/ folder
and i've tried to specify boththe -lippcore.a and the equally not successful: -llibippcore.a
still comes back with: /usr/bin/ld: can't find file "-lippcore.a", etc.
thanks for linking help!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - aarondavid007
I'm just beginning to develop C++ apps on Linux with Eclipse 3.3 IDE and IPP.
I can't seem to get out of the starting gate though, as I am unable to link either statically or dynamically.
I have tried running both internal and external builders within eclipse, and using the "make" command
directly. The LIB PATH both in and out of Eclipse is set properly to the right ../ia32/lib/ folder
and i've tried to specify boththe -lippcore.a and the equally not successful: -llibippcore.a
still comes back with: /usr/bin/ld: can't find file "-lippcore.a", etc.
thanks for linking help!
I can't seem to get out of the starting gate though, as I am unable to link either statically or dynamically.
I have tried running both internal and external builders within eclipse, and using the "make" command
directly. The LIB PATH both in and out of Eclipse is set properly to the right ../ia32/lib/ folder
and i've tried to specify boththe -lippcore.a and the equally not successful: -llibippcore.a
still comes back with: /usr/bin/ld: can't find file "-lippcore.a", etc.
thanks for linking help!
What are your entire linking options? it seemed fine to me to lik -lippcore.a
Can you also check
http://software.intel.com/en-us/articles/how-to-build-ipp-application-in-linux-environment/ for some suggestions on linkage options used for buidling Intel IPP for Linux*?
Thanks,
Ying
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