bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] compiling mailutils yields an error (Mac Os 10.5.8)


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] compiling mailutils yields an error (Mac Os 10.5.8)
Date: Tue, 25 May 2010 10:21:18 +0300

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]