Guest User

Untitled

a guest
Jan 12th, 2018
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.77 KB | None | 0 0
  1. Jacob:~ jgreenone$ cd /Users/jgreenone/Documents/GeoIP-1.4.8
  2. Jacob:GeoIP-1.4.8 jgreenone$ make
  3. make: *** No targets specified and no makefile found. Stop.
  4. Jacob:GeoIP-1.4.8 jgreenone$ ./configure
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking how to run the C preprocessor... gcc -E
  15. checking for grep that handles long lines and -e... /usr/bin/grep
  16. checking for egrep... /usr/bin/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 minix/config.h usability... no
  28. checking minix/config.h presence... no
  29. checking for minix/config.h... no
  30. checking whether it is safe to define __EXTENSIONS__... yes
  31. checking for a BSD-compatible install... /usr/bin/install -c
  32. checking whether build environment is sane... yes
  33. checking for a thread-safe mkdir -p... ./install-sh -c -d
  34. checking for gawk... no
  35. checking for mawk... no
  36. checking for nawk... no
  37. checking for awk... awk
  38. checking whether make sets $(MAKE)... yes
  39. checking for style of include used by make... GNU
  40. checking dependency style of gcc... gcc3
  41. checking for gcc... (cached) gcc
  42. checking whether we are using the GNU C compiler... (cached) yes
  43. checking whether gcc accepts -g... (cached) yes
  44. checking for gcc option to accept ISO C89... (cached) none needed
  45. checking build system type... i386-apple-darwin10.8.0
  46. checking host system type... i386-apple-darwin10.8.0
  47. checking for a sed that does not truncate output... /usr/bin/sed
  48. checking for fgrep... /usr/bin/grep -F
  49. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  50. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  51. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  52. checking the name lister (/usr/bin/nm) interface... BSD nm
  53. checking whether ln -s works... yes
  54. checking the maximum length of command line arguments... 196608
  55. checking whether the shell understands some XSI constructs... yes
  56. checking whether the shell understands "+="... yes
  57. checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  58. checking for objdump... no
  59. checking how to recognize dependent libraries... pass_all
  60. checking for ar... ar
  61. checking for strip... strip
  62. checking for ranlib... ranlib
  63. checking command to parse /usr/bin/nm output from gcc object... ok
  64. checking for dsymutil... dsymutil
  65. checking for nmedit... nmedit
  66. checking for lipo... lipo
  67. checking for otool... otool
  68. checking for otool64... no
  69. checking for -single_module linker flag... yes
  70. checking for -exported_symbols_list linker flag... yes
  71. checking for dlfcn.h... yes
  72. checking for objdir... .libs
  73. checking if gcc supports -fno-rtti -fno-exceptions... no
  74. checking for gcc option to produce PIC... -fno-common -DPIC
  75. checking if gcc PIC flag -fno-common -DPIC works... yes
  76. checking if gcc static flag -static works... no
  77. checking if gcc supports -c -o file.o... yes
  78. checking if gcc supports -c -o file.o... (cached) yes
  79. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  80. checking dynamic linker characteristics... darwin10.8.0 dyld
  81. checking how to hardcode library paths into programs... immediate
  82. checking whether stripping libraries is possible... yes
  83. checking if libtool supports shared libraries... yes
  84. checking whether to build shared libraries... yes
  85. checking whether to build static libraries... yes
  86. checking for byte... no
  87. checking for ushort... yes
  88. checking for ulong... no
  89. checking for u16... no
  90. checking for u32... no
  91. checking whether byte ordering is bigendian... no
  92. checking for stdint.h... (cached) yes
  93. checking zlib.h usability... yes
  94. checking zlib.h presence... yes
  95. checking for zlib.h... yes
  96. checking for gettimeofday... yes
  97. checking for vasprintf... yes
  98. checking for vsnprintf... yes
  99. checking for vsprintf... yes
  100. checking for gethostbyname... yes
  101. checking for gethostbyname_r... no
  102. configure: creating ./config.status
  103. config.status: creating Makefile
  104. config.status: creating GeoIP.spec
  105. config.status: creating libGeoIP/Makefile
  106. config.status: creating apps/Makefile
  107. config.status: creating conf/Makefile
  108. config.status: creating data/Makefile
  109. config.status: creating man/Makefile
  110. config.status: creating test/Makefile
  111. config.status: executing depfiles commands
  112. config.status: executing libtool commands
  113. Jacob:GeoIP-1.4.8 jgreenone$ make
  114. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/jgreenone/Documents/GeoIP-1.4.8/missing --run aclocal-1.11
  115. /Users/jgreenone/Documents/GeoIP-1.4.8/missing: line 52: aclocal-1.11: command not found
  116. WARNING: `aclocal-1.11' is missing on your system. You should only need it if
  117. you modified `acinclude.m4' or `configure.in'. You might want
  118. to install the `Automake' and `Perl' packages. Grab them from
  119. any GNU archive site.
  120. cd . && /bin/sh /Users/jgreenone/Documents/GeoIP-1.4.8/missing --run automake-1.11 --gnu
  121. /Users/jgreenone/Documents/GeoIP-1.4.8/missing: line 52: automake-1.11: command not found
  122. WARNING: `automake-1.11' is missing on your system. You should only need it if
  123. you modified `Makefile.am', `acinclude.m4' or `configure.in'.
  124. You might want to install the `Automake' and `Perl' packages.
  125. Grab them from any GNU archive site.
  126. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/jgreenone/Documents/GeoIP-1.4.8/missing --run autoconf
  127. aclocal.m4:20: warning: this file was generated for autoconf 2.65.
  128. You have another version of autoconf. It may work, but is not guaranteed to.
  129. If you have problems, you may need to regenerate the build system entirely.
  130. To do so, use the procedure documented by the package, typically `autoreconf'.
  131. configure.in:5: error: Autoconf version 2.62 or higher is required
  132. aclocal.m4:8484: AM_INIT_AUTOMAKE is expanded from...
  133. configure.in:5: the top level
  134. autom4te: /usr/bin/gm4 failed with exit status: 63
  135. WARNING: `autoconf' is probably too old. You should only need it if
  136. you modified `configure.in'. You might want to install the
  137. `Autoconf' and `GNU m4' packages. Grab them from any GNU
  138. archive site.
  139. /bin/sh ./config.status --recheck
  140. running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-recursion
  141. checking for gcc... gcc
  142. checking whether the C compiler works... yes
  143. checking for C compiler default output file name... a.out
  144. checking for suffix of executables...
  145. checking whether we are cross compiling... no
  146. checking for suffix of object files... o
  147. checking whether we are using the GNU C compiler... yes
  148. checking whether gcc accepts -g... yes
  149. checking for gcc option to accept ISO C89... none needed
  150. checking how to run the C preprocessor... gcc -E
  151. checking for grep that handles long lines and -e... /usr/bin/grep
  152. checking for egrep... /usr/bin/grep -E
  153. checking for ANSI C header files... yes
  154. checking for sys/types.h... yes
  155. checking for sys/stat.h... yes
  156. checking for stdlib.h... yes
  157. checking for string.h... yes
  158. checking for memory.h... yes
  159. checking for strings.h... yes
  160. checking for inttypes.h... yes
  161. checking for stdint.h... yes
  162. checking for unistd.h... yes
  163. checking minix/config.h usability... no
  164. checking minix/config.h presence... no
  165. checking for minix/config.h... no
  166. checking whether it is safe to define __EXTENSIONS__... yes
  167. checking for a BSD-compatible install... /usr/bin/install -c
  168. checking whether build environment is sane... yes
  169. checking for a thread-safe mkdir -p... ./install-sh -c -d
  170. checking for gawk... no
  171. checking for mawk... no
  172. checking for nawk... no
  173. checking for awk... awk
  174. checking whether make sets $(MAKE)... yes
  175. checking for style of include used by make... GNU
  176. checking dependency style of gcc... gcc3
  177. checking for gcc... (cached) gcc
  178. checking whether we are using the GNU C compiler... (cached) yes
  179. checking whether gcc accepts -g... (cached) yes
  180. checking for gcc option to accept ISO C89... (cached) none needed
  181. checking build system type... i386-apple-darwin10.8.0
  182. checking host system type... i386-apple-darwin10.8.0
  183. checking for a sed that does not truncate output... /usr/bin/sed
  184. checking for fgrep... /usr/bin/grep -F
  185. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  186. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  187. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  188. checking the name lister (/usr/bin/nm) interface... BSD nm
  189. checking whether ln -s works... yes
  190. checking the maximum length of command line arguments... 196608
  191. checking whether the shell understands some XSI constructs... yes
  192. checking whether the shell understands "+="... yes
  193. checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  194. checking for objdump... no
  195. checking how to recognize dependent libraries... pass_all
  196. checking for ar... ar
  197. checking for strip... strip
  198. checking for ranlib... ranlib
  199. checking command to parse /usr/bin/nm output from gcc object... ok
  200. checking for dsymutil... dsymutil
  201. checking for nmedit... nmedit
  202. checking for lipo... lipo
  203. checking for otool... otool
  204. checking for otool64... no
  205. checking for -single_module linker flag... yes
  206. checking for -exported_symbols_list linker flag... yes
  207. checking for dlfcn.h... yes
  208. checking for objdir... .libs
  209. checking if gcc supports -fno-rtti -fno-exceptions... no
  210. checking for gcc option to produce PIC... -fno-common -DPIC
  211. checking if gcc PIC flag -fno-common -DPIC works... yes
  212. checking if gcc static flag -static works... no
  213. checking if gcc supports -c -o file.o... yes
  214. checking if gcc supports -c -o file.o... (cached) yes
  215. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  216. checking dynamic linker characteristics... darwin10.8.0 dyld
  217. checking how to hardcode library paths into programs... immediate
  218. checking whether stripping libraries is possible... yes
  219. checking if libtool supports shared libraries... yes
  220. checking whether to build shared libraries... yes
  221. checking whether to build static libraries... yes
  222. checking for byte... no
  223. checking for ushort... yes
  224. checking for ulong... no
  225. checking for u16... no
  226. checking for u32... no
  227. checking whether byte ordering is bigendian... no
  228. checking for stdint.h... (cached) yes
  229. checking zlib.h usability... yes
  230. checking zlib.h presence... yes
  231. checking for zlib.h... yes
  232. checking for gettimeofday... yes
  233. checking for vasprintf... yes
  234. checking for vsnprintf... yes
  235. checking for vsprintf... yes
  236. checking for gethostbyname... yes
  237. checking for gethostbyname_r... no
  238. configure: creating ./config.status
  239. /bin/sh ./config.status
  240. config.status: creating Makefile
  241. config.status: creating GeoIP.spec
  242. config.status: creating libGeoIP/Makefile
  243. config.status: creating apps/Makefile
  244. config.status: creating conf/Makefile
  245. config.status: creating data/Makefile
  246. config.status: creating man/Makefile
  247. config.status: creating test/Makefile
  248. config.status: executing depfiles commands
  249. config.status: executing libtool commands
  250. Making all in libGeoIP
  251. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT GeoIP.lo -MD -MP -MF .deps/GeoIP.Tpo -c -o GeoIP.lo GeoIP.c
  252. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT GeoIP.lo -MD -MP -MF .deps/GeoIP.Tpo -c GeoIP.c -fno-common -DPIC -o .libs/GeoIP.o
  253. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT GeoIP.lo -MD -MP -MF .deps/GeoIP.Tpo -c GeoIP.c -o GeoIP.o >/dev/null 2>&1
  254. mv -f .deps/GeoIP.Tpo .deps/GeoIP.Plo
  255. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT GeoIPCity.lo -MD -MP -MF .deps/GeoIPCity.Tpo -c -o GeoIPCity.lo GeoIPCity.c
  256. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT GeoIPCity.lo -MD -MP -MF .deps/GeoIPCity.Tpo -c GeoIPCity.c -fno-common -DPIC -o .libs/GeoIPCity.o
  257. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT GeoIPCity.lo -MD -MP -MF .deps/GeoIPCity.Tpo -c GeoIPCity.c -o GeoIPCity.o >/dev/null 2>&1
  258. mv -f .deps/GeoIPCity.Tpo .deps/GeoIPCity.Plo
  259. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT regionName.lo -MD -MP -MF .deps/regionName.Tpo -c -o regionName.lo regionName.c
  260. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT regionName.lo -MD -MP -MF .deps/regionName.Tpo -c regionName.c -fno-common -DPIC -o .libs/regionName.o
  261. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT regionName.lo -MD -MP -MF .deps/regionName.Tpo -c regionName.c -o regionName.o >/dev/null 2>&1
  262. mv -f .deps/regionName.Tpo .deps/regionName.Plo
  263. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT timeZone.lo -MD -MP -MF .deps/timeZone.Tpo -c -o timeZone.lo timeZone.c
  264. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT timeZone.lo -MD -MP -MF .deps/timeZone.Tpo -c timeZone.c -fno-common -DPIC -o .libs/timeZone.o
  265. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT timeZone.lo -MD -MP -MF .deps/timeZone.Tpo -c timeZone.c -o timeZone.o >/dev/null 2>&1
  266. mv -f .deps/timeZone.Tpo .deps/timeZone.Plo
  267. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -version-info 5:8:4 -o libGeoIP.la -rpath /usr/local/lib GeoIP.lo GeoIPCity.lo regionName.lo timeZone.lo
  268. libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libGeoIP.1.dylib .libs/GeoIP.o .libs/GeoIPCity.o .libs/regionName.o .libs/timeZone.o -install_name /usr/local/lib/libGeoIP.1.dylib -compatibility_version 6 -current_version 6.8 -Wl,-single_module
  269. libtool: link: dsymutil .libs/libGeoIP.1.dylib || :
  270. libtool: link: (cd ".libs" && rm -f "libGeoIP.dylib" && ln -s "libGeoIP.1.dylib" "libGeoIP.dylib")
  271. libtool: link: ar cru .libs/libGeoIP.a GeoIP.o GeoIPCity.o regionName.o timeZone.o
  272. libtool: link: ranlib .libs/libGeoIP.a
  273. libtool: link: ( cd ".libs" && rm -f "libGeoIP.la" && ln -s "../libGeoIP.la" "libGeoIP.la" )
  274. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT GeoIPUpdate.lo -MD -MP -MF .deps/GeoIPUpdate.Tpo -c -o GeoIPUpdate.lo GeoIPUpdate.c
  275. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT GeoIPUpdate.lo -MD -MP -MF .deps/GeoIPUpdate.Tpo -c GeoIPUpdate.c -fno-common -DPIC -o .libs/GeoIPUpdate.o
  276. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT GeoIPUpdate.lo -MD -MP -MF .deps/GeoIPUpdate.Tpo -c GeoIPUpdate.c -o GeoIPUpdate.o >/dev/null 2>&1
  277. mv -f .deps/GeoIPUpdate.Tpo .deps/GeoIPUpdate.Plo
  278. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
  279. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fno-common -DPIC -o .libs/md5.o
  280. md5.c:324: warning: ‘md5_read’ defined but not used
  281. libtool: compile: gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" "-DPACKAGE_STRING=\"GeoIP 1.4.8\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -DGEOIPDATADIR=\"/usr/local/share/GeoIP\" -Wall -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
  282. mv -f .deps/md5.Tpo .deps/md5.Plo
  283. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o libGeoIPUpdate.la -rpath /usr/local/lib GeoIPUpdate.lo md5.lo -lz libGeoIP.la
  284. libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libGeoIPUpdate.0.dylib .libs/GeoIPUpdate.o .libs/md5.o -lz ./.libs/libGeoIP.dylib -install_name /usr/local/lib/libGeoIPUpdate.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
  285. libtool: link: dsymutil .libs/libGeoIPUpdate.0.dylib || :
  286. libtool: link: (cd ".libs" && rm -f "libGeoIPUpdate.dylib" && ln -s "libGeoIPUpdate.0.dylib" "libGeoIPUpdate.dylib")
  287. libtool: link: ar cru .libs/libGeoIPUpdate.a GeoIPUpdate.o md5.o
  288. libtool: link: ranlib .libs/libGeoIPUpdate.a
  289. libtool: link: ( cd ".libs" && rm -f "libGeoIPUpdate.la" && ln -s "../libGeoIPUpdate.la" "libGeoIPUpdate.la" )
  290. Making all in apps
  291. gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -I../libGeoIP -Wall -DSYSCONFDIR=\"/usr/local/etc\" -Wall -g -O2 -MT geoiplookup.o -MD -MP -MF .deps/geoiplookup.Tpo -c -o geoiplookup.o geoiplookup.c
  292. mv -f .deps/geoiplookup.Tpo .deps/geoiplookup.Po
  293. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o geoiplookup geoiplookup.o ../libGeoIP/libGeoIP.la
  294. libtool: link: gcc -g -O2 -o .libs/geoiplookup geoiplookup.o ../libGeoIP/.libs/libGeoIP.dylib
  295. gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -I../libGeoIP -Wall -DSYSCONFDIR=\"/usr/local/etc\" -Wall -g -O2 -MT geoiplookup6.o -MD -MP -MF .deps/geoiplookup6.Tpo -c -o geoiplookup6.o geoiplookup6.c
  296. geoiplookup6.c: In function ‘geoiplookup’:
  297. geoiplookup6.c:125: warning: unused variable ‘org’
  298. geoiplookup6.c:123: warning: unused variable ‘region’
  299. geoiplookup6.c:121: warning: unused variable ‘netspeed’
  300. geoiplookup6.c:119: warning: unused variable ‘domain_name’
  301. mv -f .deps/geoiplookup6.Tpo .deps/geoiplookup6.Po
  302. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o geoiplookup6 geoiplookup6.o ../libGeoIP/libGeoIP.la
  303. libtool: link: gcc -g -O2 -o .libs/geoiplookup6 geoiplookup6.o ../libGeoIP/.libs/libGeoIP.dylib
  304. gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -I../libGeoIP -Wall -DSYSCONFDIR=\"/usr/local/etc\" -Wall -g -O2 -MT geoipupdate.o -MD -MP -MF .deps/geoipupdate.Tpo -c -o geoipupdate.o geoipupdate.c
  305. mv -f .deps/geoipupdate.Tpo .deps/geoipupdate.Po
  306. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o geoipupdate geoipupdate.o ../libGeoIP/libGeoIPUpdate.la ../libGeoIP/libGeoIP.la
  307. libtool: link: gcc -g -O2 -o .libs/geoipupdate geoipupdate.o ../libGeoIP/.libs/libGeoIPUpdate.dylib -lz /Users/jgreenone/Documents/GeoIP-1.4.8/libGeoIP/.libs/libGeoIP.dylib ../libGeoIP/.libs/libGeoIP.dylib
  308. Making all in conf
  309. make[1]: Nothing to be done for `all'.
  310. Making all in data
  311. make[1]: Nothing to be done for `all'.
  312. Making all in test
  313. gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -I../libGeoIP -Wall -DSRCDIR=\"..\" -g -O2 -MT benchmark.o -MD -MP -MF .deps/benchmark.Tpo -c -o benchmark.o benchmark.c
  314. mv -f .deps/benchmark.Tpo .deps/benchmark.Po
  315. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o benchmark benchmark.o ../libGeoIP/libGeoIP.la
  316. libtool: link: gcc -g -O2 -o .libs/benchmark benchmark.o ../libGeoIP/.libs/libGeoIP.dylib
  317. gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -I../libGeoIP -Wall -DSRCDIR=\"..\" -g -O2 -MT test-geoip-region.o -MD -MP -MF .deps/test-geoip-region.Tpo -c -o test-geoip-region.o test-geoip-region.c
  318. mv -f .deps/test-geoip-region.Tpo .deps/test-geoip-region.Po
  319. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o test-geoip-region test-geoip-region.o ../libGeoIP/libGeoIP.la
  320. libtool: link: gcc -g -O2 -o .libs/test-geoip-region test-geoip-region.o ../libGeoIP/.libs/libGeoIP.dylib
  321. gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -I../libGeoIP -Wall -DSRCDIR=\"..\" -g -O2 -MT test-geoip-city.o -MD -MP -MF .deps/test-geoip-city.Tpo -c -o test-geoip-city.o test-geoip-city.c
  322. mv -f .deps/test-geoip-city.Tpo .deps/test-geoip-city.Po
  323. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o test-geoip-city test-geoip-city.o ../libGeoIP/libGeoIP.la
  324. libtool: link: gcc -g -O2 -o .libs/test-geoip-city test-geoip-city.o ../libGeoIP/.libs/libGeoIP.dylib
  325. gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -I../libGeoIP -Wall -DSRCDIR=\"..\" -g -O2 -MT test-geoip-org.o -MD -MP -MF .deps/test-geoip-org.Tpo -c -o test-geoip-org.o test-geoip-org.c
  326. mv -f .deps/test-geoip-org.Tpo .deps/test-geoip-org.Po
  327. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o test-geoip-org test-geoip-org.o ../libGeoIP/libGeoIP.la
  328. libtool: link: gcc -g -O2 -o .libs/test-geoip-org test-geoip-org.o ../libGeoIP/.libs/libGeoIP.dylib
  329. gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -I../libGeoIP -Wall -DSRCDIR=\"..\" -g -O2 -MT test-geoip-asnum.o -MD -MP -MF .deps/test-geoip-asnum.Tpo -c -o test-geoip-asnum.o test-geoip-asnum.c
  330. mv -f .deps/test-geoip-asnum.Tpo .deps/test-geoip-asnum.Po
  331. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o test-geoip-asnum test-geoip-asnum.o ../libGeoIP/libGeoIP.la
  332. libtool: link: gcc -g -O2 -o .libs/test-geoip-asnum test-geoip-asnum.o ../libGeoIP/.libs/libGeoIP.dylib
  333. gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -I../libGeoIP -Wall -DSRCDIR=\"..\" -g -O2 -MT test-geoip-isp.o -MD -MP -MF .deps/test-geoip-isp.Tpo -c -o test-geoip-isp.o test-geoip-isp.c
  334. mv -f .deps/test-geoip-isp.Tpo .deps/test-geoip-isp.Po
  335. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o test-geoip-isp test-geoip-isp.o ../libGeoIP/libGeoIP.la
  336. libtool: link: gcc -g -O2 -o .libs/test-geoip-isp test-geoip-isp.o ../libGeoIP/.libs/libGeoIP.dylib
  337. gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -I../libGeoIP -Wall -DSRCDIR=\"..\" -g -O2 -MT test-geoip-netspeed.o -MD -MP -MF .deps/test-geoip-netspeed.Tpo -c -o test-geoip-netspeed.o test-geoip-netspeed.c
  338. mv -f .deps/test-geoip-netspeed.Tpo .deps/test-geoip-netspeed.Po
  339. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o test-geoip-netspeed test-geoip-netspeed.o ../libGeoIP/libGeoIP.la
  340. libtool: link: gcc -g -O2 -o .libs/test-geoip-netspeed test-geoip-netspeed.o ../libGeoIP/.libs/libGeoIP.dylib
  341. Making all in man
  342. rm -f geoipupdate.1 geoipupdate.1.tmp
  343. sed -e 's|DATADIR|/usr/local/share/GeoIP|g' -e 's|CONF_DIR|/usr/local/etc|g' './geoipupdate.1.in' >geoipupdate.1.tmp
  344. mv geoipupdate.1.tmp geoipupdate.1
  345. rm -f geoiplookup6.1 geoiplookup6.1.tmp
  346. sed -e 's|DATADIR|/usr/local/share/GeoIP|g' -e 's|CONF_DIR|/usr/local/etc|g' './geoiplookup6.1.in' >geoiplookup6.1.tmp
  347. mv geoiplookup6.1.tmp geoiplookup6.1
  348. rm -f geoiplookup.1 geoiplookup.1.tmp
  349. sed -e 's|DATADIR|/usr/local/share/GeoIP|g' -e 's|CONF_DIR|/usr/local/etc|g' './geoiplookup.1.in' >geoiplookup.1.tmp
  350. mv geoiplookup.1.tmp geoiplookup.1
  351. make[1]: Nothing to be done for `all-am'.
  352. Jacob:GeoIP-1.4.8 jgreenone$ make check
  353. Making check in libGeoIP
  354. make[1]: Nothing to be done for `check'.
  355. Making check in apps
  356. make[1]: Nothing to be done for `check'.
  357. Making check in conf
  358. make[1]: Nothing to be done for `check'.
  359. Making check in data
  360. make[1]: Nothing to be done for `check'.
  361. Making check in test
  362. make test-geoip
  363. gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.4.8\" -DPACKAGE_STRING=\"GeoIP\ 1.4.8\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"GeoIP\" -DVERSION=\"1.4.8\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_STDINT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -I. -I../libGeoIP -Wall -DSRCDIR=\"..\" -g -O2 -MT test-geoip.o -MD -MP -MF .deps/test-geoip.Tpo -c -o test-geoip.o test-geoip.c
  364. mv -f .deps/test-geoip.Tpo .deps/test-geoip.Po
  365. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o test-geoip test-geoip.o ../libGeoIP/libGeoIP.la
  366. libtool: link: gcc -g -O2 -o .libs/test-geoip test-geoip.o ../libGeoIP/.libs/libGeoIP.dylib
  367. make check-TESTS
  368. PASS: test-geoip
  369. =============
  370. 1 test passed
  371. =============
  372. Making check in man
  373. make[1]: Nothing to be done for `check'.
  374. make[1]: Nothing to be done for `check-am'.
  375. Jacob:GeoIP-1.4.8 jgreenone$ make install
  376. Making install in libGeoIP
  377. test -z "/usr/local/lib" || .././install-sh -c -d "/usr/local/lib"
  378. /bin/sh ../libtool --mode=install /usr/bin/install -c libGeoIP.la libGeoIPUpdate.la '/usr/local/lib'
  379. libtool: install: /usr/bin/install -c .libs/libGeoIP.1.dylib /usr/local/lib/libGeoIP.1.dylib
  380. libtool: install: (cd /usr/local/lib && { ln -s -f libGeoIP.1.dylib libGeoIP.dylib || { rm -f libGeoIP.dylib && ln -s libGeoIP.1.dylib libGeoIP.dylib; }; })
  381. libtool: install: /usr/bin/install -c .libs/libGeoIP.lai /usr/local/lib/libGeoIP.la
  382. libtool: install: /usr/bin/install -c .libs/libGeoIPUpdate.0.dylib /usr/local/lib/libGeoIPUpdate.0.dylib
  383. libtool: install: (cd /usr/local/lib && { ln -s -f libGeoIPUpdate.0.dylib libGeoIPUpdate.dylib || { rm -f libGeoIPUpdate.dylib && ln -s libGeoIPUpdate.0.dylib libGeoIPUpdate.dylib; }; })
  384. libtool: install: /usr/bin/install -c .libs/libGeoIPUpdate.lai /usr/local/lib/libGeoIPUpdate.la
  385. libtool: install: /usr/bin/install -c .libs/libGeoIP.a /usr/local/lib/libGeoIP.a
  386. libtool: install: chmod 644 /usr/local/lib/libGeoIP.a
  387. libtool: install: ranlib /usr/local/lib/libGeoIP.a
  388. libtool: install: /usr/bin/install -c .libs/libGeoIPUpdate.a /usr/local/lib/libGeoIPUpdate.a
  389. libtool: install: chmod 644 /usr/local/lib/libGeoIPUpdate.a
  390. libtool: install: ranlib /usr/local/lib/libGeoIPUpdate.a
  391. ----------------------------------------------------------------------
  392. Libraries have been installed in:
  393. /usr/local/lib
  394.  
  395. If you ever happen to want to link against installed libraries
  396. in a given directory, LIBDIR, you must either use libtool, and
  397. specify the full pathname of the library, or use the `-LLIBDIR'
  398. flag during linking and do at least one of the following:
  399. - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
  400. during execution
  401.  
  402. See any operating system documentation about shared libraries for
  403. more information, such as the ld(1) and ld.so(8) manual pages.
  404. ----------------------------------------------------------------------
  405. test -z "/usr/local/include" || .././install-sh -c -d "/usr/local/include"
  406. mkdir: /usr/local/include: Permission denied
  407. make[2]: *** [install-includeHEADERS] Error 1
  408. make[1]: *** [install-am] Error 2
  409. make: *** [install-recursive] Error 1
  410. Jacob:GeoIP-1.4.8 jgreenone$ cd /Users/jgreenone/QServ
  411. Jacob:QServ jgreenone$ make
  412. [ 57%] Built target lua
  413. [ 73%] Built target enet
  414. [ 84%] Built target GeoIP
  415. [ 86%] Building CXX object CMakeFiles/qserv.dir/fpsgame/server.o
  416. /Users/jgreenone/QServ/fpsgame/server.cpp:2:17: error: GeoIP: No such file or directory
  417. /Users/jgreenone/QServ/fpsgame/server.cpp: In function ‘void server::parsepacket(int, int, packetbuf&)’:
  418. /Users/jgreenone/QServ/fpsgame/server.cpp:2308: error: ‘GeoIP’ was not declared in this scope
  419. /Users/jgreenone/QServ/fpsgame/server.cpp:2308: error: ‘gi’ was not declared in this scope
  420. /Users/jgreenone/QServ/fpsgame/server.cpp:2309: error: ‘GEOIP_STANDARD’ was not declared in this scope
  421. /Users/jgreenone/QServ/fpsgame/server.cpp:2309: error: ‘GeoIP_open’ was not declared in this scope
  422. /Users/jgreenone/QServ/fpsgame/server.cpp:2310: error: ‘GeoIP_country_name_by_name’ was not declared in this scope
  423. make[2]: *** [CMakeFiles/qserv.dir/fpsgame/server.o] Error 1
  424. make[1]: *** [CMakeFiles/qserv.dir/all] Error 2
  425. make: *** [all] Error 2
  426. Jacob:QServ jgreenone$
Add Comment
Please, Sign In to add comment