Walter J. Mack <[EMAIL PROTECTED]> ha escrit: > ../libmu_scm/.libs/libmu_scm.so: undefined reference to `SCM_ROCHARS' > ../libmu_scm/.libs/libmu_scm.so: undefined reference to > `SCM_VALIDATE_ROSTRING' > ../libmu_scm/.libs/libmu_scm.so: undefined reference to `SCM_SUBSTRP' > ../libmu_scm/.libs/libmu_scm.so: undefined reference to `SCM_ROLENGTH' > collect2: ld returned 1 exit status > > This seems to be related to some curses references not being resolved.
No, it is not. It is related to Guile. These symbols were removed from Guile v. 1.8. Mailutils won't link with this version of Guile (CVS head will, but that's another story). To fix, configure the package with the `--without-guile' option. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
