-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 ex
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
--