From owner-freebsd-questions@FreeBSD.ORG Fri Aug 1 02:05:11 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 38D3A1065670 for ; Fri, 1 Aug 2008 02:05:11 +0000 (UTC) (envelope-from kitche@kitchetech.com) Received: from cp23.myhostcenter.com (s23.n241.vds2000.com [64.6.241.23]) by mx1.freebsd.org (Postfix) with ESMTP id 0A1CA8FC15 for ; Fri, 1 Aug 2008 02:05:10 +0000 (UTC) (envelope-from kitche@kitchetech.com) Received: from localhost ([127.0.0.1]:38991 helo=kitchetech.com) by cp23.myhostcenter.com with esmtpa (Exim 4.68) (envelope-from ) id 1KOjhz-0006Eh-KP; Thu, 31 Jul 2008 21:45:31 -0400 Received: from 129.44.246.121 ([129.44.246.121]) (SquirrelMail authenticated user kitche@kitchetech.com) by kitchetech.com with HTTP; Thu, 31 Jul 2008 21:45:31 -0400 (EDT) Message-ID: <2456.129.44.246.121.1217555131.squirrel@kitchetech.com> In-Reply-To: References: Date: Thu, 31 Jul 2008 21:45:31 -0400 (EDT) From: "Matthew Donovan" To: "Martin Laabs" User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp23.myhostcenter.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kitchetech.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: Re: Compile firefox with debug symbols 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, 01 Aug 2008 02:05:11 -0000 > Hi, > > I have some problems with firefox (it just don't > start - as well as openoffice.) I think it is a > broken lib - but though I recompiled all the libs > it still does not work. > Now I'll do it the right way and use gdb but until > now I had no success compiling a binary of firefox > (or regxpcom which also hangs) with debug symbols > > I tried " make DEBUG=on LOGGING=on" but this produced > also only the stripped binaries. > > So - how can I build firefox (form the ports) with > debug symbols? > > Thank you, > Martin L. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > This is how to do it cd /usr/ports/www/firefox2 or 3 and make config and select the Debug option