From owner-freebsd-questions@FreeBSD.ORG Fri Aug 1 04:15:05 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 CC2E41065670 for ; Fri, 1 Aug 2008 04:15:05 +0000 (UTC) (envelope-from Fraser@bacardi.frase.id.au) Received: from bacardi.frase.id.au (203-219-142-174.static.tpgi.com.au [203.219.142.174]) by mx1.freebsd.org (Postfix) with ESMTP id 5196C8FC1C for ; Fri, 1 Aug 2008 04:15:04 +0000 (UTC) (envelope-from Fraser@bacardi.frase.id.au) Received: from bacardi.frase.id.au (localhost [127.0.0.1]) by bacardi.frase.id.au (8.14.2/8.14.2) with ESMTP id m713vKre036655; Fri, 1 Aug 2008 13:57:20 +1000 (EST) (envelope-from Fraser@bacardi.frase.id.au) Received: (from Fraser@localhost) by bacardi.frase.id.au (8.14.2/8.14.2/Submit) id m713vHQC036652; Fri, 1 Aug 2008 13:57:17 +1000 (EST) (envelope-from Fraser) Date: Fri, 1 Aug 2008 13:57:17 +1000 From: Fraser Tweedale To: freebsd-questions@freebsd.org Message-ID: <20080801035716.GA28414@bacardi.frase.id.au> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Cc: martin.laabs@mailbox.tu-dresden.de 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 04:15:05 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 31, 2008 at 09:00:53PM +0200, Martin Laabs wrote: > Hi, >=20 > 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 >=20 > I tried " make DEBUG=3Don LOGGING=3Don" but this produced > also only the stripped binaries. >=20 > So - how can I build firefox (form the ports) with > debug symbols? >=20 > Thank you, > Martin L. WITH_DEBUG is the variable you're interested in. It must be defined, so something like: `make WITH_DEBUG=3Dyes install` should do the trick. Cheers, frase --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkiSiZwACgkQPw/2FZbemTWmvQCfZsc3X55MlcUA/fKtMCm9DvYd tx4Aniwe+pk6znxyUS/OynZ+6vjhGbfQ =b98m -----END PGP SIGNATURE----- --huq684BweRXVnRxX--