Andreas V�gele <[EMAIL PROTECTED]> writes: > > - cd ice-9 && ln -s ../readline.scm > + cd ice-9 && $(LN_S) ../readline.scm readline.scm
Yep, LN_S is the way to go. Richard Todd also reported that the whole thing is wrong when srcdir != builddir. I think the theory was going to be to make an ice-9 subdir for the thing to live in permanently, to make life easier. Rob might even have something ready for that. _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
