Next: gauche.configure
- Generating build files, Previous: gauche.collection
- Collection framework, Up: Library modules - Gauche extensions [Contents][Index]
gauche.config
- Configuration parametersThis module allows the Scheme program to access the configuration information
the same as you can get from the gauche-config
program.
{gauche.config} Returns the configured value of the option.
See the manpage of gauche-config
, or run gauche-config
without any argument from the shell, to find out the valid options.
(gauche-config "--cc") ⇒ "gcc" (gauche-config "-L") ⇒ "-L/usr/lib/gauche/0.6.5/i686-pc-linux-gnu" (gauche-config "-l") ⇒ "-ldl -lcrypt -lm -lpthread"
Next: gauche.configure
- Generating build files, Previous: gauche.collection
- Collection framework, Up: Library modules - Gauche extensions [Contents][Index]