Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 98157 invoked from network); 15 Nov 2006 04:45:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2006 04:45:52 -0000 Received: (qmail 93930 invoked by uid 500); 15 Nov 2006 04:45:56 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 93901 invoked by uid 500); 15 Nov 2006 04:45:56 -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 93846 invoked by uid 99); 15 Nov 2006 04:45:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 20:45:56 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 216.86.168.178 is neither permitted nor denied by domain of geir@pobox.com) Received: from [216.86.168.178] (HELO mxout-03.mxes.net) (216.86.168.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 20:45:42 -0800 Received: from [192.168.1.104] (unknown [67.86.14.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 027AD51927 for ; Tue, 14 Nov 2006 23:44:56 -0500 (EST) Message-ID: <455A90D5.2070306@pobox.com> Date: Tue, 14 Nov 2006 23:00:21 -0500 From: "Geir Magnusson Jr." Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [x86_64] builds! now onto the tests References: <455A30E0.2070009@apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Gregory Shimansky wrote: > Stefano Mazzocchi wrote: >> I'm happy to report that both classlib and drlvm at r474892 build on >> x86_64/em64t >> >> As Gregory suggested, I had to change the symlinks to from >> /usr/lib/lib(jpeg|png).a to /usr/lib/lib(jpeg|png).so in order for the >> link to avoid complaining. > > Well Geir insists that we should know what we are linking against, so he > prefers static libraries. I don't like it very much (it is contrary to > Gentoo way :) which is to link against anything which is installed on > the system by the user) but I can understand this POV. I'm happy to go with convention, but always worried about uncertainty and randomness. Remember Armand's problems due to a the threading library? geir