Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. root@raspberrypi:/home/pi# g++ $(pkg-config --cflags opencv) rahul.cpp $(pkg-config --libs opencv) -o imagetest -lopencv_video
  2. /usr/bin/ld: /tmp/ccTM3H9p.o: undefined reference to symbol 'cv::fastFree(void*)'
  3. /usr/bin/ld: note: 'cv::fastFree(void*)' is defined in DSO /usr/lib/libopencv_core.so.2.3 so try adding it to the linker command line
  4. /usr/lib/libopencv_core.so.2.3: could not read symbols: Invalid operation
  5. collect2: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement