Advertisement
Guest User

EricHerman

a guest
Apr 12th, 2009
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. eric:~/src$ tar xf ~/dload/freeglut-2.4.0.tar.gz
  2. eric:~/src$ cd freeglut-2.4.0
  3. eric:~/src/freeglut-2.4.0$ ./configure
  4. checking for a BSD-compatible install... /bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking for gcc... gcc
  9. checking for C compiler default output file name... a.out
  10. checking whether the C compiler works... yes
  11. checking whether we are cross compiling... no
  12. checking for suffix of executables...
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ANSI C... none needed
  17. checking for style of include used by make... GNU
  18. checking dependency style of gcc... gcc3
  19. checking for an ANSI C-conforming const... yes
  20. checking build system type... i686-pc-linux-gnu
  21. checking host system type... i686-pc-linux-gnu
  22. checking for ld used by GCC... /usr/bin/ld
  23. checking if the linker (/usr/bin/ld) is GNU ld... yes
  24. checking for /usr/bin/ld option to reload object files... -r
  25. checking for BSD-compatible nm... /usr/bin/nm -B
  26. checking for a sed that does not truncate output... /bin/sed
  27. checking whether ln -s works... yes
  28. checking how to recognise dependent libraries... pass_all
  29. checking command to parse /usr/bin/nm -B output... ok
  30. checking how to run the C preprocessor... gcc -E
  31. checking for egrep... grep -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking dlfcn.h usability... yes
  43. checking dlfcn.h presence... yes
  44. checking for dlfcn.h... yes
  45. checking for ranlib... ranlib
  46. checking for strip... strip
  47. checking for objdir... .libs
  48. checking for gcc option to produce PIC... -fPIC
  49. checking if gcc PIC flag -fPIC works... yes
  50. checking if gcc static flag -static works... yes
  51. checking if gcc supports -c -o file.o... yes
  52. checking if gcc supports -c -o file.lo... yes
  53. checking if gcc supports -fno-rtti -fno-exceptions... no
  54. checking whether the linker (/usr/bin/ld) supports shared libraries... yes
  55. checking how to hardcode library paths into programs... immediate
  56. checking whether stripping libraries is possible... yes
  57. checking dynamic linker characteristics... GNU/Linux ld.so
  58. checking if libtool supports shared libraries... yes
  59. checking whether to build shared libraries... yes
  60. checking whether to build static libraries... yes
  61. checking whether -lc should be explicitly linked in... no
  62. creating libtool
  63. checking for X... libraries /opt/X11/lib, headers /opt/X11/include
  64. checking for gethostbyname... yes
  65. checking for connect... yes
  66. checking for remove... yes
  67. checking for shmat... yes
  68. checking for IceConnectionNumber in -lICE... yes
  69. checking for XF86VidModeSwitchToMode in -lXxf86vm... yes
  70. checking for ANSI C header files... (cached) yes
  71. checking GL/gl.h usability... no
  72. checking GL/gl.h presence... no
  73. checking for GL/gl.h... no
  74. checking GL/glu.h usability... no
  75. checking GL/glu.h presence... no
  76. checking for GL/glu.h... no
  77. checking GL/glx.h usability... no
  78. checking GL/glx.h presence... no
  79. checking for GL/glx.h... no
  80. checking fcntl.h usability... yes
  81. checking fcntl.h presence... yes
  82. checking for fcntl.h... yes
  83. checking limits.h usability... yes
  84. checking limits.h presence... yes
  85. checking for limits.h... yes
  86. checking sys/ioctl.h usability... yes
  87. checking sys/ioctl.h presence... yes
  88. checking for sys/ioctl.h... yes
  89. checking sys/param.h usability... yes
  90. checking sys/param.h presence... yes
  91. checking for sys/param.h... yes
  92. checking sys/time.h usability... yes
  93. checking sys/time.h presence... yes
  94. checking for sys/time.h... yes
  95. checking whether time.h and sys/time.h may both be included... yes
  96. checking for X11/extensions/xf86vmode.h... yes
  97. checking whether gcc needs -traditional... no
  98. checking for vprintf... yes
  99. checking for _doprnt... no
  100. checking for main in -lm... yes
  101. configure: creating ./config.status
  102. config.status: creating Makefile
  103. config.status: creating doc/Makefile
  104. config.status: creating include/GL/Makefile
  105. config.status: creating include/Makefile
  106. config.status: creating progs/Makefile
  107. config.status: creating progs/demos/CallbackMaker/Makefile
  108. config.status: creating progs/demos/Fractals/Makefile
  109. config.status: creating progs/demos/Fractals_random/Makefile
  110. config.status: creating progs/demos/Lorenz/Makefile
  111. config.status: creating progs/demos/Makefile
  112. config.status: creating progs/demos/One/Makefile
  113. config.status: creating progs/demos/shapes/Makefile
  114. config.status: creating src/Makefile
  115. config.status: creating config.h
  116. config.status: executing default-1 commands
  117. eric:~/src/freeglut-2.4.0$ make
  118. cd . \
  119. && CONFIG_FILES= CONFIG_HEADERS=config.h \
  120. /bin/sh ./config.status
  121. config.status: creating config.h
  122. config.status: config.h is unchanged
  123. config.status: executing default-1 commands
  124. make all-recursive
  125. make[1]: Entering directory `/home/eric/src/freeglut-2.4.0'
  126. Making all in src
  127. make[2]: Entering directory `/home/eric/src/freeglut-2.4.0/src'
  128. source='freeglut_callbacks.c' object='libglut_la-freeglut_callbacks.lo' libtool=yes \
  129. depfile='.deps/libglut_la-freeglut_callbacks.Plo' tmpdepfile='.deps/libglut_la-freeglut_callbacks.TPlo' \
  130. depmode=gcc3 /bin/sh ../depcomp \
  131. /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/X11/include -g -O2 -Wall -pedantic -Werror -c -o libglut_la-freeglut_callbacks.lo `test -f freeglut_callbacks.c || echo './'`freeglut_callbacks.c
  132. mkdir .libs
  133. gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/X11/include -g -O2 -Wall -pedantic -Werror -c freeglut_callbacks.c -MT libglut_la-freeglut_callbacks.lo -MD -MP -MF .deps/libglut_la-freeglut_callbacks.TPlo -fPIC -DPIC -o .libs/libglut_la-freeglut_callbacks.lo
  134. cc1: warnings being treated as errors
  135. In file included from /opt/X11/include/X11/extensions/xf86vmode.h:39,
  136. from freeglut_internal.h:101,
  137. from freeglut_callbacks.c:29:
  138. /opt/X11/include/X11/Xmd.h:155: error: ISO C90 does not support 'long long'
  139. make[2]: *** [libglut_la-freeglut_callbacks.lo] Error 1
  140. make[2]: Leaving directory `/home/eric/src/freeglut-2.4.0/src'
  141. make[1]: *** [all-recursive] Error 1
  142. make[1]: Leaving directory `/home/eric/src/freeglut-2.4.0'
  143. make: *** [all] Error 2
  144. eric:~/src/freeglut-2.4.0$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement