Ask Your Question

Guru Ag's profile - activity

2014-02-24 08:23:07 -0600 asked a question Can't link libs

I've been trying to get opencv running on my note for a school project for a while now, but it just don't work.
I tried MinGW, Code::Blocks, Dev-C and Netbeans, but every single IDE or compiler I use ends up with the same problem: I can get to the Headers, the functions even shows up in Ctrl+Space tips on some IDEs, but it always got me a problem of "undefined reference", even though I linked all of the libs in the IDE's linker, set up the windows path, and, in case of MinGW, linked manually everything.
I'm using the latest build, 2.4.8, the v10 build now, but tried the v12 too.
I tried compiling the source code with cmake, but it returns me an empty bin and lib folders in the output.
In despair, I even tried dual-booting Ubuntu on my note, but the W8 BIOS-hijacking install crashes when Ubuntu boots. Also tried running a virtual machine with Ubuntu, but it runs too slow to be useable.

I don't know what to do anymore ._.