Hello,

> Undefined symbols:
>   "_getline", referenced from:
[...] 
> What can I do?

There are two possibilities:

1. Add the following to examples/Makefile.am:

mta_CPPFLAGS=-I${top_srcdir}/lib -I${top_builddir}/lib

and run make. This will trigger bootstrapping of the package before
actual compilation, which requires latest autotools to succeed.

2. Or type `make -k' and ignore this error. The examples/mta is an
auxiliary binary which is used only in the testsuite and is never
installed.

Regards,
Sergey

_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to