From owner-freebsd-questions@FreeBSD.ORG Tue Aug 1 22:15:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28F4A16A4DD for ; Tue, 1 Aug 2006 22:15:17 +0000 (UTC) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E23B043D58 for ; Tue, 1 Aug 2006 22:15:16 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id 396FE31357; Tue, 1 Aug 2006 18:15:14 -0400 (EDT) Date: Tue, 1 Aug 2006 18:15:14 -0400 (EDT) From: Ensel Sharon To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: static linked python from the ports tree - possible ? 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: Tue, 01 Aug 2006 22:15:17 -0000 For a variety of reasons (long, hard to explain) I need a static python binary - with no external libraries. I know how to do this from source. However, I would like to install from the ports tree - what line can I run inside of /usr/ports/lang/python to get a totally static, standalone python binary ? Thanks.