Advertisement
Guest User

Untitled

a guest
Dec 20th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. DS211> export CC=gcc
  2. DS211> bash configure \
  3. > --host=armle-unknown-linux \
  4. > --target=armle-unknown-linux \
  5. > --build=i686-pc-linux \
  6. > --disable-avahi \
  7. > --release \
  8. > --openssl=/opt/lib \
  9. > --prefix=/opt/tvheadend
  10. checking for cc execinfo.h ... ok
  11. checking for cc -mmmx ... fail
  12. checking for cc -msse2 ... fail
  13. checking for cc getloadavg ... ok
  14. WARN: no python binary found
  15. checking for py module gzip ... fail
  16. checking for bzip2 ... ok
  17. checking for pkg openssl ... ok
  18. checking for pkg zlib ... fail
  19. Fetching dvb-scan files... done
  20.  
  21. Compiler:
  22. Using C compiler: gcc
  23. Build for arch: armv5tel
  24.  
  25. Binaries:
  26. Using PYTHON: python
  27.  
  28. Options:
  29. cwc: yes
  30. v4l: yes
  31. linuxdvb: yes
  32. dvbscan: yes
  33. timeshift: no
  34. avahi: no
  35. zlib: no
  36. bundle: no
  37. dvbcsa: no
  38. execinfo: yes
  39. getloadavg: yes
  40. bin_bzip2: yes
  41. ssl: yes
  42.  
  43. Packages:
  44. openssl: 0.9.8v
  45.  
  46. Installation paths:
  47. Prefix: /opt/tvheadend
  48. Binaries: ${prefix}/bin
  49. Libraries: ${prefix}/lib
  50. Data files: ${prefix}/share
  51. Man pages: ${datadir}/man
  52.  
  53. Final Binary:
  54. /opt/tvheadend/build.linux/tvheadend
  55.  
  56. Tvheadend Data Directory:
  57. /opt/tvheadend/share/tvheadend
  58.  
  59. DS211> make
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement