From owner-freebsd-questions@FreeBSD.ORG Fri Aug 11 20:53:33 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 DC27F16A4DA for ; Fri, 11 Aug 2006 20:53:33 +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 7D47A43D46 for ; Fri, 11 Aug 2006 20:53:33 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id 65DAA31323; Fri, 11 Aug 2006 16:53:31 -0400 (EDT) Date: Fri, 11 Aug 2006 16:53:31 -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: Fri, 11 Aug 2006 20:53:33 -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.