From owner-freebsd-ports@FreeBSD.ORG Mon Oct 2 11:35:49 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FBFA16A47E for ; Mon, 2 Oct 2006 11:35:49 +0000 (UTC) (envelope-from vdemart1@tin.it) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF6443D58 for ; Mon, 2 Oct 2006 11:35:49 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from pswm17.cp.tin.it (192.168.70.65) by vsmtp4.tin.it (7.2.072.1) id 451BECC800428EC4 for freebsd-ports@freebsd.org; Mon, 2 Oct 2006 13:35:48 +0200 Message-ID: <10e08ceeae2.vdemart1@tin.it> Date: Mon, 2 Oct 2006 12:35:48 +0100 (GMT+01:00) From: Vittorio To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: 193.108.204.20 Subject: _FILE_OFFSET_BITS & _LARGE_FILES X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vittorio List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 11:35:49 -0000 I'm trying to port ntfs-3g but my first problem is with configure because the process stops after this diagnostics: ........................................................................ checking dynamic linker characteristics... freebsd6.1 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no configure: error: ntfs- 3g can be built only under Linux. .................. What should I do? Vittorio