From owner-freebsd-stable@FreeBSD.ORG Wed Dec 12 02:53:50 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96BBA16A41A for ; Wed, 12 Dec 2007 02:53:50 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.19.101.164]) by mx1.freebsd.org (Postfix) with ESMTP id 7739413C43E for ; Wed, 12 Dec 2007 02:53:50 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from localhost (localhost [127.0.0.1]) by mail.barafranca.com (Postfix) with ESMTP id 23123C3828; Wed, 12 Dec 2007 02:59:55 +0000 (UTC) Received: from mail.barafranca.com ([67.19.101.164]) by localhost (mail.barafranca.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 83877-05; Wed, 12 Dec 2007 02:59:18 +0000 (UTC) Received: from nexus.bsdlan.org (a213-22-38-76.cpe.netcabo.pt [213.22.38.76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTP id 4575DC3824; Wed, 12 Dec 2007 02:59:17 +0000 (UTC) Message-ID: <475F4D4A.1010800@barafranca.com> Date: Wed, 12 Dec 2007 02:54:02 +0000 From: Hugo Silva User-Agent: Thunderbird 2.0.0.6 (X11/20070816) MIME-Version: 1.0 To: josh.carroll@gmail.com, freebsd-stable@freebsd.org References: <475DADF7.6020702@yahoo.com> <475EA859.7000407@yahoo.com> <9bbcef730712110815g34adb0dfv8fe89dbb52225cb3@mail.gmail.com> <475F2D07.2080205@barafranca.com> <8cb6106e0712111843j3367e051s102a6eb65c3b5b7@mail.gmail.com> In-Reply-To: <8cb6106e0712111843j3367e051s102a6eb65c3b5b7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at barafranca.com X-Spam-Status: No, score=0 tagged_above=-1 required=4 tests=[none] X-Spam-Score: 0 X-Spam-Level: Cc: Subject: Re: More issues with 7.0-BETA4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 02:53:50 -0000 Josh Carroll wrote: >> ----- >> Building 32 bit binaries on amd64 apparently isn't working: >> >> # cc -m64 -march=k8 -o test64 test.c && ./test64 >> testing!! >> >> # cc -m32 -march=k8 -o test32 test.c && ./test32 >> > > You need to include -B/usr/lib32, and as far as I know that is not new > to -BETA4: > > Josh > Always learning, thanks for the tip. It works indeed :-) Regards, Hugo