search for: confarg

Displaying 4 results from an estimated 4 matches for "confarg".

Did you mean: conf_arg
2001 May 21
2
Failed Dependency
I have an installation of Redhat 6.0, I am attempting to install wine from an RPM file, bit it gives me the following message : Failed Dependency : libGL.so.1 1. What does this mean? 2. Where do I get libGL.so.1 from (That will work with Redhat 6.0)?
2012 Mar 08
8
Mouse still not working properly on OS X with 1.4
This has been an ongoing issue with all of the 1.4 releases. In several games, notably Oblivion, Fallout 3, Fallout:NV, and Far Cry, the mouse will not function properly. On main menus, the mouse will be stuck in one quadrant of the screen, as if what the mouse thinks the screen boundaries are is not aligned with the actual boundaries. In game, the mouse swings wildly all over the screen,
2001 Nov 14
1
Wine exits immediately to debugger (_dl_relocate_object -- glibc2.2.3)
added --prefix=/usr/local/wine to CONFARGS in file). When I try to run any program with any sort of system of calling wine it exits immediately and starts the debugger with something like the following trace. I notice that the trace seems to end in a call to dl-reloc.c. I don't know if this is a bogus message produced by something...
2003 Apr 10
1
Starcraft Patch
...====================== RCS file: /home/wine/wine/tools/wineinstall,v retrieving revision 1.52 diff -u -r1.52 wineinstall --- tools/wineinstall 24 Mar 2003 19:29:38 -0000 1.52 +++ tools/wineinstall 10 Apr 2003 02:14:49 -0000 @@ -20,7 +20,7 @@ # #--- defaults (change these if you are a packager) -CONFARGS="" # configure args, e.g. --prefix=/usr --sysconfdir=/etc +CONFARGS="--with-nptl" # configure args, e.g. --prefix=/usr --sysconfdir=/etc prefix=/usr/local # installation prefix sysconfdir=$prefix/etc # where wine.conf and...