Advertisement
Guest User

Untitled

a guest
Nov 24th, 2018
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. :/tmp/mnt/ssd/movie/reqrypt# autoconf
  2. :/tmp/mnt/ssd/movie/reqrypt# ./configure --prefix=/opt
  3. checking for gcc... gcc
  4. checking whether the C compiler works... yes
  5. checking for C compiler default output file name... a.out
  6. checking for suffix of executables...
  7. checking whether we are cross compiling... no
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ISO C89... none needed
  12. checking for gcc option to accept ISO C99... none needed
  13. checking for /opt/include/linux/netfilter.h... yes
  14. checking for /opt/include/linux/netfilter/nfnetlink.h... yes
  15. checking for /opt/include/linux/netfilter/nfnetlink_queue.h... yes
  16. checking for /opt/include/linux/netlink.h... yes
  17. checking how to run the C preprocessor... gcc -E
  18. checking for grep that handles long lines and -e... /opt/bin/grep
  19. checking for egrep... /opt/bin/grep -E
  20. checking for ANSI C header files... yes
  21. checking for sys/types.h... yes
  22. checking for sys/stat.h... yes
  23. checking for stdlib.h... yes
  24. checking for string.h... yes
  25. checking for memory.h... yes
  26. checking for strings.h... yes
  27. checking for inttypes.h... yes
  28. checking for stdint.h... yes
  29. checking for unistd.h... yes
  30. checking pthread.h usability... yes
  31. checking pthread.h presence... yes
  32. checking for pthread.h... yes
  33. checking gmp.h usability... yes
  34. checking gmp.h presence... yes
  35. checking for gmp.h... yes
  36. checking openssl/rsa.h usability... yes
  37. checking openssl/rsa.h presence... yes
  38. checking for openssl/rsa.h... yes
  39. configure: creating ./config.status
  40. config.status: creating cfg.mk
  41. config.status: creating src/cfg.h
  42. config.status: creating src/tools/init.d.sh
  43. :/tmp/mnt/ssd/movie/reqrypt# make client
  44. (cd src; \
  45. make clean; \
  46. make -j 4 client)
  47. make[1]: Entering directory '/tmp/mnt/ssd/movie/reqrypt/src'
  48. rm -f base64.o client.o checksum.o cktp_client.o cktp_common.o cktp_encoding.o cktp_url.o config.o encodings/aes.o encodings/crypt.o encodings/pad.o encodings/natural.o http_server.o install.o log.o options.o packet.o packet_dispatch.o packet_filter.o packet_protocol.o packet_track.o random.o tunnel.o linux/capture.o linux/misc.o base64.o checksum.o config.o cktp_common.o cktp_encoding.o cktp_server.o cktp_url.o encodings/aes.o encodings/aes_hardware.o encodings/crypt.o encodings/pad.o linux/misc.o quota.o random.o server.o server_table.o http_data.c install_data.c tools/file2c
  49. make[1]: Leaving directory '/tmp/mnt/ssd/movie/reqrypt/src'
  50. make[1]: Entering directory '/tmp/mnt/ssd/movie/reqrypt/src'
  51. gcc -DCLIENT -DLINUX -maes -Wall -O2 -I "/mnt/ssd/movie/reqrypt/src/" -c -o base64.o base64.c
  52. gcc -DCLIENT -DLINUX -maes -Wall -O2 -I "/mnt/ssd/movie/reqrypt/src/" -c -o client.o client.c
  53. gcc -DCLIENT -DLINUX -maes -Wall -O2 -I "/mnt/ssd/movie/reqrypt/src/" -c -o checksum.o checksum.c
  54. gcc -DCLIENT -DLINUX -maes -Wall -O2 -I "/mnt/ssd/movie/reqrypt/src/" -c -o cktp_client.o cktp_client.c
  55. gcc: error: unrecognized command line option '-maes'
  56. make[1]: *** [<builtin>: base64.o] Error 1
  57. make[1]: *** Waiting for unfinished jobs....
  58. gcc: error: unrecognized command line option '-maes'
  59. make[1]: *** [<builtin>: client.o] Error 1
  60. gcc: error: unrecognized command line option '-maes'
  61. make[1]: *** [<builtin>: cktp_client.o] Error 1
  62. gcc: error: unrecognized command line option '-maes'
  63. make[1]: *** [<builtin>: checksum.o] Error 1
  64. make[1]: Leaving directory '/tmp/mnt/ssd/movie/reqrypt/src'
  65. make: *** [Makefile:20: client] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement