Guest User

xtrakt

a guest
Jan 10th, 2010
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. xtrakt@xtrakt-desktop:~/php-gtk$ ./configure
  2. checking for grep that handles long lines and -e... /bin/grep
  3. checking for egrep... /bin/grep -E
  4. checking for a sed that does not truncate output... /bin/sed
  5. checking for cc... cc
  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 cc accepts -g... yes
  13. checking for cc option to accept ISO C89... none needed
  14. checking how to run the C preprocessor... cc -E
  15. checking for icc... no
  16. checking for suncc... no
  17. checking whether cc understands -c and -o together... yes
  18. checking for system library directory... lib
  19. checking if compiler supports -R... no
  20. checking if compiler supports -Wl,-rpath,... yes
  21. checking build system type... x86_64-unknown-linux-gnu
  22. checking host system type... x86_64-unknown-linux-gnu
  23. checking target system type... x86_64-unknown-linux-gnu
  24. checking for PHP prefix... /usr
  25. checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
  26. checking for PHP extension directory... /usr/lib/php5/20060613
  27. checking for PHP installed headers prefix... /usr/include/php5
  28. checking if debug is enabled... no
  29. checking if zts is enabled... no
  30. checking for re2c... re2c
  31. checking for re2c version... 0.13.5 (ok)
  32. checking for gawk... gawk
  33. checking for PHP-GTK support... yes, shared
  34. checking for PHP executable... found version 5.2.10-2ubuntu6.3
  35. checking for gawk... (cached) gawk
  36. checking whether to include debugging symbols... no
  37. checking for pkg-config... /usr/bin/pkg-config
  38. checking for GLIB - version >= 2.6.0... yes (version 2.22.3)
  39. checking for pkg-config... (cached) /usr/bin/pkg-config
  40. checking for GTK+ - version >= 2.6.0... yes (version 2.18.3)
  41. checking for atk >= 1.9.0... yes
  42. checking ATK_CFLAGS... -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  43. checking ATK_LIBS... -latk-1.0 -lgobject-2.0 -lglib-2.0
  44. checking for pango >= 1.8.0... yes
  45. checking PANGO_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  46. checking PANGO_LIBS... -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
  47. checking for cairo >= 1.4.0... yes
  48. checking CAIRO_CFLAGS... -D_REENTRANT -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12
  49. checking CAIRO_LIBS... -lcairo
  50. checking for cairo php extension... yes
  51. checking for gtkextra support... no
  52. checking for html support... no
  53. checking for libglade support... yes
  54. checking for libglade-2.0 >= 2.4.0... yes
  55. checking LIBGLADE_CFLAGS... -D_REENTRANT -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  56. checking LIBGLADE_LIBS... -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
  57. checking for libsexy support... no
  58. checking for GtkMozEmbed support... no
  59. checking for scintilla support... no
  60. checking for sourceview support... no
  61. checking for spell support... no
  62. creating main/php_gtk_ext.c
  63. @@./configure: line 12344: LTOPTIONS_VERSION: command not found
  64. @@./configure: line 12345: LTSUGAR_VERSION: command not found
  65. @@./configure: line 12346: LTVERSION_VERSION: command not found
  66. @@./configure: line 12347: LTOBSOLETE_VERSION: command not found
  67. @@checking for a sed that does not truncate output... (cached) /bin/sed
  68. @@./configure: line 12422: syntax error near unexpected token `lt_decl_varnames,'
  69. @@./configure: line 12422: `lt_if_append_uniq(lt_decl_varnames, SED, , ,'
Advertisement
Add Comment
Please, Sign In to add comment