Usurp wrote: > > vitamin wrote: > > > > avi wrote: > > > Sorry, I'm running Fedora 9. I was missing three of the recommended development packages. I installed those, but they didn't affect the error. Thanks for your response. Is there any other information I could give you? > > > > > > For FC9 you need to run this before compiling Wine. > > > > Code: > > ulimit -u unlimited > > > > > > this fixes the segfault here. > it doesnt seem to be documented though, did I miss an obvious place ? That was a typo - meant to set stack to unlimited not the max user processes. So 'ulimit -s unlimited' is the correct one.