Re: Debug version of firefox

2019-05-05 Thread Michael Zhilin
Hi, AFAIK, firefox uses dwarf2 even if no WITH_DEBUG option is used. Thank! On Sun, May 5, 2019 at 2:24 AM George Mitchell wrote: > I tried compiling a debugging version of firefox: > > cd /usr/ports/www/firefox; make clean; make WITH_DEBUG=yes install > > The resulting binary had no debug sym

Compiling u-boot-rpi3 on an rpi3

2019-05-05 Thread bob prohaska
With FreeBSD at r347055 and ports at 500862 attempts to compile sysutils/u-boot-rpi3 stop with a string of errors starting with ld: error: undefined symbol: EVP_MD_CTX_new >>> referenced by mxsimage.c >>> tools/mxsimage.o:(mxsimage_generate) ld: error: undefined symbol: EVP_MD_CTX_fr

Re: Debug version of firefox

2019-05-05 Thread Anders Jensen-Waud
On 5/5/19 8:56 am, George Mitchell wrote: I tried compiling a debugging version of firefox: cd /usr/ports/www/firefox; make clean; make WITH_DEBUG=yes install The resulting binary had no debug symbols. What did I do wrong? -- George WITH_DEBUG may not modify Firefox's actual makefile to do

Re: Debug version of firefox

2019-05-05 Thread Robert Huff
Anders Jensen-Waud writes: > On 5/5/19 8:56 am, George Mitchell wrote: > > I tried compiling a debugging version of firefox: > > > > cd /usr/ports/www/firefox; make clean; make WITH_DEBUG=yes install > > > > The resulting binary had no debug symbols. What did I do wrong? > > -- George >