Subject: Re: gdb/i386 problem
To: Brian C. Grayson <bgrayson@marvin.ece.utexas.edu>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-help
Date: 03/07/1999 23:39:44
Brian C. Grayson wrote:
> 
>   Did you compile with optimization turned off (-O0, IIRC)?  If
> not, it could be that gcc optimized lambda away or similar
> manipulations such that no symbol for lambda was emitted.

That's what happened. Thank you!

Patrick