From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: torys.anderson@gmail.com (Tory S. Anderson) Newsgroups: gmane.emacs.help Subject: Re: Building emacs errors: libraries present Date: Fri, 06 Feb 2015 07:47:57 -0500 Message-ID: <87twyzurya.fsf@gmail.com> References: <87a90rwwhf.fsf@gmail.com> <83egq3eaxb.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423226896 2139 80.91.229.3 (6 Feb 2015 12:48:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2015 12:48:16 +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 13:48:16 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 1YJiKT-0004yq-MB for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 13:48:13 +0100 Original-Received: from localhost ([::1]:47973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJiKS-0003JS-Rn for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 07:48:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJiKH-0003IK-7V for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 07:48:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJiKG-0001RY-3F for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 07:48:01 -0500 Original-Received: from mail-yh0-x22d.google.com ([2607:f8b0:4002:c01::22d]:38487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJiKF-0001RN-VN for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 07:48:00 -0500 Original-Received: by mail-yh0-f45.google.com with SMTP id a41so1675717yho.4 for ; Fri, 06 Feb 2015 04:47:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=Y9LIpxuQAQmF2ZtBUTsX2kgUpMWZVFOVHCTs4fUbQos=; b=FMbtPQ37KHA2YgCcSLLk191A5HtdsaejIc0VaI7SrP62Y2cdOEhfVFya1E0FnKrMg8 baJscln902wxZOxA6D7b86wY3fZFFdFPEdxvlfy/YIa9b6uTbHqNDpmTpv4GJCeGxNnJ Ed5xsGJdUE5RxJ99OfbCjKgDf76kJ8b5GDEtuKEA8p85rT8V9q/SbHwB70FseLg+vYaz 7rSDJyl1TwB7XxlYO9daMicNZ9Cbp5TWNzz26Ex79i/j8Swm8jWxMUNe1KywPo26JVuF dhD7M6XaB7oJBgURLzA7Nen3cRQ9cb6bVd/sRtkGVkgm2fHqnUs1VSAA3pV9Z4NcUsbo h0lw== X-Received: by 10.170.202.7 with SMTP id t7mr1209272yke.13.1423226879466; Fri, 06 Feb 2015 04:47:59 -0800 (PST) Original-Received: from localhost.localdomain ([2601:0:a602:24aa:ee55:f9ff:feb5:5589]) by mx.google.com with ESMTPSA id o47sm1446623yhd.48.2015.02.06.04.47.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Feb 2015 04:47:58 -0800 (PST) In-Reply-To: <83egq3eaxb.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 06 Feb 2015 09:50:08 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::22d 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:102527 Archived-At: Okay; I'm making progress. I have identical problems with both 24.4 and 25.0.5 build processes now. LibPNG is being found! But the gif library is not. In summary, I get NO configure errors (as long as I do sudo configure), but I get the following make error (even with sudo make, which I know is probably a dangerous command): ./temacs: error while loading shared libraries: libgif.so.7: cannot open shared object file: No such file or directory But a find locates it just fine: $ sudo find / -name "libgif.so.7" /usr/local/lib/libgif.so.7 Indeed, configure apparently found it, right? Unabridged config and make outputs for those interested: http://www.toryanderson.com/files/emacs-configure-output.txt http://www.toryanderson.com/files/emacs-make-output.txt Any ideas why it can't find libgif? Eli Zaretskii writes: >> 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.