I'm running debian unstable and can run configure in the libgeda directory and it works.
I now try this little bit of evil CC=/usr/bin/i586-mingw32msvc-gcc ./configure --prefix=/home/oren/geda --host=mingw32 and the configure script throws this error. checking for guile-config... (cached) /usr/bin/guile-config checking if scm_eval_x() takes a second module argument... no checking for scm_make_smob_type in -lguile... no configure: error: Upgrade Guile ./configure: line 20509: exit: At: numeric argument required ./configure: line 20509: exit: At: numeric argument required The "At"s seem like just an easy bug to fix but is there anything I can do about guile in this situation? Oren
