emacs-devel
[Top][All Lists]
Advanced

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

Re: Crash on loading image


From: Jason Rumney
Subject: Re: Crash on loading image
Date: 23 Feb 2002 14:01:18 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

address@hidden (Pavel Janík) writes:

>    > Can we ask the author of libungif to release a new version with the
>    > version number incremented, so it can be detected by configure scripts?
> 
> I can do it, but what will we do when we detect old libungif when
> compile-time? It can be different to the libungif version at run-time. We
> should be able to check for libungif version at run-time.

If we detect the old version of libungif at compile-time, we do not
link to it.  If the library is later upgraded, Emacs will need to be
reconfigured and recompiled to use it.  This is standard for programs
that link with optional libraries, but require specific versions.
Detecting at run-time might be more elegant, but I'm not sure if it
would be worth the extra effort.

Since libraries generally only get upgraded not downgraded, the only
potential problem with compile time checking is a pre-compiled binary
that was compiled with the new libungif, but installed on a system
with the old libungif.  But most binary distributions use packaging
tools that can at least warn the user of such dependencies, so this is
not such a big problem.


-- 
Jason Rumney




reply via email to

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