This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Missing standard functions


Hello!

I have encountered a problem while I was writing an extension to Guile.
The problem is, that I cannot use certainn functions (load for example)
because the interpreter exits with an error ('guile: Unbound variable:
load' in this case). This does not happen, if I run guile interactively. I
start the interpreter in my program with the gh_enter function and most
of the functions (define, let, etc.) work properly. Another problem is,
that i can't use functions like cos and sin. I have to use $sin and $cos
instead.

Can anybody explain this strange behaviour?


Ralf