Ubuntu Pastebin

Paste from shivam at Tue, 14 Jun 2016 09:18:39 +0000

Download as text
1
2
3
4
shivam@Shiganshina:~$ g++ a.cpp  `pkg-config --cflags --libs opencv`
/tmp/ccw0HGfN.o: In function `main':
a.cpp:(.text+0xcc): undefined reference to `cv::imread(std::string const&, int)'
collect2: error: ld returned 1 exit status
Download as text