Thanks, Zdenko ./configure is ok now. Have to install leptlib following instruction: http://www.leptonica.com/vs2008doc/building-image-libraries.html
Thanks, again Dennis On Tuesday, May 24, 2016 at 9:23:18 PM UTC+8, zdenop wrote: > > That lines are just summary of test above that lines: > > configure:16988: checking for leptonica > configure:17007: result: yes > configure:17009: checking for pixCreate in -llept > configure:17034: g++ -o conftest -g -O2 -I/home/work/.jumbo/include > -I/home/work/.jumbo/include/leptonica -L/home/work/.jumbo/lib conftest.cpp > -llept -lpthread >&5 > /home/work/.jumbo/lib/liblept.so: undefined reference to `TIFFCleanup' > collect2: ld returned 1 exit status > > > E.g. your leptonica build is wrong. You are not able to use that leptonica > library for anything. > > Elso you mentioned you are using CPPFLAGS="-I/usr/local/include" > LDFLAGS="-L/usr/local/lib", but g++ is claiming something else: > > *configure:2709: g++ -I/home/work/.jumbo/include -L/home/work/.jumbo/lib > conftest.cpp * > > > > Zdenko > > On Tue, May 24, 2016 at 1:40 PM, Dennis Park <[email protected] > <javascript:>> wrote: > >> 1689:configure:17009: checking for pixCreate in -llept >> 1742:| char pixCreate (); >> 1746:| return pixCreate (); >> 1812:ac_cv_lib_lept_pixCreate=no >> >> >> any clue? >> >> Thanks >> Dennis >> >> >> >> On Tuesday, May 24, 2016 at 7:13:32 PM UTC+8, zdenop wrote: >>> >>> have a look at config.log for reason (search for "pixCreate") >>> >>> Zdenko >>> >>> On Tue, May 24, 2016 at 10:51 AM, Dennis Park <[email protected]> >>> wrote: >>> >>>> faq says: >>>> CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" >>>> ./configure >>>> would work, but i still got the problem: >>>> ...... >>>> checking for mbstate_t... yes >>>> checking for leptonica... yes >>>> checking for pixCreate in -llept... no >>>> configure: error: leptonica library missing >>>> >>>> my leptonica header files are present in /usr/local/include/leptonica >>>> and .so files(like liblept.so.5.0.0) present it /usr/local/lib >>>> I'm using tesseract-3.04. >>>> >>>> Does anyone has any clue? >>>> Thanks in advance. >>>> >>>> Dennis. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "tesseract-ocr" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at https://groups.google.com/group/tesseract-ocr. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/tesseract-ocr/698f0f8f-549d-45f0-8e72-354c7ef4e8ec%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/tesseract-ocr/698f0f8f-549d-45f0-8e72-354c7ef4e8ec%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "tesseract-ocr" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/tesseract-ocr. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tesseract-ocr/d299eb14-588e-4f5b-8558-c57a4706a82f%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tesseract-ocr/d299eb14-588e-4f5b-8558-c57a4706a82f%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/27f06e6e-e390-460d-b199-ef0a5a839422%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

