bug#10283: Guile Manual Error

2011-12-13 Thread Mark H Weaver
The submitter "add" told me in private email that the gcc command in the manual now works for him (he probably mistyped it before), and that the HOSTNAME variable was a private shell variable and not an environment variable, so I'm closing this bug. Mark

bug#10283: Guile Manual Error

2011-12-12 Thread Mark H Weaver
add writes: > www.gnu.org/software/guile/manual/guile.html#Linking-Guile-into-Programs > > Hm, I've tried the "linking guile into programs" and the gcc command > there is incorrect, [...] > The gcc command should be "gcc -o simple-guile simple-guile.c > $(pkg-config --cflags --libs guile-2.0)" Th

bug#10283: Guile Manual Error

2011-12-12 Thread add
www.gnu.org/software/guile/manual/guile.html#Linking-Guile-into-Programs Hm, I've tried the "linking guile into programs" and the gcc command there is incorrect, and also, I can't access my HOSTNAME envvar from the guile instance (from both mac 10.5.8 and GNU/Linux Kubuntu 11.10). The gcc comma