Guest User

Untitled

a guest
Apr 24th, 2018
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.91 KB | None | 0 0
  1. (Compile pcc with pcc fail,/usr/ports/lang/pcc/work/pcc-1.0.0/config.log)
  2.  
  3.  
  4.  
  5. This file contains any messages produced by compilers while
  6. running configure, to aid debugging if configure makes a mistake.
  7.  
  8. It was created by pcc configure 1.0.0.RELEASE, which was
  9. generated by GNU Autoconf 2.61. Invocation command line was
  10.  
  11. $ ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd9.0
  12.  
  13. ## --------- ##
  14. ## Platform. ##
  15. ## --------- ##
  16.  
  17. hostname = libman-desktop.chotel
  18. uname -m = i386
  19. uname -r = 9.0-RC2
  20. uname -s = FreeBSD
  21. uname -v = FreeBSD 9.0-RC2 #0: Sat Nov 12 18:09:11 UTC 2011 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
  22.  
  23. /usr/bin/uname -p = i386
  24. /bin/uname -X = unknown
  25.  
  26. /bin/arch = unknown
  27. /usr/bin/arch -k = unknown
  28. /usr/convex/getsysinfo = unknown
  29. /usr/bin/hostinfo = unknown
  30. /bin/machine = unknown
  31. /usr/bin/oslevel = unknown
  32. /bin/universe = unknown
  33.  
  34. PATH: /home/alex/bin
  35. PATH: /bin
  36. PATH: /usr/bin
  37. PATH: /usr/local/bin
  38. PATH: /usr/games
  39. PATH: /root/bin
  40. PATH: /sbin
  41. PATH: /usr/sbin
  42. PATH: /usr/local/sbin
  43.  
  44.  
  45. ## ----------- ##
  46. ## Core tests. ##
  47. ## ----------- ##
  48.  
  49. configure:1779: checking build system type
  50. configure:1797: result: i386-portbld-freebsd9.0
  51. configure:1819: checking host system type
  52. configure:1834: result: i386-portbld-freebsd9.0
  53. configure:1856: checking target system type
  54. configure:1871: result: i386-portbld-freebsd9.0
  55. configure:2351: checking for gcc
  56. configure:2378: result: pcc
  57. configure:2616: checking for C compiler version
  58. configure:2623: pcc --version >&5
  59. pcc 1.0.0.RELEASE 20110221 for i386-portbld-freebsd9.0, root@libman-desktop.chotel
  60. configure:2626: $? = 0
  61. configure:2633: pcc -v >&5
  62. pcc 1.0.0.RELEASE 20110221 for i386-portbld-freebsd9.0, root@libman-desktop.chotel
  63. no input files
  64. configure:2636: $? = 8
  65. configure:2643: pcc -V >&5
  66. /usr/lib/crt1.o: In function `_start1':
  67. crt1_c.c:(.text+0xa3): undefined reference to `main'
  68. GNU ld 2.17.50 [FreeBSD] 2007-07-03
  69. Supported emulations:
  70. elf_i386_fbsd
  71. configure:2646: $? = 1
  72. configure:2669: checking for C compiler default output file name
  73. configure:2696: pcc -march=pentium4 -O3 -pipe -fomit-frame-pointer -march=pentium4 -fno-strict-aliasing conftest.c >&5
  74. configure:2699: $? = 0
  75. configure:2737: result: a.out
  76. configure:2754: checking whether the C compiler works
  77. configure:2764: ./a.out
  78. configure:2767: $? = 0
  79. configure:2784: result: yes
  80. configure:2791: checking whether we are cross compiling
  81. configure:2793: result: no
  82. configure:2796: checking for suffix of executables
  83. configure:2803: pcc -o conftest -march=pentium4 -O3 -pipe -fomit-frame-pointer -march=pentium4 -fno-strict-aliasing conftest.c >&5
  84. configure:2806: $? = 0
  85. configure:2830: result:
  86. configure:2836: checking for suffix of object files
  87. configure:2862: pcc -c -march=pentium4 -O3 -pipe -fomit-frame-pointer -march=pentium4 -fno-strict-aliasing conftest.c >&5
  88. configure:2865: $? = 0
  89. configure:2888: result: o
  90. configure:2892: checking whether we are using the GNU C compiler
  91. configure:2921: pcc -c -march=pentium4 -O3 -pipe -fomit-frame-pointer -march=pentium4 -fno-strict-aliasing conftest.c >&5
  92. configure:2927: $? = 0
  93. configure:2944: result: yes
  94. configure:2949: checking whether pcc accepts -g
  95. configure:2979: pcc -c -g conftest.c >&5
  96. configure:2985: $? = 0
  97. configure:3084: result: yes
  98. configure:3101: checking for pcc option to accept ISO C89
  99. configure:3175: pcc -c -march=pentium4 -O3 -pipe -fomit-frame-pointer -march=pentium4 -fno-strict-aliasing conftest.c >&5
  100. configure:3181: $? = 0
  101. configure:3204: result: none needed
  102. configure:3225: checking whether pcc accepts -Wall
  103. configure:3233: result: yes
  104. configure:3225: checking whether pcc accepts -Wmissing-prototypes
  105. configure:3233: result: yes
  106. configure:3225: checking whether pcc accepts -Wstrict-prototypes
  107. configure:3233: result: yes
  108. configure:3225: checking whether pcc accepts -Wshadow
  109. configure:3233: result: yes
  110. configure:3225: checking whether pcc accepts -Wsign-compare
  111. configure:3233: result: yes
  112. configure:3225: checking whether pcc accepts -Wtruncate
  113. configure:3233: result: yes
  114. configure:3243: checking for a C compiler for mkext
  115. configure:3291: result: not cross compiling
  116. configure:3303: checking how to run the C preprocessor
  117. configure:3419: result: pcc
  118. configure:3448: pcc conftest.c
  119. conftest.c, line 17: syntax error
  120. configure:3454: $? = 1
  121. configure: failed program was:
  122. | /* confdefs.h. */
  123. | #define PACKAGE_NAME "pcc"
  124. | #define PACKAGE_TARNAME "pcc"
  125. | #define PACKAGE_VERSION "1.0.0.RELEASE"
  126. | #define PACKAGE_STRING "pcc 1.0.0.RELEASE"
  127. | #define PACKAGE_BUGREPORT "<pcc-list@ludd.ltu.se>"
  128. | #define TARGET_LITTLE_ENDIAN 1
  129. | #define ELFABI
  130. | #define WCHAR_TYPE INT
  131. | #define WCHAR_SIZE 4
  132. | /* end confdefs.h. */
  133. | #ifdef __STDC__
  134. | # include <limits.h>
  135. | #else
  136. | # include <assert.h>
  137. | #endif
  138. | Syntax error
  139. configure:3448: pcc conftest.c
  140. conftest.c, line 17: syntax error
  141. configure:3454: $? = 1
  142. configure: failed program was:
  143. | /* confdefs.h. */
  144. | #define PACKAGE_NAME "pcc"
  145. | #define PACKAGE_TARNAME "pcc"
  146. | #define PACKAGE_VERSION "1.0.0.RELEASE"
  147. | #define PACKAGE_STRING "pcc 1.0.0.RELEASE"
  148. | #define PACKAGE_BUGREPORT "<pcc-list@ludd.ltu.se>"
  149. | #define TARGET_LITTLE_ENDIAN 1
  150. | #define ELFABI
  151. | #define WCHAR_TYPE INT
  152. | #define WCHAR_SIZE 4
  153. | /* end confdefs.h. */
  154. | #ifdef __STDC__
  155. | # include <limits.h>
  156. | #else
  157. | # include <assert.h>
  158. | #endif
  159. | Syntax error
  160. configure:3515: error: C preprocessor "pcc" fails sanity check
  161. See `config.log' for more details.
  162.  
  163. ## ---------------- ##
  164. ## Cache variables. ##
  165. ## ---------------- ##
  166.  
  167. ac_cv_build=i386-portbld-freebsd9.0
  168. ac_cv_c_compiler_gnu=yes
  169. ac_cv_env_CC_set=set
  170. ac_cv_env_CC_value=pcc
  171. ac_cv_env_CFLAGS_set=set
  172. ac_cv_env_CFLAGS_value='-march=pentium4 -O3 -pipe -fomit-frame-pointer -march=pentium4 -fno-strict-aliasing'
  173. ac_cv_env_CPPFLAGS_set=set
  174. ac_cv_env_CPPFLAGS_value=''
  175. ac_cv_env_CPP_set=set
  176. ac_cv_env_CPP_value=pcc
  177. ac_cv_env_LDFLAGS_set=set
  178. ac_cv_env_LDFLAGS_value=''
  179. ac_cv_env_LIBS_set=''
  180. ac_cv_env_LIBS_value=''
  181. ac_cv_env_YACC_set=set
  182. ac_cv_env_YACC_value=yacc
  183. ac_cv_env_YFLAGS_set=''
  184. ac_cv_env_YFLAGS_value=''
  185. ac_cv_env_build_alias_set=set
  186. ac_cv_env_build_alias_value=i386-portbld-freebsd9.0
  187. ac_cv_env_host_alias_set=''
  188. ac_cv_env_host_alias_value=''
  189. ac_cv_env_target_alias_set=''
  190. ac_cv_env_target_alias_value=''
  191. ac_cv_host=i386-portbld-freebsd9.0
  192. ac_cv_objext=o
  193. ac_cv_prog_CPP=pcc
  194. ac_cv_prog_ac_ct_CC=pcc
  195. ac_cv_prog_cc_c89=''
  196. ac_cv_prog_cc_g=yes
  197. ac_cv_target=i386-portbld-freebsd9.0
  198. lt_cv_sys_max_cmd_len=262144
  199.  
  200. ## ----------------- ##
  201. ## Output variables. ##
  202. ## ----------------- ##
  203.  
  204. ADD_CFLAGS=' -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Wtruncate'
  205. ADD_CPPFLAGS=' -DGCC_COMPAT'
  206. BINPREFIX=''
  207. CC='pcc'
  208. CC_FOR_BUILD='pcc'
  209. CFLAGS='-march=pentium4 -O3 -pipe -fomit-frame-pointer -march=pentium4 -fno-strict-aliasing'
  210. CPP='pcc'
  211. CPPFLAGS=''
  212. DEFS=''
  213. ECHO_C=''
  214. ECHO_N='-n'
  215. ECHO_T=''
  216. EGREP=''
  217. EXEEXT=''
  218. GREP=''
  219. INSTALL_DATA='install -o root -g wheel -m 444'
  220. INSTALL_PROGRAM='install -s -o root -g wheel -m 555'
  221. INSTALL_SCRIPT='install -o root -g wheel -m 555'
  222. LDFLAGS=''
  223. LEX=''
  224. LEXLIB=''
  225. LEX_OUTPUT_ROOT=''
  226. LIBOBJS=''
  227. LIBS=''
  228. LTLIBOBJS=''
  229. OBJEXT='o'
  230. PACKAGE_BUGREPORT='<pcc-list@ludd.ltu.se>'
  231. PACKAGE_NAME='pcc'
  232. PACKAGE_STRING='pcc 1.0.0.RELEASE'
  233. PACKAGE_TARNAME='pcc'
  234. PACKAGE_VERSION='1.0.0.RELEASE'
  235. PATH_SEPARATOR=':'
  236. SET_MAKE=''
  237. SHELL='/bin/sh'
  238. YACC='yacc'
  239. YFLAGS=''
  240. ac_ct_CC='pcc'
  241. bindir='${exec_prefix}/bin'
  242. build='i386-portbld-freebsd9.0'
  243. build_alias='i386-portbld-freebsd9.0'
  244. build_cpu='i386'
  245. build_os='freebsd9.0'
  246. build_vendor='portbld'
  247. datadir='${datarootdir}'
  248. datarootdir='${prefix}/share'
  249. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  250. dvidir='${docdir}'
  251. exec_prefix='NONE'
  252. host='i386-portbld-freebsd9.0'
  253. host_alias=''
  254. host_cpu='i386'
  255. host_os='freebsd9.0'
  256. host_vendor='portbld'
  257. htmldir='${docdir}'
  258. includedir='${prefix}/include'
  259. infodir='/usr/local/info/'
  260. libdir='${exec_prefix}/lib'
  261. libexecdir='${exec_prefix}/libexec'
  262. localedir='${datarootdir}/locale'
  263. localstatedir='${prefix}/var'
  264. mandir='/usr/local/man'
  265. oldincludedir='/usr/include'
  266. pdfdir='${docdir}'
  267. prefix='/usr/local'
  268. program_transform_name='s,x,x,'
  269. psdir='${docdir}'
  270. sbindir='${exec_prefix}/sbin'
  271. sharedstatedir='${prefix}/com'
  272. strip=''
  273. sysconfdir='${prefix}/etc'
  274. target='i386-portbld-freebsd9.0'
  275. target_alias=''
  276. target_cpu='i386'
  277. target_os='freebsd9.0'
  278. target_vendor='portbld'
  279. targmach='i386'
  280. targos='freebsd'
  281. targosver='9'
  282.  
  283. ## ----------- ##
  284. ## confdefs.h. ##
  285. ## ----------- ##
  286.  
  287. #define PACKAGE_NAME "pcc"
  288. #define PACKAGE_TARNAME "pcc"
  289. #define PACKAGE_VERSION "1.0.0.RELEASE"
  290. #define PACKAGE_STRING "pcc 1.0.0.RELEASE"
  291. #define PACKAGE_BUGREPORT "<pcc-list@ludd.ltu.se>"
  292. #define TARGET_LITTLE_ENDIAN 1
  293. #define ELFABI
  294. #define WCHAR_TYPE INT
  295. #define WCHAR_SIZE 4
  296.  
  297. configure: exit 1
Add Comment
Please, Sign In to add comment