./autogen.sh
./configure
LDFLAGS="-L/usr/local/lib" CFLAGS="-I/usr/local/include" make
LDFLAGS="-L/usr/local/lib" CFLAGS="-I/usr/local/include" make old tesseract previously installed with apt-get--
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 tesseract-ocr+unsubscribe@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
Other compilers might work, but are not officially supported.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscribe@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
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/e2aa90e2-34fe-43b6-a82f-368147e4df45%40googlegroups.com.
gcc --version
gcc (Ubuntu 4.8.5-2ubuntu1~14.04.1) 4.8.5
/usr/bin/gcc-4.9/usr/bin/g++-4.9 grep -R "/usr/bin/gcc-4.9" . | cut -d':' -f1 | while read line; do sed -i 's/usr\/bin\/gcc-4.9/usr\/bin\/g++-4.9/g' $line; done
LDFLAGS="-L/usr/local/lib" CFLAGS="-I/usr/local/include" make