configure cannot test when cross-compiling should be ok

2006-05-14 Thread The Senator
Greetings folks, Thanks for a great piece of software! I am building guile using the guile-1.8.0 tarball downloaded from the frontpage of gnu.org/software/guile. I have successfully used the tarball to compile guile-1.8.0 to run on Linux, but couldn't get it (cross-compile) to run on windows.

Re: configure cannot test when cross-compiling should be ok

2006-05-14 Thread The Senator
Cool, thanks for the suggestions on the build process. I'll try those, and hopefully I won't come back with errors. Incidentally, last time I tried cross-compiling to mingw (a while ago now) it didn't work. I think in the end it bombed because mingw didn't have pthreads and guile wasn't yet

Re: configure cannot test when cross-compiling should be ok

2006-05-24 Thread The Senator
eval.c:3248: warning: implicit declaration of function `alloca' The relevant line in the c file was I think in the debugging code, Yes, but it's the debugging evaluator, ie. when you run with --debug so you can see scheme-level backtraces. Ok, so that probably needs fixing. so what's the