Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 41884 invoked from network); 11 Jan 2007 12:46:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2007 12:46:50 -0000 Received: (qmail 24867 invoked by uid 500); 11 Jan 2007 12:46:54 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 24838 invoked by uid 500); 11 Jan 2007 12:46:54 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 24829 invoked by uid 99); 11 Jan 2007 12:46:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jan 2007 04:46:54 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jan 2007 04:46:44 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H4zJx-0000sG-6q for dev@harmony.apache.org; Thu, 11 Jan 2007 13:46:17 +0100 Received: from msfwpr01.ims.intel.com ([62.118.80.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Jan 2007 13:46:17 +0100 Received: from gshimansky by msfwpr01.ims.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Jan 2007 13:46:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@harmony.apache.org From: Gregory Shimansky Subject: Re: [classlib][build] Can not find libjpeg.a on Fedora Core 6 Date: Thu, 11 Jan 2007 15:45:56 +0300 Lines: 17 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: msfwpr01.ims.intel.com User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Alexey Petrenko wrote: > Guys, > > I can not find libjpeg.a on my newly installed Fedora Core 6 box :( > Both (libjpeg-6b-37 and libjpeg-devel-6b-37) packages are installed. > Header files are found but library not... > > I've checked packages themself but with they do not include this library... > > Does anybody knows the place where to get the packages with the library? I think Fedora doesn't build static library versions at all. I failed to find them in FC5, the same has to be in FC6. Try to make links to *.so files instead, it should work ok. -- Gregory