Re: [Jocr-devels] Bug - No contrast in image causes division by zero
Status: Alpha
Brought to you by:
joerg10
|
From: Igor F. [Contr] <ig...@he...> - 2009-03-30 22:23:24
|
Joerg, > using -fPIC and tell if it works, otherwise check all .o files if the code > is Position-Independent. I dont know how. May be using file or nm like: Ah, thanks - it works! Here is how I got it to compile: ./configure CPPFLAGS=-fPIC LDFLAGS=-fPIC make libs Would it be possible to add -fPIC automatically in case of "make libs"? I think it would make sense. Thank you, Igor |