Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Problem with path of library
Problem with path of library [message #1463246] Thu, 06 November 2014 11:01
ter nk is currently offline ter nkFriend
Messages: 1
Registered: November 2014
Junior Member
I write in property->settings->gcc c++ linker-> libraries
Libraries - libopencv_core.so.2.4.6
Library search path /usr/lib64/

Invoking: GCC C++ Linker
g++ -L/usr/lib64/ -o "opencv_pr" ./src/opencv_pr.o -llibopencv_core.so.2.4.6
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -llibopencv_core.so.2.4.6
collect2: error: ld returned 1 exit status

what the cause of error? why in the name of library is double "ll"
Previous Topic:my function proposals
Next Topic:Unit of time stamp in Gdb traces view
Goto Forum:
  


Current Time: Thu Sep 26 15:07:23 GMT 2024

Powered by FUDForum. Page generated in 0.05241 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top