all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Building emacs errors: libraries present
@ 2015-02-06  3:27 Tory S. Anderson
  2015-02-06  7:50 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Tory S. Anderson @ 2015-02-06  3:27 UTC (permalink / raw)
  To: emacs list

Related but distinct from another post (other post has 24.4 failing at the make stage, but 25.0.5 fails at configure):

I am unable to build emacs with png support, despite my having the libpng and libpng-devel libraries. Why might this be? I'm running Linux Fedora 20.

(abridged) Output of my attempts to configure:
==============================
$ ./configure
... # list omitted
configure: error: The following required libraries were not found:
     libpng libgif/libungif
Maybe some development libraries/packages are missing?
If you don't want to link with them give
     --with-png=no --with-gif=no
as options to configure

$ sudo yum install libpng libpng-devel
... # list omitted
Package 2:libpng-1.6.6-3.fc20.x86_64 already installed and latest version
Package 2:libpng-devel-1.6.6-3.fc20.x86_64 already installed and latest version
Nothing to do

$ whereis libpng
libpng: /usr/lib64/libpng16.so /usr/lib64/libpng.so /usr/share/man/man3/libpng.3.gz
==============================

Of course I've successfully built without the png libraries but I really do need the png libraries for other emacs packages. What's wrong? Why is it ignoring my working libpng? 



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-02-07 14:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06  3:27 Building emacs errors: libraries present Tory S. Anderson
2015-02-06  7:50 ` Eli Zaretskii
2015-02-06 12:47   ` Tory S. Anderson
2015-02-06 12:54     ` Alexis
2015-02-07 13:30       ` Tory S. Anderson
2015-02-07 14:02         ` Alexis
2015-02-06 18:25     ` Dale Snell
     [not found]   ` <mailman.19390.1423226883.1147.help-gnu-emacs@gnu.org>
2015-02-07 10:09     ` Anssi Saari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.