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] |
Nat,
I'm not the right person, but I've CC:ed the folks who ought to get it.
-pate
>>>>> "Nat" == Nat Friedman <ndf@ALEPH1.MIT.EDU> writes:
Nat> If you're not the proper person to contact about this, then
Nat> please pass it along to whomever is, or let me know. . .
Nat> Guile gives me stack overflows if I call it in this program:
Nat> #include <guile/gh.h>
Nat> void my_main(int argc, char ** argv) { int foo[281880];
Nat> gh_eval_str("(display \"hello world\n\")"); }
Nat> int main(int argc, char ** argv) { gh_enter(argc, argv,
Nat> my_main); }
Nat> -Nat