Status: New
Owner: ----
New issue 1151 by
mohsen.m...@gmail.com: Error: ./.libs/libtesseract.so:
undefined reference to `pixGenerateCIData'
http://code.google.com/p/tesseract-ocr/issues/detail?id=1151
What steps will reproduce the problem?
1. Running "make" to install tesseract-ocr-3.03 from source code
checked-out from svn
2.
3.
What is the expected output? What do you see instead?
Getting error:
Making all in api
make[2]: Entering directory `/home/****/temp/tesseract-ocr-3.03/api'
/bin/bash ../libtool --tag=CXX --mode=link g++ -std=c++11 -o tesseract
tesseract-tesseractmain.o
libtesseract.la -lrt -llept -lpthread
libtool: link: g++ -std=c++11 -o .libs/tesseract
tesseract-tesseractmain.o ./.libs/libtesseract.so -lrt -llept -lpthread
./.libs/libtesseract.so: undefined reference to `pixGenerateCIData'
collect2: error: ld returned 1 exit status
make[2]: *** [tesseract] Error 1
What version of the product are you using? On what operating system?
tesseract-ocr-3.03 source code (r1094) from:
svn checkout
http://tesseract-ocr.googlecode.com/svn/trunk/
tesseract-ocr-read-only
leptonica-1.70:
Built and installed from source code: leptonica-1.70.tar.gz
Ubuntu 12.10
Please provide any additional information below.
Followed compiling instructions:
https://code.google.com/p/tesseract-ocr/wiki/Compiling
up to:
./autogen.sh
./configure
make
When running "make", it errors out:
Making all in api
make[2]: Entering directory `/home/****/temp/tesseract-ocr-3.03/api'
/bin/bash ../libtool --tag=CXX --mode=link g++ -std=c++11 -o tesseract
tesseract-tesseractmain.o
libtesseract.la -lrt -llept -lpthread
libtool: link: g++ -std=c++11 -o .libs/tesseract
tesseract-tesseractmain.o ./.libs/libtesseract.so -lrt -llept -lpthread
./.libs/libtesseract.so: undefined reference to `pixGenerateCIData'
collect2: error: ld returned 1 exit status
make[2]: *** [tesseract] Error 1
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings