<span>On 8/8/07, Bryan DeGrendel &lt;<a href="mailto:sirnuke@gmail.com">sirnuke@gmail.com</a>&gt; wrote:<br>&gt; On 8/7/07, Walter Graf &lt;<a href="mailto:grafw@umich.edu">grafw@umich.edu</a>&gt; wrote:<br>&gt; &gt; Hello, all,
<br>&gt; &gt; I&#39;m trying to get Wine running on some Red Hat boxes at my University (don&#39;t<br>&gt; &gt; worry, I have permission!) ... But, I don&#39;t have any root access to the<br>&gt; &gt; boxes, and I&#39;m limited to installing on my shared (AFS) space. In any case,
<br>&gt; &gt; I&#39;d probably want it to run from my user space anyways, so that its<br>&gt; &gt; accessible from all boxes on the network.<br>&gt; &gt; Some required information, probably:<br>&gt; &gt;<br>&gt; &gt; dc3nep68% cat /proc/version
<br>&gt; &gt; Linux version 2.6.9-42.0.10.ELsmp<br>&gt; &gt; (<a href="mailto:brewbuilder@ls20-bc1-14.build.redhat.com">brewbuilder@ls20-bc1-14.build.redhat.com</a>) (gcc version<br>&gt; &gt; 3.4.6 20060404 (Red Hat 3.4.6-3
)) #1 SMP Fri Feb 16 17:13:42 EST 2007<br>&gt; &gt;<br>&gt; &gt; When I log in, it greets me with:<br>&gt; &gt; CAEN Red Hat Enterprise Linux WS release 4 (Nahant Update 4)<br>&gt; &gt;<br>&gt; &gt; I know, these boxes are pretty old. There&#39;s not much I can do about that.
<br>&gt; &gt; I tried to do an RPM install using --prefix=[somewhere in my AFS user<br>&gt; &gt; space], but it tells me &quot;wine is not relocatable.&quot; (I very well may have<br>&gt; &gt; done something wrong, as I&#39;m not a RH guy. If anyone has suggestions on this
<br>&gt; &gt; front, I&#39;d gladly accept them, too!) So, I figured I&#39;d have a go at<br>&gt; &gt; compiling. So,<br>&gt; &gt;<br>&gt; &gt; ./configure --prefix=[a folder in my AFS space] --without-opengl<br>&gt; &gt; goes fine
<br>&gt; &gt;<br>&gt; &gt; make depend<br>&gt; &gt; no problems<br>&gt; &gt;<br>&gt; &gt; make<br>&gt; &gt; goes ok for a bit, then (starting form the topmost error I can find):<br>&gt; &gt;<br>&gt; &gt; gcc -m32 -c -I. -I. -I../../include -I../../include
<br>&gt; &gt; -DINCLUDEDIR=&quot;\&quot;/afs/engin.umich.edu/u/g/r/grafw/Private/wine/include/wine\&quot;&quot;<br>&gt; &gt; -DDLLDIR=&quot;\&quot;/afs/engin.umich.edu/u/g/r/grafw/Private/wine/lib/wine\&quot;&quot;<br>&gt; &gt; -DLIBDIR=&quot;\&quot;/afs/engin.umich.edu/u/g/r/grafw/Private/wine/lib\&quot;&quot;
<br>&gt; &gt; -DDLLFLAGS=&quot;\&quot;-D_REENTRANT -fPIC\&quot;&quot; -DLDDLLFLAGS=&quot;\&quot;-shared<br>&gt; &gt; -Wl,-Bsymbolic,-z,defs,-init,__wine_spec_init,-fini,__wine_spec_fini\&quot;&quot;<br>&gt; &gt; -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;
<br>&gt; &gt; -DLD=&quot;\&quot;ld -m elf_i386\&quot;&quot; -DPRELINK=&quot;\&quot;/usr/sbin/prelink\&quot;&quot;<br>&gt; &gt;&nbsp;&nbsp;-Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement<br>&gt; &gt; -Wwrite-strings -Wpointer-arith&nbsp;&nbsp;-g -O2&nbsp;&nbsp;-o 
winegcc.o winegcc.c<br>&gt; &gt; cc1: error: invalid option `32&quot;&#39;<br>&gt; &gt; cc1: error: missing argument to &quot;-m&quot;<br>&gt; &gt; cc1: error: unrecognized command line option &quot;-f32&quot;&quot;<br>&gt; &gt; make[2]: *** [
winegcc.o] Error 1<br>&gt; &gt; make[2]: Leaving directory<br>&gt; &gt; `/afs/engin.umich.edu/u/g/r/grafw/Private/wine-0.9.42/tools/winegcc&#39;<br>&gt; &gt; make[1]: *** [winegcc] Error 2<br>&gt; &gt; make[1]: Leaving directory
<br>&gt; &gt; `/afs/engin.umich.edu/u/g/r/grafw/Private/wine-0.9.42<br>&gt; &gt; /tools&#39;<br>&gt; &gt; make: *** [tools] Error 2<br>&gt; &gt;<br>&gt; &gt; I&#39;ve tried compiling with several versions of Wine (the exact error above is
<br>&gt; &gt; from 0.9.42, but I also got the same thing with 0.9.41 an 0.9.12)...<br>&gt; &gt; That&#39;s about it. Does anybody know what&#39;s going on here? Do I need to give<br>&gt; &gt; any other information?<br>&gt; &gt;
<br>&gt; &gt; Thanks :D<br>&gt; &gt;<br>&gt; &gt; Walter<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; wine-users mailing list<br>&gt; &gt; <a href="mailto:wine-users@winehq.org">wine-users@winehq.org
</a><br>&gt; &gt; <a href="http://www.winehq.org/mailman/listinfo/wine-users">http://www.winehq.org/mailman/listinfo/wine-users</a><br>&gt; &gt;<br>&gt; <br>&gt; Hello.&nbsp;&nbsp;I spend some time get a half-decent music player to compile on
<br>&gt; my AFS space a few months ago.&nbsp;&nbsp;A few notes:<br>&gt; <br>&gt; 1. I believe all CAEN computers are 64-bit.&nbsp;&nbsp;-m32 flag means compile a<br>&gt; 32-bit program for a 64-bit OS, if I understand correctly.&nbsp;&nbsp;It looks<br>
&gt; like you need the glibc-devel 32-bit package for that to work [1].<br>&gt; 2. There weren&#39;t many dev libraries installed on the box I was on.&nbsp;&nbsp;I<br>&gt; guess if ./configure ran okay there aren&#39;t any show stopping problems,
<br>&gt; but you might want to try the --verbose flag to see what you are<br>&gt; missing.<br>&gt; <br>&gt; I don&#39;t have any experience with WINE on 64-bit but you might want to<br>&gt; read this [2] page.<br>&gt; <br>
&gt; Good luck,<br>&gt; Bryan DeGrendel<br>&gt; <br>&gt; [1] <a href="http://www.redhat.com/archives/fedora-devel-list/2005-January/msg00831.html">http://www.redhat.com/archives/fedora-devel-list/2005-January/msg00831.html
</a><br>&gt; [2] <a href="http://wiki.winehq.org/WineOn64bit">http://wiki.winehq.org/WineOn64bit</a><br><br><br>Thanks for the reply..!<br>I certainly hadn&#39;t considered that these machines were 64 bit.. When compiling your music player, did you also end up using glibc-devel? How did you get this working (that is, without root access)? I haven&#39;t had any luck so far.
<br>And, good call on the ./compile --verbose ... it looks like I&#39;ll be missing quite a few things, but nothing that I really need, I think. I&#39;m currently only planning on using one program through Wine.<br><br>Thanks again,
<br><br>Walter<br></span>