From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 19 21:25:23 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D3D316A417 for ; Sat, 19 Jan 2008 21:25:23 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (pool-96-225-216-68.ptldor.fios.verizon.net [96.225.216.68]) by mx1.freebsd.org (Postfix) with ESMTP id 3A6B913C46E for ; Sat, 19 Jan 2008 21:25:22 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.14.1/8.13.8) with ESMTP id m0JKN0Vg018704 for ; Sat, 19 Jan 2008 12:23:00 -0800 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.14.1/8.13.4/Submit) with UUCP id m0JKN0lx018701 for freebsd-amd64@freebsd.org; Sat, 19 Jan 2008 12:23:00 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id UAA25742; Sat, 19 Jan 2008 20:20:35 GMT Message-Id: <200801192020.UAA25742@sopwith.solgatos.com> To: freebsd-amd64@freebsd.org In-reply-to: Your message of "Sat, 19 Jan 2008 18:50:02 GMT." <200801191850.m0JIo2v1043021@freefall.freebsd.org> Date: Sat, 19 Jan 2008 12:20:35 +0000 From: Dieter Subject: Re: amd64/119771: troubles w/ -m32 executables on both amd64 and i386 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 21:25:23 -0000 > -----cut here-tseek.c---- > -----cut here-cfseek.c---- tseek.c:13: warning: function declaration isn't a prototype tseek.c: In function `main': tseek.c:36: warning: int format, different type arg (arg 2) tseek.c:48: warning: int format, different type arg (arg 2) tseek.c:60: warning: int format, different type arg (arg 2) cfseek.c:10: warning: function declaration isn't a prototype cfseek.c: In function `cfseek_': cfseek.c:19: warning: int format, different type arg (arg 4) cfseek.c:21: warning: int format, different type arg (arg 3) These may or may not be contributing to your problem, but step one is always fix all compiler warnings.