Advertisement
Guest User

Untitled

a guest
Dec 1st, 2010
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. root@debian:/usr/src/modules/alsa-driver# ./configure
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking for ranlib... ranlib
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking how to run the C preprocessor... gcc -E
  14. checking for grep that handles long lines and -e... /bin/grep
  15. checking for egrep... /bin/grep -E
  16. checking for ANSI C header files... yes
  17. checking for an ANSI C-conforming const... yes
  18. checking for inline... inline
  19. checking whether time.h and sys/time.h may both be included... yes
  20. checking whether gcc needs -traditional... no
  21. checking for current directory... /usr/src/modules/alsa-driver
  22. checking cross compile...
  23. checking for directory with ALSA kernel sources... ../alsa-kmirror
  24. checking for directory with kernel top-level makefile... Please install the package with full kernel sources for your distribution
  25. or use --with-kernel=dir option to specify another directory with kernel
  26. sources (default is /usr/src/linux).
  27. root@debian:/usr/src/modules/alsa-driver# ./configure --with-kernel=/usr/src/linux-headers-2.6.32-5-486/
  28. checking for gcc... gcc
  29. checking whether the C compiler works... yes
  30. checking for C compiler default output file name... a.out
  31. checking for suffix of executables...
  32. checking whether we are cross compiling... no
  33. checking for suffix of object files... o
  34. checking whether we are using the GNU C compiler... yes
  35. checking whether gcc accepts -g... yes
  36. checking for gcc option to accept ISO C89... none needed
  37. checking for ranlib... ranlib
  38. checking for a BSD-compatible install... /usr/bin/install -c
  39. checking how to run the C preprocessor... gcc -E
  40. checking for grep that handles long lines and -e... /bin/grep
  41. checking for egrep... /bin/grep -E
  42. checking for ANSI C header files... yes
  43. checking for an ANSI C-conforming const... yes
  44. checking for inline... inline
  45. checking whether time.h and sys/time.h may both be included... yes
  46. checking whether gcc needs -traditional... no
  47. checking for current directory... /usr/src/modules/alsa-driver
  48. checking cross compile...
  49. checking for directory with ALSA kernel sources... ../alsa-kmirror
  50. checking for directory with kernel top-level makefile... /usr/src/linux-headers-2.6.32-5-486/
  51. checking for directory with kernel headers... /usr/src/linux-headers-2.6.32-5-common
  52. checking for directory with kernel build...
  53. checking for kernel linux/version.h ... no
  54. The file /usr/src/linux-headers-2.6.32-5-common/include/INCLUDE_VERSION_H does not exist.
  55. Please install the package with full kernel sources for your distribution
  56. or use --with-kernel=dir option to specify another directory with kernel
  57. sources (default is /usr/src/linux).
  58. root@debian:/usr/src/modules/alsa-driver# ./configure --with-kernel=/usr/src/linux-headers-2.6.32-5-486/include/linux
  59. checking for gcc... gcc
  60. checking whether the C compiler works... yes
  61. checking for C compiler default output file name... a.out
  62. checking for suffix of executables...
  63. checking whether we are cross compiling... no
  64. checking for suffix of object files... o
  65. checking whether we are using the GNU C compiler... yes
  66. checking whether gcc accepts -g... yes
  67. checking for gcc option to accept ISO C89... none needed
  68. checking for ranlib... ranlib
  69. checking for a BSD-compatible install... /usr/bin/install -c
  70. checking how to run the C preprocessor... gcc -E
  71. checking for grep that handles long lines and -e... /bin/grep
  72. checking for egrep... /bin/grep -E
  73. checking for ANSI C header files... yes
  74. checking for an ANSI C-conforming const... yes
  75. checking for inline... inline
  76. checking whether time.h and sys/time.h may both be included... yes
  77. checking whether gcc needs -traditional... no
  78. checking for current directory... /usr/src/modules/alsa-driver
  79. checking cross compile...
  80. checking for directory with ALSA kernel sources... ../alsa-kmirror
  81. checking for directory with kernel top-level makefile... /usr/src/linux-headers-2.6.32-5-486/include/linux
  82. checking for directory with kernel headers... failed
  83. root@debian:/usr/src/modules/alsa-driver# ./configure --with-kernel=/usr/src/linux-headers-2.6.32-5-common/include/linux
  84. checking for gcc... gcc
  85. checking whether the C compiler works... yes
  86. checking for C compiler default output file name... a.out
  87. checking for suffix of executables...
  88. checking whether we are cross compiling... no
  89. checking for suffix of object files... o
  90. checking whether we are using the GNU C compiler... yes
  91. checking whether gcc accepts -g... yes
  92. checking for gcc option to accept ISO C89... none needed
  93. checking for ranlib... ranlib
  94. checking for a BSD-compatible install... /usr/bin/install -c
  95. checking how to run the C preprocessor... gcc -E
  96. checking for grep that handles long lines and -e... /bin/grep
  97. checking for egrep... /bin/grep -E
  98. checking for ANSI C header files... yes
  99. checking for an ANSI C-conforming const... yes
  100. checking for inline... inline
  101. checking whether time.h and sys/time.h may both be included... yes
  102. checking whether gcc needs -traditional... no
  103. checking for current directory... /usr/src/modules/alsa-driver
  104. checking cross compile...
  105. checking for directory with ALSA kernel sources... ../alsa-kmirror
  106. checking for directory with kernel top-level makefile... /usr/src/linux-headers-2.6.32-5-common/include/linux
  107. checking for directory with kernel headers... failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement