From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 26 11:20:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EE72106566B for ; Sat, 26 Sep 2009 11:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3EEC68FC08 for ; Sat, 26 Sep 2009 11:20:03 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8QBK2kq023921 for ; Sat, 26 Sep 2009 11:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8QBK2gF023920; Sat, 26 Sep 2009 11:20:02 GMT (envelope-from gnats) Date: Sat, 26 Sep 2009 11:20:02 GMT Message-Id: <200909261120.n8QBK2gF023920@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Cran Cc: Subject: Re: bin/139146: gcc -m32 doesn't quite work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Cran List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2009 11:20:03 -0000 The following reply was made to PR bin/139146; it has been noted by GNATS. From: Bruce Cran To: "Philip M. Gollucci" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/139146: gcc -m32 doesn't quite work Date: Sat, 26 Sep 2009 11:01:15 +0000 Does it work if you use "-B/usr/lib32" instead of "-L/usr/lib32"? There's a thread at http://lists.freebsd.org/pipermail/freebsd-amd64/2008-December/011766.html with more details. -- Bruce