Friends,
I get the following error message during linking lilypond (I've unpacked
the distribution and did a ./configure --enable-tex-prefix=...; make):
abbrev.o: In function `Link_list<Atom *>::Link_list(Link_list<Atom *> const
&)':
abbrev.o(.text+0xb8e): undefined reference to `List<void *>::List(List<void
*> const &)'
[...]
Due my very restricted knowledge of C++ I've no idea what I can do against
it. My compiler is GCC 2.7.2.1, I'm using Linux 2.0.32.
And finally, a small cosmetic fix to wild-perl to have the files closed
with a newline char:
--- wild-perl~ Sun Mar 29 02:18:34 1998
+++ wild-perl Sat Apr 4 13:52:05 1998
@@ -43,5 +43,5 @@
print "\$(srcdir)/Makefile.am: \$(srcdir)/Makefile.am.wild\n" .
- "\t\$(PERL) $my_topdir/bin/wild-perl --top-srcdir=\"\$(real_topdir)\" < \$< >
\$@";
+ "\t\$(PERL) $my_topdir/bin/wild-perl --top-srcdir=\"\$(real_topdir)\" < \$< >
+\$@\n";
Werner