<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:phil_wo@gmx.net">phil_wo@gmx.net</a> wrote:<br>
<blockquote type="cite" cite="mid002c01c2fec7$4a3bdf60$0201a8c0@erazor">
  <pre wrap="">Hello!

  </pre>
  <blockquote type="cite">
    <pre wrap="">./configure                (and a 2nd time I did :  --with-ntpd)
    </pre>
  </blockquote>
  <pre wrap=""><!---->Did you really use --with-ntpd or was this a typo in your mail? It should
be --with-nptl ...

  </pre>
  <blockquote type="cite">
    <pre wrap="">make depend
make

order and it seemed to work. (Wine build complete)  Now however, I can't
just start winesetup or wine like I was used to. Do I have to start it
from some other directory. Where did it compile ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->You should either call "make install" to finally copy the compiled binaries
and libs to the appropriate directories in your filesystem or just use the
installer script wineinstall:

cd ~/wine (if you've unpacked the wine-source somewhere else you have to
change this command)
./tools/wineinstall (this calls the installer-script, which asks some
questions and then automatically compiles, installs and configures wine. You
may still have to adjust your ~/.wine/config file, to enter some personal
preferences ...)

Note: I don't know if wineinstall uses --with-nptl at the moment - but as
you've configured manually before, it should detect this and just skip the
configure step. Or just edit the file and change the configure-args (it's in
the first few lines under the version history at the beginning of the file).

Good luck,
Philipp Wollermann

_______________________________________________
wine-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wine-users@winehq.com">wine-users@winehq.com</a>
<a class="moz-txt-link-freetext" href="http://www.winehq.com/mailman/listinfo/wine-users">http://www.winehq.com/mailman/listinfo/wine-users</a>
  </pre>
</blockquote>
Thanks for you reply. I now can execute wine again. I got an error message
first, but after using this tip, I found at another forum :<br>
<br>
export LD_ASSUME_KERNEL=2.2.5<br>
<br>
wine runs. However, now I get :<br>
<br>
fixme:win32:PE_CreateModule Unknown directory 15 ignored<br>
err:module:get_registry_value Invalid load order module-type L"so", ignored<br>
Xlib: connection to ":0.0" refused by server<br>
Xlib: No protocol specified<br>
&nbsp;<br>
x11drv: Can't open display: :0.0<br>
<br>
when I try to start a program. I also can't call winesetup.<br>
<br>
I'm one step further, please help one more time !<br>
<br>
George<br>
<br>
<br>
</body>
</html>