Advertisement
Guest User

Untitled

a guest
Feb 27th, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. checking for 2-gcc... no
  2. checking for gcc... gcc
  3. checking for C compiler default output file name... a.out
  4. checking whether the C compiler works... yes
  5. checking whether we are cross compiling... no
  6. checking for suffix of executables...
  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 X... no
  12. checking for $CC... no
  13. checking for -c... no
  14. checking for $CFLAGS... no
  15. checking for $CPPFLAGS... no
  16. checking for conftest.$ac_ext... no
  17. checking for >&5... no
  18. checking for xml2-config... /usr/bin/xml2-config
  19. checking for libxml2 version... 2.7.8
  20.  
  21. checking for pg_config... /usr/bin/pg_config
  22. checking for PostgreSQL version... PostgreSQL 9.1.2
  23. checking how to run the C preprocessor... gcc -E
  24. checking for grep that handles long lines and -e... /bin/grep
  25. checking for egrep... /bin/grep -E
  26. checking for ANSI C header files... yes
  27. checking for sys/types.h... yes
  28. checking for sys/stat.h... yes
  29. checking for stdlib.h... yes
  30. checking for string.h... yes
  31. checking for memory.h... yes
  32. checking for strings.h... yes
  33. checking for inttypes.h... yes
  34. checking for stdint.h... yes
  35. checking for unistd.h... yes
  36. checking for FCGI_Accept in -lfcgi... no
  37. configure: creating ./config.status
  38. config.status: creating Makefile
  39. config.status: creating src/ows_define.h
  40. config.status: creating demo/config.xml
  41. config.status: creating demo/install.sh
  42. config.status: creating test/config.xml
  43. config.status: creating test/install.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement