From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.devel Subject: Re: Unable to find libgif/libungif on RHEL 6 Date: Thu, 10 Sep 2015 23:11:40 +0200 Message-ID: <851te6m12r.fsf@iznogoud.viz> References: <55F1563F.7000604@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441919568 10429 80.91.229.3 (10 Sep 2015 21:12:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2015 21:12:48 +0000 (UTC) Cc: Paul Eggert , Stefan Monnier , Emacs developers To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 10 23:12:39 2015 Return-path: Envelope-to: ged-emacs-devel@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 1Za98q-0004Tr-OH for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 23:12:24 +0200 Original-Received: from localhost ([::1]:51976 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za98l-0000X7-6D for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 17:12:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za98L-0000Ww-Fv for emacs-devel@gnu.org; Thu, 10 Sep 2015 17:11:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za98G-00048Z-9N for emacs-devel@gnu.org; Thu, 10 Sep 2015 17:11:53 -0400 Original-Received: from b2bfep12.mx.upcmail.net ([62.179.121.57]:54217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za98F-00046X-S2 for emacs-devel@gnu.org; Thu, 10 Sep 2015 17:11:48 -0400 Original-Received: from edge12.upcmail.net ([192.168.13.82]) by b2bfep12.mx.upcmail.net (InterMail vM.8.01.05.11 201-2260-151-128-20120928) with ESMTP id <20150910211143.YTHS5697.b2bfep12-int.chello.at@edge12.upcmail.net> for ; Thu, 10 Sep 2015 23:11:43 +0200 Original-Received: from iznogoud.viz ([91.119.113.186]) by edge12.upcmail.net with edge id FZBg1r00Y41MUQz0CZBgYc; Thu, 10 Sep 2015 23:11:43 +0200 X-SourceIP: 91.119.113.186 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1Za988-00044M-EG; Thu, 10 Sep 2015 23:11:40 +0200 Mail-Followup-To: Kaushal Modi , Stefan Monnier , Paul Eggert , Emacs developers User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 62.179.121.57 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189823 Archived-At: On Thu, Sep 10 2015, Kaushal Modi wrote: > I tried setting LIBGIF env var to "-L/path/to/the/lib64 -lgif" before doing > ./configure.. but that did not help. ./configure ... LDFLAGS="-L/path/to/the/lib64 -lgif" CPPFLAGS=-I/path/to/gifincludedir should work, I think.