From owner-freebsd-amd64@FreeBSD.ORG Sun Mar 27 15:44:41 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E755716A4CE for ; Sun, 27 Mar 2005 15:44:41 +0000 (GMT) Received: from smtp808.mail.sc5.yahoo.com (smtp808.mail.sc5.yahoo.com [66.163.168.187]) by mx1.FreeBSD.org (Postfix) with SMTP id 9FABF43D2F for ; Sun, 27 Mar 2005 15:44:41 +0000 (GMT) (envelope-from rwideman@sbcglobal.net) Received: from unknown (HELO ?192.168.0.102?) (rwideman@sbcglobal.net@66.143.142.211 with plain) by smtp808.mail.sc5.yahoo.com with SMTP; 27 Mar 2005 15:44:41 -0000 Message-ID: <4246D5B0.309@sbcglobal.net> Date: Sun, 27 Mar 2005 09:48:00 -0600 From: Robert Wideman User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050325) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 32 bit compatibility on FreeBSD 5.3 Amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 15:44:42 -0000 I'm running FreeBSD 5.3-Release AMD64 version. When I try to compile my source that im writing for 32 bit compatibility I receive errors. gcc -m32 ERROR: '/usr/bin/ld: skipping incompatible /usr/lib/libgcc.a when searching for -lgcc /usr/bin/ld: cannot find -lgcc' Ive read that 5.3 has problems with 32 bit compatibility and that 5.4 should resolve this. Does anyone know of a workaround on this?