From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: Building emacs errors: libraries present Date: Fri, 06 Feb 2015 23:54:52 +1100 Message-ID: <87y4ob6vz7.fsf@gmail.com> References: <87a90rwwhf.fsf@gmail.com> <83egq3eaxb.fsf@gnu.org> <87twyzurya.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1423227327 9594 80.91.229.3 (6 Feb 2015 12:55:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2015 12:55:27 +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:55:23 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 1YJiRO-0008LN-Gh for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 13:55:22 +0100 Original-Received: from localhost ([::1]:47996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJiRJ-0006uV-4E for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 07:55:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJiR7-0006tI-0I for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 07:55:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJiR2-0003tp-Ub for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 07:55:04 -0500 Original-Received: from mail-pd0-f172.google.com ([209.85.192.172]:33226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJiR2-0003tg-P9 for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 07:55:00 -0500 Original-Received: by pdbnh10 with SMTP id nh10so12033039pdb.0 for ; Fri, 06 Feb 2015 04:55:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=QUWrKz8ZejFQUnAUJoUSXrm2fHmevuQyAPSWEDWq8ug=; b=quon3rwTLn0+7q8E31Ea9YvlrI/IzXer/e5YZJd1UjxJx2d7DlFhdrcPMMmCKh75/w A5r49LP0d+RymWwyvKgGP03cl55zkt9Z/f1nm1MqShuax12G4tLSicW/pCS87yfocmin c7LJc7BpMuawvy+H2vcf8bJr+uy2W53qTdxS5un4lZhGJHP7MgLygXHT+5XufAgNdltz 6YYIKsf/xsh9AYj92vGCRz7u0el7SnaBQ9jDNNd+O5c0yjQ6jacs/gw/2u5R1JG3xMtf SVMQre60ZYPJT3MgJ9N998y9EUElqmayA8JK2d7z6+c8hd4I5f2RPmP2UJvLTxlSRwu4 kRFQ== X-Received: by 10.66.164.137 with SMTP id yq9mr5601448pab.78.1423227300157; Fri, 06 Feb 2015 04:55:00 -0800 (PST) Original-Received: from localhost (CPE-120-147-144-248.gdiv2.lon.bigpond.net.au. [120.147.144.248]) by mx.google.com with ESMTPSA id c2sm8029896pbu.49.2015.02.06.04.54.58 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 06 Feb 2015 04:54:59 -0800 (PST) In-reply-to: <87twyzurya.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.172 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:102528 Archived-At: Tory S. Anderson writes: > 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? Have you run ldconfig(8) after installing libgif? Alexis.