Skip to content

Instantly share code, notes, and snippets.

@MarSoft
Created November 23, 2015 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarSoft/7c96a883e37da37ecd7d to your computer and use it in GitHub Desktop.
Save MarSoft/7c96a883e37da37ecd7d to your computer and use it in GitHub Desktop.
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o Release/ocr_test ocr_test.o ImgCoordsScaler.o ImgParser.o ImgProcHelper.o IoHelper.o OcrAbcSaver.o OcrMatchProcessor.o OcrSystem.o ocrmatchprocessorworker.o OcrLogger.o OcrMeanValue.o OcrFreqValue.o moc_ocrmatchprocessorworker.o -ltesseract -llept -lopencv_core -lopencv_highgui -lopencv_imgproc -lQt5Core -lpthread
/usr/bin/ld: warning: libicui18n.so.55, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicuuc.so.55, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_setSubstChars_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_getDefaultTimeZone_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_get_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucol_open_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_openTimeZones_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_close_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_openTimeZoneIDEnumeration_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucol_setAttribute_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_toUnicode_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_open_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucol_strcoll_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_open_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_getTimeZoneDisplayName_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_openCountryTimeZones_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucol_getSortKey_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `u_errorName_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_setMillis_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_getAvailableName_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `uenum_next_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_getDefaultName_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_inDaylightTime_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `u_strToLower_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_getAlias_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_countAvailable_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_compareNames_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_fromUnicode_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_countAliases_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `u_strToUpper_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_getDSTSavings_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_close_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucol_close_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_getStandardName_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `uenum_close_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_clone_55'
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_getMaxCharSize_55'
collect2: error: ld returned 1 exit status
Makefile:267: recipe for target 'Release/ocr_test' failed
make: *** [Release/ocr_test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment