Le dim 01/06/2003 à 07:52, Mike Hearn a écrit :
> ChangeLog:
> NPTL is only available on i686 versions of Red Hat 9, so ensure the
> /lib/tls directory is present before enabling support in wineinstall.
> ----
>
> Index: tools/wineinstall
> ===================================================================
> RCS file: /home/wine/wine/tools/wineinstall,v
> retrieving revision 1.55
> diff -u -r1.55 wineinstall
> --- tools/wineinstall 16 May 2003 20:13:16 -0000 1.55
> +++ tools/wineinstall 1 Jun 2003 11:48:57 -0000
> @@ -20,8 +20,8 @@
> #
>
> #--- defaults (change these if you are a packager)
> -CONFARGS="" # configure args, e.g. --prefix=/usr --sysconfdir=/etc
> -prefix=/usr/local # installation prefix
> +CONFARGS="--with-nptl" # configure args, e.g. --prefix=/usr --sysconfdir=/etc
> +prefix=/opt/wine # installation prefix
You'll end up with /opt/wine/bin, /opt/wine/lib, etc? wine won't be in
the path, which is not standard at all and will lead to "I can't use it
after installation"...
Also, why do you force --with-nptl at the beginning? You'll get it
either twice, or once if you don't need it.
Vincent