Re #3.
Quote:
/usr/lib64/libstdc++.so.5
|
Can't be right that you have no libstdc++.so.6 ? Then no firefox etc. ?
→ # yum install gcc-c++
It's not about "change": You can have both (all) versions of libstdc++.
About gcc53-c++-5.3.0-1.el6.x86_64 : Time stamp = Jul 22 2016.
Is well tested as "CentOS 6 / RHEL 6 extra compiler".
Anyone on the internet can download it.
And does OK with tesseract :
Code:
libtool: link: g++53 -g -O2 -std=c++11 -o .libs/tesseract tesseract-tesseractmain.o -fopenmp ./.libs/libtesseract.so /usr/local/gcc53/lib/../lib64/libstdc++.so /usr/lib64/liblept.so -lm -lz -lpng -ljpeg -lgif -ltiff -lrt -lpthread -fopenmp -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/gcc53/lib/../lib64
make[2]: Leaving directory '/home/knudfl/tmp/tesseract/api'
Making all in .
make[2]: Entering directory '/home/knudfl/tmp/tesseract'
make[2]: Leaving directory '/home/knudfl/tmp/tesseract'
Making all in tessdata
make[2]: Entering directory '/home/knudfl/tmp/tesseract/tessdata'
Making all in configs
make[3]: Entering directory '/home/knudfl/tmp/tesseract/tessdata/configs'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/knudfl/tmp/tesseract/tessdata/configs'
Making all in tessconfigs
make[3]: Entering directory '/home/knudfl/tmp/tesseract/tessdata/tessconfigs'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/knudfl/tmp/tesseract/tessdata/tessconfigs'
make[3]: Entering directory '/home/knudfl/tmp/tesseract/tessdata'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/knudfl/tmp/tesseract/tessdata'
make[2]: Leaving directory '/home/knudfl/tmp/tesseract/tessdata'
Making all in doc
make[2]: Entering directory '/home/knudfl/tmp/tesseract/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/knudfl/tmp/tesseract/doc'
make[1]: Leaving directory '/home/knudfl/tmp/tesseract'
( That's the last lines in the 'make' sequence.)
-