Hello, all,<br>I&#39;m trying to get Wine running on some Red Hat boxes at my University (don&#39;t worry, I have permission!) ... But, I don&#39;t have any root access to the boxes, and I&#39;m limited to installing on my shared (AFS) space. In any case, I&#39;d probably want it to run from my user space anyways, so that its accessible from all boxes on the network. 
<br>Some required information, probably:<br><br>dc3nep68% cat /proc/version<br>Linux version 2.6.9-42.0.10.ELsmp (<a href="mailto:brewbuilder@ls20-bc1-14.build.redhat.com">brewbuilder@ls20-bc1-14.build.redhat.com</a>) (gcc version 
3.4.6 20060404 (Red Hat 3.4.6-3)) #1 SMP Fri Feb 16 17:13:42 EST 2007<br><br>When I log in, it greets me with:<br>CAEN Red Hat Enterprise Linux WS release 4 (Nahant Update 4)<br><br>I know, these boxes are pretty old. There&#39;s not much I can do about that.
<br>I tried to do an RPM install using --prefix=[somewhere in my AFS user space], but it tells me &quot;wine is not relocatable.&quot; (I very well may have done something wrong, as I&#39;m not a RH guy. If anyone has suggestions on this front, I&#39;d gladly accept them, too!) So, I figured I&#39;d have a go at compiling. So,
<br><br>./configure --prefix=[a folder in my AFS space] --without-opengl<br>goes fine<br><br>make depend<br>no problems<br><br>make <br>goes ok for a bit, then (starting form the topmost error I can find): <br><br>gcc -m32 -c -I. -I. -I../../include -I../../include&nbsp; -DINCLUDEDIR=&quot;\&quot;/afs/engin.umich.edu/u/g/r/grafw/Private/wine/include/wine\&quot;&quot; -DDLLDIR=&quot;\&quot;/afs/engin.umich.edu/u/g/r/grafw/Private/wine/lib/wine\&quot;&quot; -DLIBDIR=&quot;\&quot;/afs/engin.umich.edu/u/g/r/grafw/Private/wine/lib\&quot;&quot; -DDLLFLAGS=&quot;\&quot;-D_REENTRANT -fPIC\&quot;&quot; -DLDDLLFLAGS=&quot;\&quot;-shared -Wl,-Bsymbolic,-z,defs,-init,__wine_spec_init,-fini,__wine_spec_fini\&quot;&quot; -DAS=&quot;\&quot;as --32\&quot;&quot; -DCC=&quot;\&quot;gcc -m32\&quot;&quot; -DCPP=&quot;\&quot;cpp\&quot;&quot; -DCXX=&quot;\&quot;g++\&quot;&quot; -DLD=&quot;\&quot;ld -m elf_i386\&quot;&quot; -DPRELINK=&quot;\&quot;/usr/sbin/prelink\&quot;&quot;&nbsp; -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith&nbsp; -g -O2&nbsp; -o 
winegcc.o winegcc.c<br>cc1: error: invalid option `32&quot;&#39;<br>cc1: error: missing argument to &quot;-m&quot;<br>cc1: error: unrecognized command line option &quot;-f32&quot;&quot;<br>make[2]: *** [winegcc.o] Error 1
<br>make[2]: Leaving directory `/afs/engin.umich.edu/u/g/r/grafw/Private/wine-0.9.42/tools/winegcc&#39;<br>make[1]: *** [winegcc] Error 2<br>make[1]: Leaving directory `/afs/engin.umich.edu/u/g/r/grafw/Private/wine-0.9.42
/tools&#39;<br>make: *** [tools] Error 2<br><br>I&#39;ve tried compiling with several versions of Wine (the exact error above is from 0.9.42, but I also got the same thing with 0.9.41 an 0.9.12)...<br>That&#39;s about it. Does anybody know what&#39;s going on here? Do I need to give any other information?
<br><br>Thanks :D<br><br>Walter<br><br>