Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.44 KB | None | 0 0
  1. #git clone https://github.com/russdill/tunsocks.git
  2. Cloning into 'tunsocks'...
  3. remote: Counting objects: 140, done.
  4. remote: Total 140 (delta 0), reused 0 (delta 0), pack-reused 140
  5. Receiving objects: 100% (140/140), 38.94 KiB | 24.00 KiB/s, done.
  6. Resolving deltas: 100% (77/77), done.
  7. Checking connectivity... done.
  8.  
  9. #cd tunsocks/
  10.  
  11. #git submodule update --init
  12. Cloning into 'lwip'...
  13. remote: Counting objects: 48384, done.
  14. remote: Compressing objects: 100% (11787/11787), done.
  15. remote: Total 48384 (delta 36452), reused 47772 (delta 36019)
  16. Receiving objects: 100% (48384/48384), 9.09 MiB | 1.02 MiB/s, done.
  17. Resolving deltas: 100% (36452/36452), done.
  18. Checking connectivity... done.
  19. Submodule path 'lwip': checked out '58895c3cf65aadb9e116830f89cd5ba6d81fa6f7'
  20.  
  21. #./autogen.sh
  22. + autoreconf --force --install --verbose
  23. autoreconf: Entering directory `.'
  24. autoreconf: configure.ac: not using Gettext
  25. autoreconf: running: aclocal --force
  26. autoreconf: configure.ac: tracing
  27. autoreconf: configure.ac: not using Libtool
  28. autoreconf: running: /usr/bin/autoconf --force
  29. autoreconf: configure.ac: not using Autoheader
  30. autoreconf: running: automake --add-missing --copy --force-missing
  31. configure.ac:5: installing './compile'
  32. configure.ac:3: installing './install-sh'
  33. configure.ac:3: installing './missing'
  34. Makefile.am: installing './depcomp'
  35. autoreconf: Leaving directory `.'
  36. + rm -rf autom4te.cache
  37.  
  38. #./configure --prefix=/usr
  39. checking for a BSD-compatible install... /usr/bin/install -c
  40. checking whether build environment is sane... yes
  41. checking for a thread-safe mkdir -p... /bin/mkdir -p
  42. checking for gawk... no
  43. checking for mawk... mawk
  44. checking whether make sets $(MAKE)... yes
  45. checking whether make supports nested variables... yes
  46. checking for gcc... gcc
  47. checking whether the C compiler works... yes
  48. checking for C compiler default output file name... a.out
  49. checking for suffix of executables...
  50. checking whether we are cross compiling... no
  51. checking for suffix of object files... o
  52. checking whether we are using the GNU C compiler... yes
  53. checking whether gcc accepts -g... yes
  54. checking for gcc option to accept ISO C89... none needed
  55. checking whether gcc understands -c and -o together... yes
  56. checking for style of include used by make... GNU
  57. checking dependency style of gcc... gcc3
  58. checking for library containing event_add... -levent
  59. checking for pcap_open_dead in -lpcap... yes
  60. checking that generated files are newer than configure... done
  61. configure: creating ./config.status
  62. config.status: creating Makefile
  63. config.status: executing depfiles commands
  64.  
  65. #make
  66. depbase=`echo lwip/src/api/err.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  67. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/api/err.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/api/err.o lwip/src/api/err.c &&\
  68. mv -f $depbase.Tpo $depbase.Po
  69. depbase=`echo lwip/src/core/init.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  70. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/init.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/init.o lwip/src/core/init.c &&\
  71. mv -f $depbase.Tpo $depbase.Po
  72. depbase=`echo lwip/src/core/def.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  73. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/def.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/def.o lwip/src/core/def.c &&\
  74. mv -f $depbase.Tpo $depbase.Po
  75. depbase=`echo lwip/src/core/mem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  76. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/mem.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/mem.o lwip/src/core/mem.c &&\
  77. mv -f $depbase.Tpo $depbase.Po
  78. depbase=`echo lwip/src/core/memp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  79. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/memp.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/memp.o lwip/src/core/memp.c &&\
  80. mv -f $depbase.Tpo $depbase.Po
  81. depbase=`echo lwip/src/core/netif.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  82. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/netif.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/netif.o lwip/src/core/netif.c &&\
  83. mv -f $depbase.Tpo $depbase.Po
  84. depbase=`echo lwip/src/core/pbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  85. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/pbuf.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/pbuf.o lwip/src/core/pbuf.c &&\
  86. mv -f $depbase.Tpo $depbase.Po
  87. depbase=`echo lwip/src/core/stats.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  88. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/stats.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/stats.o lwip/src/core/stats.c &&\
  89. mv -f $depbase.Tpo $depbase.Po
  90. depbase=`echo lwip/src/core/dns.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  91. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/dns.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/dns.o lwip/src/core/dns.c &&\
  92. mv -f $depbase.Tpo $depbase.Po
  93. depbase=`echo lwip/src/core/udp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  94. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/udp.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/udp.o lwip/src/core/udp.c &&\
  95. mv -f $depbase.Tpo $depbase.Po
  96. depbase=`echo lwip/src/core/sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  97. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/sys.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/sys.o lwip/src/core/sys.c &&\
  98. mv -f $depbase.Tpo $depbase.Po
  99. depbase=`echo lwip/src/core/raw.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  100. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/raw.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/raw.o lwip/src/core/raw.c &&\
  101. mv -f $depbase.Tpo $depbase.Po
  102. depbase=`echo lwip/src/core/tcp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  103. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/tcp.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/tcp.o lwip/src/core/tcp.c &&\
  104. mv -f $depbase.Tpo $depbase.Po
  105. depbase=`echo lwip/src/core/tcp_in.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  106. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/tcp_in.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/tcp_in.o lwip/src/core/tcp_in.c &&\
  107. mv -f $depbase.Tpo $depbase.Po
  108. depbase=`echo lwip/src/core/tcp_out.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  109. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/tcp_out.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/tcp_out.o lwip/src/core/tcp_out.c &&\
  110. mv -f $depbase.Tpo $depbase.Po
  111. depbase=`echo lwip/src/core/inet_chksum.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  112. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/inet_chksum.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/inet_chksum.o lwip/src/core/inet_chksum.c &&\
  113. mv -f $depbase.Tpo $depbase.Po
  114. depbase=`echo lwip/src/core/ipv4/icmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  115. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/ipv4/icmp.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/ipv4/icmp.o lwip/src/core/ipv4/icmp.c &&\
  116. mv -f $depbase.Tpo $depbase.Po
  117. depbase=`echo lwip/src/core/ipv4/ip4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  118. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/ipv4/ip4.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/ipv4/ip4.o lwip/src/core/ipv4/ip4.c &&\
  119. mv -f $depbase.Tpo $depbase.Po
  120. depbase=`echo lwip/src/core/ipv4/ip4_addr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  121. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/ipv4/ip4_addr.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/ipv4/ip4_addr.o lwip/src/core/ipv4/ip4_addr.c &&\
  122. mv -f $depbase.Tpo $depbase.Po
  123. depbase=`echo lwip/src/core/ipv4/ip_frag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  124. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT lwip/src/core/ipv4/ip_frag.o -MD -MP -MF $depbase.Tpo -c -o lwip/src/core/ipv4/ip_frag.o lwip/src/core/ipv4/ip_frag.c &&\
  125. mv -f $depbase.Tpo $depbase.Po
  126. depbase=`echo src/libevent.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  127. gcc -DPACKAGE_NAME=\"tunsocks\" -DPACKAGE_TARNAME=\"tunsocks\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"tunsocks\ 1.0\" -DPACKAGE_BUGREPORT=\"russ.dill@gmail.com\" -DPACKAGE_URL=\"https://github.com/russdill/tunsocks\" -DPACKAGE=\"tunsocks\" -DVERSION=\"1.0\" -DHAVE_PCAP=1 -I. -I./lwip/src/include -I./lwip/src/include/ipv4 -I./lwip/src/include/ipv6 -I./include -Wall -O2 -g -DUSE_PCAP -g -O2 -MT src/libevent.o -MD -MP -MF $depbase.Tpo -c -o src/libevent.o src/libevent.c &&\
  128. mv -f $depbase.Tpo $depbase.Po
  129. src/libevent.c:45:32: fatal error: lwip/priv/tcp_priv.h: No such file or directory
  130. #include "lwip/priv/tcp_priv.h"
  131. ^
  132. compilation terminated.
  133. Makefile:520: recipe for target 'src/libevent.o' failed
  134. make: *** [src/libevent.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement