Advertisement
JetForMe

Untitled

Mar 20th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.33 KB | None | 0 0
  1. EclipseSSD:build rmann$ ../configure --prefix=/Library/Resin/resin-pro-4.0.38 --enable-64bit --enable-ssl
  2. checking build system type... x86_64-apple-darwin13.1.0
  3. checking host system type... x86_64-apple-darwin13.1.0
  4. checking target system type... x86_64-apple-darwin13.1.0
  5. checking for a BSD-compatible install... /usr/local/bin/ginstall -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
  8. checking for gawk... no
  9. checking for mawk... no
  10. checking for nawk... no
  11. checking for awk... awk
  12. checking whether make sets $(MAKE)... yes
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking for style of include used by make... GNU
  23. checking dependency style of gcc... none
  24. checking for a sed that does not truncate output... /usr/local/bin/gsed
  25. checking for grep that handles long lines and -e... /usr/bin/grep
  26. checking for egrep... /usr/bin/grep -E
  27. checking for fgrep... /usr/bin/grep -F
  28. checking how to print strings... printf
  29. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  30. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  31. checking for egrep... (cached) /usr/bin/grep -E
  32. checking how to run the C preprocessor... gcc -E
  33. checking for ANSI C header files... yes
  34. checking for sys/types.h... yes
  35. checking for sys/stat.h... yes
  36. checking for stdlib.h... yes
  37. checking for string.h... yes
  38. checking for memory.h... yes
  39. checking for strings.h... yes
  40. checking for inttypes.h... yes
  41. checking for stdint.h... yes
  42. checking for unistd.h... yes
  43. checking sys/poll.h usability... yes
  44. checking sys/poll.h presence... yes
  45. checking for sys/poll.h... yes
  46. checking sys/epoll.h usability... no
  47. checking sys/epoll.h presence... no
  48. checking for sys/epoll.h... no
  49. checking for JAVA_HOME... /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home
  50. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  51. checking the name lister (/usr/bin/nm) interface... BSD nm
  52. checking whether ln -s works... yes
  53. checking the maximum length of command line arguments... 196608
  54. checking whether the shell understands some XSI constructs... yes
  55. checking whether the shell understands "+="... yes
  56. checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop
  57. checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop
  58. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  59. checking for objdump... no
  60. checking how to recognize dependent libraries... pass_all
  61. checking for dlltool... no
  62. checking how to associate runtime and link libraries... printf %s\n
  63. checking for ar... ar
  64. checking for archiver @FILE support... no
  65. checking for strip... strip
  66. checking for ranlib... ranlib
  67. checking command to parse /usr/bin/nm output from gcc object... ok
  68. checking for sysroot... no
  69. checking for mt... no
  70. checking if : is a manifest tool... no
  71. checking for dsymutil... dsymutil
  72. checking for nmedit... nmedit
  73. checking for lipo... lipo
  74. checking for otool... otool
  75. checking for otool64... no
  76. checking for -single_module linker flag... yes
  77. checking for -exported_symbols_list linker flag... yes
  78. checking for -force_load linker flag... yes
  79. checking for dlfcn.h... yes
  80. checking for objdir... .libs
  81. checking if gcc supports -fno-rtti -fno-exceptions... yes
  82. checking for gcc option to produce PIC... -fno-common -DPIC
  83. checking if gcc PIC flag -fno-common -DPIC works... yes
  84. checking if gcc static flag -static works... no
  85. checking if gcc supports -c -o file.o... yes
  86. checking if gcc supports -c -o file.o... (cached) yes
  87. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  88. checking dynamic linker characteristics... darwin13.1.0 dyld
  89. checking how to hardcode library paths into programs... immediate
  90. checking whether stripping libraries is possible... yes
  91. checking if libtool supports shared libraries... yes
  92. checking whether to build shared libraries... yes
  93. checking whether to build static libraries... yes
  94. ld: library not found for -lrt
  95. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  96. configure: WARNING: Can't compile posix shared memory test. Check compilation flags: gcc -o conftest -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -lrt conftest.c
  97. checking if apache is 2.4 or later...
  98. no
  99. conftest.c:1:10: fatal error: 'httpd.h' file not found
  100. #include "httpd.h"
  101. ^
  102. 1 error generated.
  103. configure: WARNING: Can't compile apache 2.4 test. Check compilation flags if apache is 2.4: gcc -o conftest -I-I/usr/include/apache2 -I/usr/include/apr-1 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK conftest.c
  104. configure: WARNING: Assuming lower apache version
  105. checking if /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/bin/java is Java 1.6...
  106. yes
  107. checking if /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/bin/java is 64-bit...
  108. yes
  109. Using Apache CFLAGS: -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK
  110. checking if /bin/cp accepts -u...
  111. no
  112. checking for JNI in /System/Library/Frameworks/JavaVM.framework/Headers ... found
  113. Using JVMTI for class reloading
  114. Using openssl include in ... /usr/include
  115. Using openssl lib in ...
  116. Using openssl libraries ... -lssl -lcrypto
  117. configure: creating ./config.status
  118. config.status: creating Makefile
  119. config.status: creating modules/c/src/Makefile
  120. config.status: creating modules/c/src/common/Makefile
  121. config.status: creating modules/c/src/apache2/Makefile
  122. config.status: creating modules/c/src/resin_os/Makefile
  123. config.status: creating init.d/resin
  124. config.status: creating bin/resinctl
  125. config.status: executing depfiles commands
  126. config.status: executing libtool commands
  127.  
  128.  
  129. Resin Configuration Summary:
  130.  
  131. RESIN : 4.0.38
  132. home : /Library/Resin/resin-pro-4.0.38
  133. root : /Library/Resin/resin-pro-4.0.38
  134. conf : /Library/Resin/resin-pro-4.0.38/conf
  135. log : /Library/Resin/resin-pro-4.0.38/log
  136. plugins : common resin_os
  137.  
  138. JAVA_HOME : /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home
  139.  
  140. JNI : 64-bit
  141. include : -I/System/Library/Frameworks/JavaVM.framework/Headers
  142. CFLAGS :
  143. cflags_shlib : -DSHARED_MODULE
  144. ld_shlib : gcc
  145. ldflags_shlib : -arch x86_64 -arch x86_64 -dynamiclib -undefined suppress -flat_namespace
  146. libs_shlib :
  147. select() for keepalives
  148.  
  149.  
  150. EclipseSSD:build rmann$ make
  151. for dir in common resin_os ; do (cd $dir; /Applications/Xcode.app/Contents/Developer/usr/bin/make); done
  152. make[2]: *** No rule to make target `cse.h', needed by `stream.o'. Stop.
  153. make[2]: *** No rule to make target `resin_os.h', needed by `boot.o'. Stop.
  154. make[1]: *** [plugins] Error 2
  155. make: *** [all] Error 2
  156. EclipseSSD:build rmann$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement