From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dale Snell Newsgroups: gmane.emacs.help Subject: Re: Building emacs errors: libraries present Date: Fri, 6 Feb 2015 10:25:38 -0800 Organization: Organization? Me? ROFL!! Message-ID: <20150206102538.035d5634@zothique> References: <87a90rwwhf.fsf@gmail.com> <83egq3eaxb.fsf@gnu.org> <87twyzurya.fsf@gmail.com> Reply-To: ddsnell@frontier.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/IT_Cqg4X22/4CBOCS.YgO6n"; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1423247240 15407 80.91.229.3 (6 Feb 2015 18:27:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2015 18:27:20 +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 19:27:20 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 1YJncb-0004OM-52 for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 19:27:17 +0100 Original-Received: from localhost ([::1]:50093 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJnca-0000Zr-C4 for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 13:27:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJncL-0000VH-Cj for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 13:27:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJncF-0004ZZ-0x for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 13:27:01 -0500 Original-Received: from filter01.dlls.pa.frontiernet.net ([199.224.80.228]:38333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJncE-0004ZJ-UL for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 13:26:54 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by filter01.dlls.pa.frontiernet.net (Postfix) with ESMTP id 075541FE28A for ; Fri, 6 Feb 2015 18:26:54 +0000 (UTC) Original-Received: from relay01.dlls.pa.frontiernet.net ([199.224.80.244]) by localhost (filter01.dlls.pa.frontiernet.net [199.224.80.228]) (amavisd-new, port 10024) with LMTP id XAqDoIj8VHoR for ; Fri, 6 Feb 2015 18:26:42 +0000 (UTC) X-Originating-IP: [50.39.109.168] X-Previous-IP: 50.39.109.168 Original-Received: from zothique (50-39-109-168.bvtn.or.frontiernet.net [50.39.109.168]) by relay01.dlls.pa.frontiernet.net (Postfix) with ESMTPA id 3BD4230C09D for ; Fri, 6 Feb 2015 18:26:42 +0000 (UTC) In-Reply-To: <87twyzurya.fsf@gmail.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; x86_64-redhat-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 199.224.80.228 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:102542 Archived-At: --Sig_/IT_Cqg4X22/4CBOCS.YgO6n Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 06 Feb 2015 07:47:57 -0500, in message 87twyzurya.fsf@gmail.com, Tory S. Anderson wrote: > 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): >=20 > ./temacs: error while loading shared libraries: libgif.so.7: > cannot open shared object file: No such file or directory >=20 > But a find locates it just fine:=20 >=20 > $ sudo find / -name "libgif.so.7" > /usr/local/lib/libgif.so.7 >=20 > Indeed, configure apparently found it, right?=20 >=20 > Unabridged config and make outputs for those interested:=20 >=20 > http://www.toryanderson.com/files/emacs-configure-output.txt > http://www.toryanderson.com/files/emacs-make-output.txt =20 >=20 > Any ideas why it can't find libgif?=20 I built Emacs 24.4.1 on my 64-bit Fedora 19 box with no trouble at all. Here's what I've got for PNG and GIF libraries: $ yum list installed \*png*\ \*gif\* libpng.x86_64 2:1.5.13-3.fc19 @updates libpng-devel.x86_64 2:1.5.13-3.fc19 @updates giflib.x86_64 4.1.6-7.fc19 @anacon= da giflib-devel.x86_64 4.1.6-7.fc19 @fedora= =20 Since I'm still running F19, my packages may not be the same as yours, though I suspect that only the version numbers will have changed. When I first ran configure, I didn't have the giflib-devel package, but it wasn't hard to figure out. After installing it, the usual "./configure; make; sudo make install" dance worked fine. Note that I didn't have to run configure (or make) as root. I've _never_ had to do that. If you do, there's something amiss, probably in your system library installation. Anyway, I hope this helps. --Dale --=20 "Come, muse, let us sing of rats." -- James Grainger --Sig_/IT_Cqg4X22/4CBOCS.YgO6n Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlTVB2EACgkQVZ0S6ULtxcTydgCgmOSwIiyE4J5nOkJ2QuUq2r+K ONUAnAiVelLVlBZiILnZXGNvd3vFhaiQ =AGW5 -----END PGP SIGNATURE----- --Sig_/IT_Cqg4X22/4CBOCS.YgO6n--