From owner-freebsd-questions@FreeBSD.ORG Mon Feb 18 16:13:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30C7116A419 for ; Mon, 18 Feb 2008 16:13:48 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.190]) by mx1.freebsd.org (Postfix) with ESMTP id BD0EC13C478 for ; Mon, 18 Feb 2008 16:13:47 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: by ti-out-0910.google.com with SMTP id j2so769243tid.3 for ; Mon, 18 Feb 2008 08:13:46 -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:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=9/ZlcRmAGQy7/l4JWaCBVgw00+necD4dzZ3ZzVdbTmI=; b=rQrsiG5oiDnCwBD+PibRqc+6YgOQxFfF3GWqk7JPXCzX3fZN83A4SFk4U8PZNwtGV3zBk5QGIqiWBY+blvG8KH2kUeCUdriomJIq74EbEk5Wv7ndk3Wju/zHbA7ThJhuE/hCxCvdgQUGXOaqmfZeuKv7WWM2MLj7PtsedHZ4byI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=pMXGaKgUcmzOncRFtuNJw/YE109cmfcdYZJFsxZeEOp0JEauaOhOaJO+eZHBKYJiWgcshz3HybC9Ow0llAg4bTauRo9BdxudiSRvyPQanx6/aaGEeDeirIyBPs63MDuXIyxzK0y4q17CdEiHZqFtVHiDaxzw+Xi5WLi44pR+LY4= Received: by 10.150.198.14 with SMTP id v14mr2075394ybf.134.1203351224895; Mon, 18 Feb 2008 08:13:44 -0800 (PST) Received: by 10.150.148.8 with HTTP; Mon, 18 Feb 2008 08:13:44 -0800 (PST) Message-ID: <1563a4fd0802180813l7d80cb4en9adfd838f4591712@mail.gmail.com> Date: Mon, 18 Feb 2008 21:43:44 +0530 From: "navneet Upadhyay" To: "Dominic Fandrey" In-Reply-To: <47B9A31B.7060602@bsdforen.de> MIME-Version: 1.0 References: <1563a4fd0802180712w476125a4x229cc38509016b94@mail.gmail.com> <47B9A31B.7060602@bsdforen.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 32 bit and 64 bit freebsd binary compatiblty X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 16:13:48 -0000 Yes i am using few libs not built on FreeBSD but they work fine on 32 bit freeBSD , so in principle they shud have the same behavior on 64 one. On 2/18/08, Dominic Fandrey wrote: > > navneet Upadhyay wrote: > > Hi , > > For our product we generally compile the binaries on 32 bit > systems > > and use them for both 32 and 64 bit systems. like we have same binaries > for > > 32 bit and 64 bit RHEL. > > > > We are porting the product to FreeBSD and when we tried the same, > > i.erunning binaries compiled on 32 bit FreeBSD > > 6.2 on 64 bit FreeBSD system they produce *core dump.* > > > > > > Any known reasons, do we have to compile binaries on 64 bit machine. > > This should not happen. I would blindly guess at a linking problem. Are > you > using any shared libraries that do not belong to the base system? >