From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Building emacs errors: libraries present Date: Fri, 06 Feb 2015 09:50:08 +0200 Message-ID: <83egq3eaxb.fsf@gnu.org> References: <87a90rwwhf.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1423209036 32399 80.91.229.3 (6 Feb 2015 07:50:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2015 07:50:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 06 08:50:32 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YJdgM-0008AN-II for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 08:50:30 +0100 Original-Received: from localhost ([::1]:47051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJdgL-0007jj-Qn for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 02:50:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJdg9-0007jb-6d for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 02:50:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJdg4-0003vn-7P for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 02:50:17 -0500 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:47774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJdg3-0003vj-Vd for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 02:50:12 -0500 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NJC00B00AY7KD00@mtaout28.012.net.il> for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 09:48:25 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NJC0078PB0P4B40@mtaout28.012.net.il> for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 09:48:25 +0200 (IST) In-reply-to: <87a90rwwhf.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102526 Archived-At: > From: torys.anderson@gmail.com (Tory S. Anderson) > Date: Thu, 05 Feb 2015 22:27:08 -0500 > > $ ./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? Look in config.log for clues: you should see there compiler error messages when it tried to look for the libraries.