On Tue, 2008-10-07 at 10:53 +0200, Bernd Jendrissek wrote: > On Sun, Oct 5, 2008 at 12:45 AM, Kai-Martin Knaak <[EMAIL PROTECTED]> wrote: > > display.so:display.c:(.text+0x259): undefined reference to `_tputs' > > display.so:display.c:(.text+0x289): undefined reference to `_tputs' > > display.so:display.c:(.text+0x31d): undefined reference to `_tputs' > > display.so:display.c:(.text+0xc75): undefined reference to `_tputs' > > display.so:display.c:(.text+0xd65): undefined reference to `_tputs' > [snip] > > These are symbol from lib[n]curses, which I don't think will be of > much use on windows, so I'd just forget about readline. > > > Consequently, configure of guile warns about a missing libreadline. > > If I try to compile anyway, I get: > > > > /usr/local/src/guile/guile-1.6.8$ make > > Why this version of guile?
Guile 1.6.x requires quite a bit of patching to cross-compile for windows. I'm not sure how direct on-windows compilation would work. Guile 1.8.x is much better in this respect, but requires libgmp. That was a pain to cross compile too, as it has a test-suite to verify that the computational results are correct. The test-suite can't be run whilst cross-compiling of course. -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
