Advertisement
Guest User

Untitled

a guest
Jun 4th, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. root@Apollo:~/dahdi-freebsd-complete-2.2.1-rc2+2.2.1.1-rc1 # ./configure
  2. checking for gcc... no
  3. checking for cc... cc
  4. checking for C compiler default output file name... a.out
  5. checking whether the C compiler works... yes
  6. checking whether we are cross compiling... no
  7. checking for suffix of executables...
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether cc accepts -g... yes
  11. checking for cc option to accept ISO C89... none needed
  12. checking how to run the C preprocessor... cc -E
  13. checking for grep that handles long lines and -e... /usr/bin/grep
  14. checking for egrep... /usr/bin/grep -E
  15. checking for ANSI C header files... yes
  16. checking for sys/types.h... yes
  17. checking for sys/stat.h... yes
  18. checking for stdlib.h... yes
  19. checking for string.h... yes
  20. checking for memory.h... yes
  21. checking for strings.h... yes
  22. checking for inttypes.h... yes
  23. checking for stdint.h... yes
  24. checking for unistd.h... yes
  25. checking minix/config.h usability... no
  26. checking minix/config.h presence... no
  27. checking for minix/config.h... no
  28. checking whether it is safe to define __EXTENSIONS__... yes
  29. checking whether we are using the GNU C compiler... (cached) yes
  30. checking whether cc accepts -g... (cached) yes
  31. checking for cc option to accept ISO C89... (cached) none needed
  32. checking how to run the C preprocessor... cc -E
  33. checking for a BSD-compatible install... /usr/bin/install -c
  34. checking whether ln -s works... yes
  35. checking for GNU make... gmake
  36. checking for grep... (cached) /usr/bin/grep
  37. checking for sh... /bin/sh
  38. checking for ln... /bin/ln
  39. checking for wget... /usr/bin/fetch
  40. checking for -Wdeclaration-after-statement support... yes
  41. checking for DAHDI_CODE in dahdi/user.h... yes
  42. checking for newtBell in -lnewt... no
  43. checking for usb_init in -lusb... yes
  44. checking usb.h usability... yes
  45. checking usb.h presence... yes
  46. checking for usb.h... yes
  47. checking for GENERIC_HDLC_VERSION version 4 in linux/hdlc.h... no
  48. checking for GENERIC_HDLC_VERSION version 4 in linux/hdlc/ioctl.h... no
  49. configure: GENERIC_HDLC_VERSION (version 4) not found, disabling sethdlc.
  50. configure: creating ./config.status
  51. config.status: creating build_tools/menuselect-deps
  52. config.status: creating makeopts
  53. configure: *** dahdi-tools build successfully configured ***
  54. root@Apollo:~/dahdi-freebsd-complete-2.2.1-rc2+2.2.1.1-rc1 #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement