From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nancy Newsgroups: gmane.emacs.help Subject: How to add libraries path to the ./configure command Date: Tue, 25 Nov 2014 18:41:45 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1416917010 24580 80.91.229.3 (25 Nov 2014 12:03:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2014 12:03:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 25 13:03:24 2014 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 1XtEq3-0006Jv-8b for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2014 13:03:23 +0100 Original-Received: from localhost ([::1]:56668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtEq2-00010O-Qn for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2014 07:03:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtDZ8-0006fk-I0 for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 05:41:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtDZ5-0002tH-Fx for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 05:41:50 -0500 Original-Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]:64014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtDZ5-0002tA-8f for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 05:41:47 -0500 Original-Received: by mail-lb0-f173.google.com with SMTP id z12so261246lbi.18 for ; Tue, 25 Nov 2014 02:41:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=w0U++jVSFsHC87nxshdZWH5/xcUvvIgOmUIlcr4I6pw=; b=J7Ax8STgBztUc+1VCSieYE6EqV/TSlYMZh7IsjijWUdsHOen/ZkRbwg07widn+epfr UkL5a+8UGdCMzIS3nWEHiqbHqe1n3Fm1/uThSI9NX0uUI2FSAmMOQ1AdnhcqIVqwkm2R syR66Ueaup0FYHN4ce0+U01XK1ueBmggwDmg04orG/J2eVZfWnRlf89suR6SuWI9M0TG GEGaya+McCvUZy2mJkNB1pWOntJXlRG/vRRChR1nPTRybYpSFvVGUtnEiTupbeDnWZnc Yx+180UecnKQuyT+DYvbhhUoNFhwKi5n3nlXoC1K9ht7wp33qncf5FXv6p6f9XrcmgSt mtMg== X-Received: by 10.152.20.193 with SMTP id p1mr25488998lae.35.1416912105817; Tue, 25 Nov 2014 02:41:45 -0800 (PST) Original-Received: by 10.152.161.167 with HTTP; Tue, 25 Nov 2014 02:41:45 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22d X-Mailman-Approved-At: Tue, 25 Nov 2014 07:03:05 -0500 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:101156 Archived-At: Dear list, While I install emacs24.2, I met following problem: configure: error: The following required libraries were not found: libjpeg libgif/libungif libtiff Maybe some development libraries/packages are missing? If you don't want to link with them give --with-jpeg=no --with-gif=no --with-tiff=no I have libjpeg-dev installed under /home/yurong/opt export LD_LIBRARY_PATH=/home/yurong/opt/lib export LD_RUN_PATH=/home/yurong/opt/lib then emacs ./configure again, stll cannot find libjpeg What should I do? -- Best Regards, Yu Rong Tan