On 10/29/06, Jimmy W <[EMAIL PROTECTED]> wrote:
I got a simple problem,  that got really hard to fix.


I am trying to cross-compile stuff over a Makefile with ms compiler.

Problem is that when make are executing wine as a command, wine
segfaults.

An example:

# wine --version
Works!

But:

Makefile
---------
test:
       wine --version
---------

Then run:
#make test

Wine will segfault!

Your problem might be that the Edgy gcc has stack-protector on. I ran
across a segfault when building on my newly upgraded Edgy Eft machine
this morning. See 'Edgy Eft Notes' at
http://wiki.winehq.org/Recommended_Packages for info and a link to an
Ubuntu bug discussion.

-Tommy


Reply via email to