Advertisement
Guest User

Untitled

a guest
Jun 30th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. jovan@Jovan:~$ su
  2. Password:
  3. root@Jovan:/home/jovan# cd /home/jovan/Desktop/alsa-driver-1.0.11
  4. root@Jovan:/home/jovan/Desktop/alsa-driver-1.0.11# ./configure
  5. checking for gcc... gcc
  6. checking for C compiler default output file name... a.out
  7. checking whether the C compiler works... yes
  8. checking whether we are cross compiling... no
  9. checking for suffix of executables...
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ANSI C... none needed
  14. checking for ranlib... ranlib
  15. checking for a BSD-compatible install... /usr/bin/install -c
  16. checking how to run the C preprocessor... gcc -E
  17. checking for egrep... grep -E
  18. checking for ANSI C header files... yes
  19. checking for an ANSI C-conforming const... yes
  20. checking for inline... inline
  21. checking whether time.h and sys/time.h may both be included... yes
  22. checking whether gcc needs -traditional... no
  23. checking for current directory... /home/jovan/Desktop/alsa-driver-1.0.11
  24. checking cross compile...
  25. checking for directory with kernel source... /usr/src/linux
  26. checking for directory with kernel build...
  27. checking for kernel linux/version.h... no
  28. The file /usr/src/linux/include/linux/version.h does not exist.
  29. Please install the package with full kernel sources for your distribution
  30. or use --with-kernel=dir option to specify another directory with kernel
  31. sources (default is /usr/src/linux).
  32. root@Jovan:/home/jovan/Desktop/alsa-driver-1.0.11#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement