<div><span class="gmail_quote">On 4/4/06, <b class="gmail_sendername">MF</b> &lt;<a href="mailto:mforcada@freesurf.ch">mforcada@freesurf.ch</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Tom,<br><br>After make depend,&nbsp;&nbsp;last lines give this message:<br>quote<br>ld: Relocatable linking with relocations from format elf64-x86-64
<br>(/usr/lib/libsicuuc.a(<a href="http://ubidi.ao">ubidi.ao</a>)) to format elf32-i386 (gdi32.UrlAln.o)<br>is not supported<br>winebuild: ld -m elf_i386 -r failed with status 256<br>winegcc: ../../tools/winebuild/winebuild failed.
<br>unquote</blockquote>
<div>&nbsp;</div>
<div>Aha!&nbsp; Ok, so make dep and make&nbsp;are failing before&nbsp;they are&nbsp;able to build any of the tools like winecfg and wineprefixcreate...&nbsp; That is due to your 64-bit libraries being installed in the default location, and your 32-bit ones being installed elsewhere..
</div>
<div>&nbsp;</div>
<div>Do you happen to have a /usr/lib32 directory?&nbsp; If so, try doing the build like this:</div>
<div>&nbsp;</div>
<div>make distclean</div>
<div>LDFLAGS=/usr/lib32 ./configure</div>
<div>make dep</div>
<div>make</div>
<div>sudo make install</div>
<div>&nbsp;</div>
<div>and then do the wineprefixcreate and run winecfg..&nbsp; Let us know if you have any problems after that..</div>
<div>&nbsp;</div>
<div>Of course if you do have a lib32 dir, but it is not /usr/lib32, substitute the path to your lib32 dir where I put /usr/lib32 (it shouldn't be just /lib32).. Of course someone on the list could tell you the exact path to the directory if you would be so kind as to tell us what distro you are using. :-)
</div>
<div>&nbsp;</div>
<div>Tom</div></div>