From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: csant Newsgroups: gmane.emacs.devel Subject: Missing libraries? Date: Sat, 04 Oct 2008 13:17:33 +0200 Organization: csant.info Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223119081 28602 80.91.229.12 (4 Oct 2008 11:18:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Oct 2008 11:18:01 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 04 13:18:57 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Km59x-0007ZJ-H9 for ged-emacs-devel@m.gmane.org; Sat, 04 Oct 2008 13:18:53 +0200 Original-Received: from localhost ([127.0.0.1]:51166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Km58u-0005YN-2m for ged-emacs-devel@m.gmane.org; Sat, 04 Oct 2008 07:17:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Km58p-0005YC-B6 for emacs-devel@gnu.org; Sat, 04 Oct 2008 07:17:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Km58n-0005Xp-U2 for emacs-devel@gnu.org; Sat, 04 Oct 2008 07:17:42 -0400 Original-Received: from [199.232.76.173] (port=33000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Km58n-0005Xd-Eb for emacs-devel@gnu.org; Sat, 04 Oct 2008 07:17:41 -0400 Original-Received: from csant.info ([69.36.182.12]:47971) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Km58m-0002t1-K2 for emacs-devel@gnu.org; Sat, 04 Oct 2008 07:17:41 -0400 Original-Received: from fiore.malebolge (csant.info [69.36.182.12]) (authenticated bits=0) by csant.info (8.13.1/8.13.1) with ESMTP id m94BHYnr011321 for ; Sat, 4 Oct 2008 05:17:35 -0600 User-Agent: Opera Mail/9.60 (Linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104341 Archived-At: Hi, after a cvs up today, emacs configure script claims errors - these are the last lines: checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking libpng/png.h usability... yes checking libpng/png.h presence... yes checking for libpng/png.h... yes checking for png_get_channels in -lpng... no checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFGetVersion in -ltiff... no checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking for EGifPutExtensionLast in -lgif... no checking for EGifPutExtensionLast in -lungif... no configure: error: The following required libraries were not found: libXpm libjpeg libpng libgif/libungif libtiff Maybe some development libraries/packages are missing? If you don't want to link with them give --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no as options to configure Nothing in my build environment has changed - why are those libs suddenly "missing"? Or is just a different version of those libs required now? /c