Advertisement
logicmoo

Guile

Oct 9th, 2018
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 1.90 KB | None | 0 0
  1. root@gitlab:/opt/RefGitHub/GuileMoo/guile-log# guile -c "(display (list (major-version) (minor-version) (micro-version)))"
  2. (2 3 0)
  3.  
  4.  
  5. root@gitlab:/opt/RefGitHub/GuileMoo/guile-log# guile -v
  6. guile (GNU Guile) 2.3.0.34-e08d1
  7. Copyright (C) 2018 Free Software Foundation, Inc.
  8.  
  9. License LGPLv3+: GNU LGPL 3 or later <http://gnu.org/licenses/lgpl.html>.
  10. This is free software: you are free to change and redistribute it.
  11. There is NO WARRANTY, to the extent permitted by law.
  12.  
  13.  
  14.  
  15. root@gitlab:/opt/RefGitHub/GuileMoo/guile-log#  pkg-config --print-variables g<TAB><TAB>
  16. gdk-2.0                geoclue-2.0            glesv2                 gmodule-2.0            gobject-2.0            gtk+-unix-print-2.0
  17. gdk-pixbuf-2.0         gio-2.0                glib-2.0               gmodule-export-2.0     graphite2              gtk+-x11-2.0
  18. gdk-pixbuf-xlib-2.0    gio-unix-2.0           glproto                gmodule-no-export-2.0  gthread-2.0            guile-3.0
  19. gdk-x11-2.0            gl                     glu                    gnome-python-2.0       gtk+-2.0
  20.  
  21.  
  22. root@gitlab:/opt/RefGitHub/GuileMoo/guile-log#  pkg-config --modversion  guile-3.0
  23. 2.3.0.34-e08d1
  24.  
  25. root@gitlab:/opt/RefGitHub/GuileMoo/guile-log#  pkg-config --cflags --libs  guile-3.0
  26. -pthread -I/usr/local/include/guile/3.0 -L/usr/local/lib -lguile-3.0 -lgc
  27.  
  28.  
  29. root@gitlab:/opt/RefGitHub/GuileMoo/guile-log#  pkg-config --print-variables guile-2.3
  30. Package guile-2.3 was not found in the pkg-config search path.
  31. Perhaps you should add the directory containing `guile-2.3.pc'
  32. to the PKG_CONFIG_PATH environment variable
  33. No package 'guile-2.3' found
  34. root@gitlab:/opt/RefGitHub/GuileMoo/guile-log#
  35.  
  36. root@gitlab:/opt/RefGitHub/GuileMoo/guile-log#  pkg-config --print-variables guile-3.0
  37. bindir
  38. datadir
  39. datarootdir
  40. exec_prefix
  41. extensiondir
  42. guild
  43. guile
  44. includedir
  45. libdir
  46. libguileinterface
  47. pcfiledir
  48. pkgdatadir
  49. pkgincludedir
  50. prefix
  51. siteccachedir
  52. sitedir
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement