From owner-freebsd-questions@FreeBSD.ORG Fri Dec 15 22:03:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB2DC16A417 for ; Fri, 15 Dec 2006 22:03:40 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 756DB43CC6 for ; Fri, 15 Dec 2006 22:01:50 +0000 (GMT) (envelope-from michael.grant@gmail.com) Received: by wr-out-0506.google.com with SMTP id i28so502127wra for ; Fri, 15 Dec 2006 14:03:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=d+NwAPeY199GgP5++xPYNMfwwAnxM5FCRhm5mLZnRA3FvHrnXsjJSan5W/jz0sOaVx4lL3owOsbbpkfs5t1tkpUfqh7bghykIslcjk3Gwt+Rgy99ox6QMHO51VDG6cjtCF/U68nI9wOcti1QnA46CUcj2F0xJU/xit2UaPYBals= Received: by 10.82.113.6 with SMTP id l6mr124544buc.1166220210854; Fri, 15 Dec 2006 14:03:30 -0800 (PST) Received: by 10.82.134.11 with HTTP; Fri, 15 Dec 2006 14:03:30 -0800 (PST) Message-ID: <62b856460612151403l3839c75fj6c3248919a2784ce@mail.gmail.com> Date: Fri, 15 Dec 2006 23:03:30 +0100 From: "Michael Grant" Sender: michael.grant@gmail.com To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 3e813c73eb055652 Subject: compiling a port unstripped for debugging 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, 15 Dec 2006 22:03:41 -0000 Can someone please tell me if there is an easy way to compile and install a port without stripping it (i.e. compiling it with -g and not running strip when it's installed)? Michael Grant