Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.61 KB | None | 0 0
  1. [~/gocr-0.48] # ./configure --prefix=/usr/local
  2. checking for gcc... gcc
  3. checking for C compiler default output file name... a.out
  4. checking whether the C compiler works... yes
  5. checking whether we are cross compiling... no
  6. checking for suffix of executables...
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ANSI C... none needed
  11. checking for a BSD-compatible install... /usr/bin/install -c
  12. checking whether make sets $(MAKE)... yes
  13. checking for library containing pnm_readpnminit... no
  14.  * * * try option --with-netpbm=PATH
  15. checking how to run the C preprocessor... gcc -E
  16. checking for egrep... grep -E
  17. checking for ANSI C header files... yes
  18. checking for sys/types.h... yes
  19. checking for sys/stat.h... yes
  20. checking for stdlib.h... yes
  21. checking for string.h... yes
  22. checking for memory.h... yes
  23. checking for strings.h... yes
  24. checking for inttypes.h... yes
  25. checking for stdint.h... yes
  26. checking for unistd.h... yes
  27. checking for unistd.h... (cached) yes
  28. checking wchar.h usability... yes
  29. checking wchar.h presence... yes
  30. checking for wchar.h... yes
  31. checking for an ANSI C-conforming const... yes
  32. checking for function prototypes... yes
  33. checking whether setvbuf arguments are reversed... no
  34. checking for wcschr... yes
  35. checking for wcsdup... yes
  36. checking for gettimeofday... yes
  37. checking for popen... yes
  38. configure: creating ./config.status
  39. config.status: creating Makefile
  40. config.status: creating src/Makefile
  41. config.status: creating doc/Makefile
  42. config.status: creating man/Makefile
  43. config.status: creating include/config.h
  44. [~/gocr-0.48] # make
  45. make -C src all
  46. make[1]: Entering directory `/root/gocr-0.48/src'
  47. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o pgm2asc.o pgm2asc.c
  48. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o box.o box.c
  49. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o database.o database.c
  50. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o detect.o detect.c
  51. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o barcode.o barcode.c
  52. barcode.c: In function 'decode_code128':
  53. barcode.c:149: warning: comparison is always true due to limited range of data type
  54. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o lines.o lines.c
  55. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o list.o list.c
  56. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o ocr0.o ocr0.c
  57. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o ocr0n.o ocr0n.c
  58. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o ocr1.o ocr1.c
  59. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o otsu.o otsu.c
  60. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o output.o output.c
  61. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o pixel.o pixel.c
  62. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o unicode.o unicode.c
  63. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o remove.o remove.c
  64. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o pnm.o pnm.c
  65. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o pcx.o pcx.c
  66. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o progress.o progress.c
  67. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o job.o job.c
  68. gcc -g -O2  -I../include -DHAVE_CONFIG_H -c -o gocr.o gocr.c
  69. # make it conform to ld --as-needed
  70. #gcc -o gocr -lm  gocr.o ./libPgm2asc.a
  71. gcc -o gocr -lm  gocr.o pgm2asc.o box.o database.o detect.o barcode.o lines.o list.o ocr0.o ocr0n.o ocr1.o otsu.o output.o pixel.o unicode.o remove.o pnm.o pcx.o progress.o job.o
  72. if test -r gocr; then cp gocr ../bin; fi
  73. make[1]: Leaving directory `/root/gocr-0.48/src'
  74.  --- for help do: make help ---
  75.  --- for documentation do: make doc ---
  76.  --- for examples do: make examples ---
  77. [~/gocr-0.48] # make install
  78. make -C src install
  79. make[1]: Entering directory `/root/gocr-0.48/src'
  80. #/usr/bin/install -c -d /usr/local/bin /usr/local /usr/local
  81. /usr/bin/install -c -d /usr/local/bin
  82. /usr/bin/install -c ../bin/gocr /usr/local/bin
  83. /usr/bin/install -c ../bin/gocr.tcl   /usr/local/bin  # better X11/bin?
  84. if test -f libPgm2asc.a; then\
  85.      /usr/bin/install -c libPgm2asc.a /usr/local;\
  86.      /usr/bin/install -c libPgm2asc.0.48.so /usr/local;\
  87.      /usr/bin/install -c libPgm2asc.so /usr/local;\
  88.     fi
  89. # ToDo: not sure that the link will be installed correctly
  90. #/usr/bin/install -c  /usr/local
  91. make[1]: Leaving directory `/root/gocr-0.48/src'
  92. make -C man install
  93. make[1]: Entering directory `/root/gocr-0.48/man'
  94. /usr/bin/install -c -d /usr/local/man/man1
  95. /usr/bin/install -c ../man/man1/gocr.1 /usr/local/man/man1
  96. make[1]: Leaving directory `/root/gocr-0.48/man'
  97. # following steps are not needed for end users, but cost dependencies
  98. # therefore removed in 0.48
  99. # make -C doc install
  100. # make -C examples install
  101. # make -C frontend install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement