Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 62067 invoked from network); 8 Oct 2006 09:17:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Oct 2006 09:17:36 -0000 Received: (qmail 23061 invoked by uid 500); 8 Oct 2006 09:17:34 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 23014 invoked by uid 500); 8 Oct 2006 09:17:34 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 23003 invoked by uid 99); 8 Oct 2006 09:17:34 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Oct 2006 02:17:34 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=liyilei1979@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.92.173] ([66.249.92.173:14343] helo=ug-out-1314.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id B2/5E-11753-C22C8254 for ; Sun, 08 Oct 2006 02:17:33 -0700 Received: by ug-out-1314.google.com with SMTP id y2so636598uge for ; Sun, 08 Oct 2006 02:17:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Z5sFlsndBa1a0nPfuA5fkj4qArjePl0troYEGrx0EpWB1G6yMLWySElsjltS4zVTi6VoWY4YlqFNhdtT7w7e7ZuZ+FeGpA4d1XKmkRe1AvuNwaDh/DTXrHDR1PMW7lf3CtYQafuJ13k34TcSf5em87Y95DZ3SayAXa9rH4hn40Y= Received: by 10.67.100.17 with SMTP id c17mr5406502ugm; Sun, 08 Oct 2006 02:17:29 -0700 (PDT) Received: by 10.67.106.15 with HTTP; Sun, 8 Oct 2006 02:17:29 -0700 (PDT) Message-ID: Date: Sun, 8 Oct 2006 17:17:29 +0800 From: "Leo Li" To: harmony-dev@incubator.apache.org Subject: Re: [classlib][build]Lacks liblcms.a libpng.a and etc on Linux and recommend to add them to fetch-depends target In-Reply-To: <200610080907.k9897RWq009794@d06av02.portsmouth.uk.ibm.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4010_13042896.1160299049190" References: <200610080907.k9897RWq009794@d06av02.portsmouth.uk.ibm.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_4010_13042896.1160299049190 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Mark: First I downloaded and installed the rpms for openpkg, png, jpeg, tiff, lcms because of the dependency relationship between them. Secondly, the installed files are in /openpkg, so I then copy the .a and .h files to /usr/lib and /usr/include. If I can find the .a or .h file, I can add them to the /usr/lib and /usr/include directories. But how can I find them if I do not use rpm? Redhat itself does not provide the function to download required file from a software center as unbuntu does. I will try yum, thank you for your advice. ------=_Part_4010_13042896.1160299049190--