I have the problem that configure can't run the binaries, due to crosscompiling. How can you solve these issues with ./configure? checking whether size_t is signed... configure: error: cannot run test program while cross compiling See `config.log' for more details. I configure with a mipsel cross compiler. Cheers Martin
On December 29, 2006 10:35:26 PM +0100 Martin H?fling <martin.hoefling at gmx.de> wrote:> I have the problem that configure can't run the binaries, due to > crosscompiling. How can you solve these issues with ./configure? > > checking whether size_t is signed... configure: error: cannot run test > program while cross compilingCreate a cache file with the right values, or call configure with those values set in the environment. -frank