*git pull origin*
to get the latest source. I have built it today without any problems.

ShreeDevi
____________________________________________________________
भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com

On Wed, May 31, 2017 at 6:32 PM, Youcef <[email protected]> wrote:

> Hi,
>
> I'm trying to build tesseract from sources.
> I succeeded in building Leptonica 1.74.1 and installing into
> /usr/local/bin and /usr/local/include.
>
> Into Tesseract main fodler, the first commands are ok:
>
> ./autogen.sh
> ./configure
>
>
> But the problem comes when i run following command :
>
> LDFLAGS="-L/usr/local/lib" CFLAGS="-I/usr/local/include" make
>
>
> things are compiling well but I get some unreferenced functions at the end
> like:
>
> /home/user/tesseract-ocr/tesseract/api/../ccutil/genericvector.h:659:
> undefined reference to `operator new[](unsigned long)'
>
> and a lot of standard C++ functions unreferenced like :
>
>  ./.libs/libtesseract.so: undefined reference to
> `std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()'
>
> I have tried other suggested solutions without any success
>
> - running LDFLAGS="-L/usr/local/lib" CFLAGS="-I/usr/local/include" make
> - removing old tesseract previously installed with apt-get
>
> Thanks for any help.
> Regards
>
> --
> 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/eb5d84ee-bd79-4a6d-88db-cdfa0950bad3%
> 40googlegroups.com
> <https://groups.google.com/d/msgid/tesseract-ocr/eb5d84ee-bd79-4a6d-88db-cdfa0950bad3%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/CAG2NduVUn3OphjY%2BBD4vHE2a%2B6hUner8eA0KNG9L6b7C5frwHw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to