https://bugs.winehq.org/show_bug.cgi?id=50625
--- Comment #18 from David Paradis david.paradis@us.abb.com --- Because the .configure is not finding and dealing with unwind it is setting the UNWIND_LIBS library define to empty. Even though I have passed in the location of the lib on configure it still seems to be ignoring it.
I am not strong on the whole command line make and how all of the checks get done to determine if the unwind library is present. It appears that the .configure is attempting to compile and include unwind and fails, therefore disabling it. As far as I know I have installed all of the pieces for libunwind-dev and verified that they are present in the /usr/include and lib folders.
At this point I am kind of stumped as to what else to try.
Again, thank you for the assistance