Re: Generating symbols for setup_native

2017-01-16 Thread Patricia Shanahan
On 1/16/2017 1:32 PM, Damjan Jovanovic wrote: Try --enable-dbgutil or as a last resort --enable-debug. I already have --enable-dbgutil. I'll try --enable-debug overnight. "DEBUG=true build" in the module directory could also work. I'll try this first, because I only have to rebuild the

Re: Generating symbols for setup_native

2017-01-16 Thread Damjan Jovanovic
Try --enable-dbgutil or as a last resort --enable-debug. "DEBUG=true build" in the module directory could also work. On Mon, Jan 16, 2017 at 10:32 PM, Patricia Shanahan wrote: > I built with --enable-symbols in the configure parameters. > > For several modules, I can get symbols

Generating symbols for setup_native

2017-01-16 Thread Patricia Shanahan
I built with --enable-symbols in the configure parameters. For several modules, I can get symbols generated using: make clean; make debug=3Dtrue and copying the updated .dll files. I just tried this for main/setup_native and there does not seem to be a suitable makefile. Is there any way