Advertisement
Guest User

Untitled

a guest
Nov 13th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. checking whether the C compiler works... yes
  2. checking for C compiler default output file name... a.out
  3. checking for suffix of executables...
  4. checking whether we are cross compiling... yes
  5. checking for suffix of object files... o
  6. checking whether we are using the GNU C compiler... yes
  7. checking whether arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/mnt/dev/fsl-community-bsp
  8. /build/tmp/sysroots/imx6qsabresd accepts -g... yes
  9. checking for arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/mnt/dev/fsl-community-bsp/bui
  10. ld/tmp/sysroots/imx6qsabresd option to accept ISO C89... none needed
  11. checking how to run the C preprocessor... arm-poky-linux-gnueabi-gcc -E --sysroot=/mnt/dev/fsl-community-bsp/build/tmp/sysroots/imx6qsabresd -march=
  12. armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon
  13. checking whether make sets $(MAKE)... yes
  14. checking for a BSD-compatible install... /usr/bin/install -c
  15. checking for bison... bison -y
  16. checking for flex... flex
  17. checking lex output file root... lex.yy
  18. checking lex library... -lfl
  19. checking whether yytext is a pointer... yes
  20. checking for lynx... false
  21. checking for perl... /usr/bin/perl
  22. checking for grep that handles long lines and -e... /bin/grep
  23. checking for egrep... /bin/grep -E
  24. checking for ANSI C header files... (cached) yes
  25. checking for sys/types.h... (cached) yes
  26. checking for sys/stat.h... (cached) yes
  27. checking for stdlib.h... (cached) yes
  28. checking for string.h... (cached) yes
  29. checking for memory.h... (cached) yes
  30. checking for strings.h... (cached) yes
  31. checking for inttypes.h... (cached) yes
  32. checking for stdint.h... (cached) yes
  33.  
  34. checking for unistd.h... (cached) yes
  35. checking db.h usability... yes
  36. checking db.h presence... yes
  37. checking for db.h... yes
  38. checking for regex.h... (cached) yes
  39. checking for unistd.h... (cached) yes
  40. checking for db.h... (cached) yes
  41. checking suppress runtime logging... no
  42. checking squid runtime user ... squid
  43. checking for ldap support... no
  44. checking for mysql support... no
  45. checking for pthread_create in -lpthread... yes
  46.  
  47. ** The Berkley DB library version 2.6.4 or newer
  48. is required. Get it from http://www.oracle.com
  49. use --with-db=DIR or --with-db-inc=DIR,
  50. --with-db-lib=DIR to specify its location
  51. (default is /usr/local/BerkeleyDB)
  52.  
  53. Configure failed. The contents of all config.log files follows to aid debugging
  54. /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/squidguard/1.4-r0/squidGuard-1.4/config.log
  55. This file contains any messages produced by compilers while
  56. running configure, to aid debugging if configure makes a mistake.
  57.  
  58. It was created by configure, which was
  59. generated by GNU Autoconf 2.69. Invocation command line was
  60.  
  61. $ /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/squidguard/1.4-r0/squidGuard-1.4/configure --build=x86_64-linux --host=arm-poky-linux-gnueabi --target=arm-poky-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/squidguard --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/mnt/dev/fsl-community-bsp/build/tmp/sysroots/imx6qsabresd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement