nmh-workers
[Top][All Lists]
Advanced

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

Re: 'comp' broke after fedora upgrade 29->30 | need help w/ Makefile tar


From: Ken Hornstein
Subject: Re: 'comp' broke after fedora upgrade 29->30 | need help w/ Makefile targets
Date: Tue, 10 Dec 2019 08:51:18 -0500

>This appears to be a way:
>
>    $ ./configure
>    $ make
>    $ make install
>
>'comp' is working again.  Is there a better way?

I realize your questions has been answered, but to answer two larger
questions in this whole thread ...

There's no general solution to the problem of, "I upgraded my OS/libraries
and nmh was linked with an older version of this library", except to
recompile.  We try to make sure this process is easy and that varions
distributions come with a nmh package already available.

The "make uninstall" target is generated by Automake automatically; it
should remove everything installed by "make install".  This is actually
checked by "make distcheck" and I make sure that nmh passes "make
distcheck" before a release, so there should be no problems with
using it.

--Ken



reply via email to

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