Re: Executing wine over make segfaults.

2006-10-31 Thread Jimmy W
-0800 skrev Thomas Kho: 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

Executing wine over make segfaults.

2006-10-29 Thread Jimmy W
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