From owner-freebsd-stable@FreeBSD.ORG Wed Dec 12 02:43:06 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 397E216A468 for ; Wed, 12 Dec 2007 02:43:06 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id EEB7513C43E for ; Wed, 12 Dec 2007 02:43:05 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so42958nzf.13 for ; Tue, 11 Dec 2007 18:43:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=xzAXmLMx4BmEXVnF9CLp0mFTNpmX9reNSAovDrrBhCc=; b=d58N9mBqzHK9eFmO1ayUyGY3omDN9yChbkmZjqhkP2PufygqQX/ahbGuo6j651rAQ7wOlVUds4l6gaTljdXELD9K5/xCFJUq3EBgVlqfBL88147cWE03IZMBEWiyURMeYPxxG7CWSfMhzIdmuvoOmK9lnA4xsW3jdXB00jrnRTE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mibO49wlWKDX29oLg5/DIP1i4MoSPbwP+2p8doRS53y9FUEtfkTFnbdpLSrZ0tcfRExG7ZCiO9yqWgFlHPWk5MlaU8J+fEarHj1k6GCAcgHv1XrH22OnovYOXIbns/9oyH9Z4ArpdjH9QX3UaTXnA6xa5Nwps7haLGIe7am6cXA= Received: by 10.142.226.2 with SMTP id y2mr21274wfg.75.1197427384786; Tue, 11 Dec 2007 18:43:04 -0800 (PST) Received: by 10.142.255.9 with HTTP; Tue, 11 Dec 2007 18:43:04 -0800 (PST) Message-ID: <8cb6106e0712111843j3367e051s102a6eb65c3b5b7@mail.gmail.com> Date: Tue, 11 Dec 2007 21:43:04 -0500 From: "Josh Carroll" To: "Hugo Silva" In-Reply-To: <475F2D07.2080205@barafranca.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <475DADF7.6020702@yahoo.com> <475EA859.7000407@yahoo.com> <9bbcef730712110815g34adb0dfv8fe89dbb52225cb3@mail.gmail.com> <475F2D07.2080205@barafranca.com> Cc: freebsd-stable@freebsd.org Subject: Re: More issues with 7.0-BETA4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com 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:43:06 -0000 > ----- > 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