Ask Your Question

j's profile - activity

2016-10-27 06:42:57 -0600 received badge  Necromancer (source)
2014-09-04 07:41:20 -0600 received badge  Critic (source)
2014-09-03 10:43:54 -0600 commented answer Opencv static link error

have built static libs (option SHARED_LIBS=OFF) worked for me...

next problem... how to enable gtk support? i have gtk on target system. also on host developement system... unfort. no success. :(

2014-09-03 04:06:12 -0600 answered a question Opencv static link error

any ideas? i get the same error as well... i want to cross compile it for arm on a linux system.

Linking C static library ../lib/libzlib.a Error running link command: No such file or directory make[2]: * [3rdparty/lib/libzlib.a] Error 2 make[1]: [3rdparty/zlib/CMakeFiles/zlib.dir/all] Error 2 make: ** [all] Error 2

when i execute a make command in my builddir/3rdparty/zlib there is the same error...

anybody?