Advertisement
Guest User

Untitled

a guest
Dec 7th, 2010
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.16 KB | None | 0 0
  1. student@student-desktop:~/emc2-dev/src$ ./autogen.sh
  2. student@student-desktop:~/emc2-dev/src$ ./configure
  3. checking build toplevel... /home/student/emc2-dev
  4. checking installation prefix... run in place
  5. checking for grep... /bin/grep
  6. checking for egrep... /bin/egrep
  7. checking for RT dir... Using /usr/realtime-2.6.24-16-rtai/bin/rtai-config as the RT signature
  8. checking for location of kernel headers... using value from RTS: /usr/src/linux-headers-2.6.24-16-rtai
  9. checking for cc version... found gcc in rtai-config
  10. checking for gcc... gcc
  11. checking for C compiler default output file name...
  12. configure: error: C compiler cannot create executables
  13. See `config.log' for more details.
  14. student@student-desktop:~/emc2-dev/src$ ./configure
  15. checking build toplevel... /home/student/emc2-dev
  16. checking installation prefix... run in place
  17. checking for grep... /bin/grep
  18. checking for egrep... /bin/egrep
  19. checking for RT dir... Using /usr/realtime-2.6.24-16-rtai/bin/rtai-config as the RT signature
  20. checking for location of kernel headers... using value from RTS: /usr/src/linux-headers-2.6.24-16-rtai
  21. checking for cc version... found gcc in rtai-config
  22. checking for gcc... gcc
  23. checking for C compiler default output file name...
  24. configure: error: C compiler cannot create executables
  25. See `config.log' for more details.
  26. student@student-desktop:~/emc2-dev/src$
  27.  
  28.  
  29.  
  30. config.log got this inside
  31. This file contains any messages produced by compilers while
  32. running configure, to aid debugging if configure makes a mistake.
  33.  
  34. It was created by EMC2 configure 2.4.6, which was
  35. generated by GNU Autoconf 2.61. Invocation command line was
  36.  
  37. $ ./configure
  38.  
  39. ## --------- ##
  40. ## Platform. ##
  41. ## --------- ##
  42.  
  43. hostname = student-desktop
  44. uname -m = i686
  45. uname -r = 2.6.24-16-rtai
  46. uname -s = Linux
  47. uname -v = #1 Tue Sep 30 22:54:33 EEST 2008
  48.  
  49. /usr/bin/uname -p = unknown
  50. /bin/uname -X = unknown
  51.  
  52. /bin/arch = unknown
  53. /usr/bin/arch -k = unknown
  54. /usr/convex/getsysinfo = unknown
  55. /usr/bin/hostinfo = unknown
  56. /bin/machine = unknown
  57. /usr/bin/oslevel = unknown
  58. /bin/universe = unknown
  59.  
  60. PATH: /usr/local/sbin
  61. PATH: /usr/local/bin
  62. PATH: /usr/sbin
  63. PATH: /usr/bin
  64. PATH: /sbin
  65. PATH: /bin
  66. PATH: /usr/games
  67.  
  68.  
  69. ## ----------- ##
  70. ## Core tests. ##
  71. ## ----------- ##
  72.  
  73. configure:1861: checking build toplevel
  74. configure:1864: result: /home/student/emc2-dev
  75. configure:1873: checking installation prefix
  76. configure:1877: result: run in place
  77. configure:1900: checking for grep
  78. configure:1918: found /bin/grep
  79. configure:1930: result: /bin/grep
  80. configure:1940: checking for egrep
  81. configure:1958: found /bin/egrep
  82. configure:1970: result: /bin/egrep
  83. configure:1987: checking for RT dir
  84. configure:2147: result: Using /usr/realtime-2.6.24-16-rtai/bin/rtai-config as the RT signature
  85. configure:2223: checking for location of kernel headers
  86. configure:2235: result: using value from RTS: /usr/src/linux-headers-2.6.24-16-rtai
  87. configure:2295: checking for cc version
  88. configure:2304: result: found gcc in rtai-config
  89. configure:2369: checking for gcc
  90. configure:2385: found /usr/bin/gcc
  91. configure:2396: result: gcc
  92. configure:2432: checking for C compiler version
  93. configure:2439: gcc --version >&5
  94. gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
  95. Copyright (C) 2007 Free Software Foundation, Inc.
  96. This is free software; see the source for copying conditions. There is NO
  97. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  98.  
  99. configure:2442: $? = 0
  100. configure:2449: gcc -v >&5
  101. Using built-in specs.
  102. Target: i486-linux-gnu
  103. Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  104. Thread model: posix
  105. gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
  106. configure:2452: $? = 0
  107. configure:2459: gcc -V >&5
  108. gcc: '-V' option must have argument
  109. configure:2462: $? = 1
  110. configure:2485: checking for C compiler default output file name
  111. configure:2512: gcc conftest.c >&5
  112. /usr/bin/ld: crt1.o: No such file: No such file or directory
  113. collect2: ld returned 1 exit status
  114. configure:2515: $? = 1
  115. configure:2553: result:
  116. configure: failed program was:
  117. | /* confdefs.h. */
  118. | #define PACKAGE_NAME "EMC2"
  119. | #define PACKAGE_TARNAME "emc2"
  120. | #define PACKAGE_VERSION "2.4.6"
  121. | #define PACKAGE_STRING "EMC2 2.4.6"
  122. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  123. | #define RTAPI_RTAI
  124. | /* end confdefs.h. */
  125. |
  126. | int
  127. | main ()
  128. | {
  129. |
  130. | ;
  131. | return 0;
  132. | }
  133. configure:2560: error: C compiler cannot create executables
  134. See `config.log' for more details.
  135.  
  136. ## ---------------- ##
  137. ## Cache variables. ##
  138. ## ---------------- ##
  139.  
  140. ac_cv_env_CCC_set=
  141. ac_cv_env_CCC_value=
  142. ac_cv_env_CC_set=
  143. ac_cv_env_CC_value=
  144. ac_cv_env_CFLAGS_set=
  145. ac_cv_env_CFLAGS_value=
  146. ac_cv_env_CPPFLAGS_set=
  147. ac_cv_env_CPPFLAGS_value=
  148. ac_cv_env_CPP_set=
  149. ac_cv_env_CPP_value=
  150. ac_cv_env_CXXFLAGS_set=
  151. ac_cv_env_CXXFLAGS_value=
  152. ac_cv_env_CXX_set=
  153. ac_cv_env_CXX_value=
  154. ac_cv_env_LDFLAGS_set=
  155. ac_cv_env_LDFLAGS_value=
  156. ac_cv_env_LIBS_set=
  157. ac_cv_env_LIBS_value=
  158. ac_cv_env_XMKMF_set=
  159. ac_cv_env_XMKMF_value=
  160. ac_cv_env_build_alias_set=
  161. ac_cv_env_build_alias_value=
  162. ac_cv_env_host_alias_set=
  163. ac_cv_env_host_alias_value=
  164. ac_cv_env_target_alias_set=
  165. ac_cv_env_target_alias_value=
  166. ac_cv_path_EGREP=/bin/egrep
  167. ac_cv_path_GREP=/bin/grep
  168. ac_cv_prog_ac_ct_CC=gcc
  169.  
  170. ## ----------------- ##
  171. ## Output variables. ##
  172. ## ----------------- ##
  173.  
  174. AR=''
  175. AUTODIRS=''
  176. AWK=''
  177. BUILD_DOCS=''
  178. BUILD_DOCS_HTML=''
  179. BUILD_DOCS_PDF=''
  180. BUILD_PYTHON=''
  181. BUILD_SYS=''
  182. CC='gcc'
  183. CFLAGS=''
  184. CONVERT=''
  185. CPP=''
  186. CPPFLAGS=''
  187. CXX=''
  188. CXXFLAGS=''
  189. DATE=''
  190. DEFAULT_NMLFILE=''
  191. DEFS=''
  192. DVIPNG=''
  193. ECHO_C=''
  194. ECHO_N='-n'
  195. ECHO_T=''
  196. EGREP='/bin/egrep'
  197. EMC2VERSION='2.4.6'
  198. EMC2_BIN_DIR=''
  199. EMC2_CONFIG_PATH=''
  200. EMC2_HELP_DIR=''
  201. EMC2_HOME='/home/student/emc2-dev'
  202. EMC2_ICON=''
  203. EMC2_IMAGE_DIR=''
  204. EMC2_LANG_DIR=''
  205. EMC2_LATENCY_SCRIPT=''
  206. EMC2_NCFILES_DIR=''
  207. EMC2_RTLIB_DIR=''
  208. EMC2_SCRIPT=''
  209. EMC2_SUFFIX=''
  210. EMC2_TCL_DIR=''
  211. EMC2_TCL_LIB_DIR=''
  212. EPSTOPDF=''
  213. EXEEXT=''
  214. EXT_RTFLAGS=''
  215. FUSER=''
  216. GLIB_CFLAGS=''
  217. GLIB_LIBS=''
  218. GREP='/bin/grep'
  219. GS=''
  220. GTK_CFLAGS=''
  221. GTK_LIBS=''
  222. GTK_VER=''
  223. HAVE_GNOMEPRINT=''
  224. HAVE_LIBINTL=''
  225. HAVE_LIBINTL_H=''
  226. HAVE_LOCALE_H=''
  227. HAVE_NCURSES=''
  228. HAVE_READLINE=''
  229. HAVE_XAW=''
  230. INCLUDEPY=''
  231. INSMOD=''
  232. INSTALL=''
  233. IPCS=''
  234. KERNELDIR='/usr/src/linux-headers-2.6.24-16-rtai'
  235. KERNEL_VERS=''
  236. KILL=''
  237. LANGUAGES=''
  238. LDFLAGS=''
  239. LIBOBJS=''
  240. LIBS=''
  241. LOCALEDIR=''
  242. LSMOD=''
  243. LTLIBOBJS=''
  244. LYX=''
  245. LYXQT=''
  246. MANDB=''
  247. MATHINC=''
  248. MATHLIB=''
  249. MODEXT=''
  250. MODPATH_adeos=''
  251. MODPATH_mbuff=''
  252. MODPATH_rt_mem_mgr=''
  253. MODPATH_rtai=''
  254. MODPATH_rtai_fifos=''
  255. MODPATH_rtai_hal=''
  256. MODPATH_rtai_ksched=''
  257. MODPATH_rtai_libm=''
  258. MODPATH_rtai_math=''
  259. MODPATH_rtai_sched=''
  260. MODPATH_rtai_sem=''
  261. MODPATH_rtai_shm=''
  262. MODPATH_rtl=''
  263. MODPATH_rtl_fifo=''
  264. MODPATH_rtl_posixio=''
  265. MODPATH_rtl_sched=''
  266. MODPATH_rtl_time=''
  267. MODULE_DIR=''
  268. MSGFMT=''
  269. NCURSES_LIBS=''
  270. OBJEXT=''
  271. PACKAGE='emc2'
  272. PACKAGE_BUGREPORT='emc-developers@lists.sourceforge.net'
  273. PACKAGE_NAME='EMC2'
  274. PACKAGE_STRING='EMC2 2.4.6'
  275. PACKAGE_TARNAME='emc2'
  276. PACKAGE_VERSION='2.4.6'
  277. PATH_SEPARATOR=':'
  278. PDFLATEX=''
  279. PIDOF=''
  280. PS=''
  281. PTH_CONFIG=''
  282. PYTHON=''
  283. RANLIB=''
  284. READLINE_LIBS=''
  285. REALTIME=''
  286. RIP_MODULE_DIR=''
  287. RMMOD=''
  288. RTAI3_MOD=''
  289. RTAI='3'
  290. RTAI_MOD=''
  291. RTARCH='i386'
  292. RTDIR='/usr/realtime-2.6.24-16-rtai'
  293. RTFLAGS='-I. -I/usr/realtime-2.6.24-16-rtai/include -D_FORTIFY_SOURCE=0 -ffast-math -mhard-float -DRTAI=3'
  294. RTLINUX=''
  295. RTLINUXPRO=''
  296. RTL_MOD=''
  297. RTNAME='rtai-3.0'
  298. RTPREFIX='rtai'
  299. RUN_IN_PLACE='yes'
  300. SED=''
  301. SET_MAKE=''
  302. SHELL='/bin/bash'
  303. SIMULATOR='no'
  304. SITEPY=''
  305. TCLSH=''
  306. TCL_CFLAGS=''
  307. TCL_DBGX=''
  308. TCL_LIBS=''
  309. TK_CFLAGS=''
  310. TK_DBGX=''
  311. TK_LIBS=''
  312. USE_LIBM=''
  313. USE_NLS=''
  314. USE_RTLIBM=''
  315. USE_STUBS=''
  316. WHOAMI=''
  317. WISH=''
  318. XAW_LIBS=''
  319. XGETTEXT=''
  320. XMKMF=''
  321. XSLTPROC=''
  322. X_CFLAGS=''
  323. X_EXTRA_LIBS=''
  324. X_LIBS=''
  325. X_PRE_LIBS=''
  326. ac_ct_CC='gcc'
  327. ac_ct_CXX=''
  328. bindir='${exec_prefix}/bin'
  329. build_alias=''
  330. datadir='${datarootdir}'
  331. datarootdir='${prefix}/share'
  332. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  333. dvidir='${docdir}'
  334. exec_prefix='NONE'
  335. host_alias=''
  336. htmldir='${docdir}'
  337. includedir='${prefix}/include'
  338. infodir='${datarootdir}/info'
  339. libdir='${exec_prefix}/lib'
  340. libexecdir='${exec_prefix}/libexec'
  341. localedir='${datarootdir}/locale'
  342. localstatedir='${prefix}/var'
  343. mandir='${datarootdir}/man'
  344. oldincludedir='/usr/include'
  345. pdfdir='${docdir}'
  346. prefix='/home/student/emc2-dev'
  347. program_transform_name='s,x,x,'
  348. psdir='${docdir}'
  349. sbindir='${exec_prefix}/sbin'
  350. sharedstatedir='${prefix}/com'
  351. sysconfdir='${prefix}/etc'
  352. target_alias=''
  353.  
  354. ## ----------- ##
  355. ## confdefs.h. ##
  356. ## ----------- ##
  357.  
  358. #define PACKAGE_NAME "EMC2"
  359. #define PACKAGE_TARNAME "emc2"
  360. #define PACKAGE_VERSION "2.4.6"
  361. #define PACKAGE_STRING "EMC2 2.4.6"
  362. #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  363. #define RTAPI_RTAI
  364.  
  365. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement