Is there any way for me to compile the cvblob library in 32bit on a 64bit Debian OS? I tried to look for this in the cvblob documentation but couldnt find anything relevant.
Asked
Active
Viewed 53 times
0
-
In the general sense, you're looking for [cross-compiling](http://en.wikipedia.org/wiki/Cross_compiler). Without knowing details of your build system, hard to make specific recomendations – aruisdante Jan 28 '15 at 21:00
-
I have a 64bit Ubuntu OS 6.10 (Squeeze) and trying to compile libraries in 32bit for a 32bit executable. – j_0101 Jan 28 '15 at 21:02
-
Have you tried `sudo dpkg --add-architecture i386`? – HelloNewWorld Aug 29 '15 at 02:11