Hello All ! I trying to build wine on my Redhat 7.1 box. Compilation stops with the following error messages : . . . make[1]: Leaving directory `/receive/wine-20010510/tsx11' make[1]: Entering directory `/receive/wine-20010510/dlls' make[2]: Entering directory `/receive/wine-20010510/dlls/ntdll' LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -o ntdll.spec.c -spec ./ntdll.spec ../../tools/winebuild/winebuild: error while loading shared libraries: unexpected reloc type 0x1d make[2]: *** [ntdll.spec.c] Error 127 make[2]: Leaving directory `/receive/wine-20010510/dlls/ntdll' make[1]: *** [ntdll/libntdll.so] Error 2 make[1]: Leaving directory `/receive/wine-20010510/dlls' make: *** [dlls] Error 2 What does it mean ? Is there anybody who solved this problem ? Thanx in advance. ---- Posted via http://www.etin.com - the FREE public USENET portal on the Web Complete SEARCHING, BROWSING, and POSTING of text and BINARY messages!
Dear Unknown, ;) I tried to repeat your result, but succeeded - I'v got . ../../tools/winebuild/winebuild -fPIC -L../../dlls -o ntdll.spec.c -spec ./ntdll.spec gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o ntdll.spec.o ntdll.spec.c . and so on... There are some questions: what version of gcc do you use? What configure options did you set? I think that part of make output, conserning building of winebuild itself is also worth reading. Is it OK? Finally, you might check out config.log. Usually there are many failture entries there - it's just a result of your system testing. Check up lines like /usr/bin/ld: cannot find -lXXX (where XXX=[dnet, dnet_stub, i386, ossaudio, xpg4, mmap, cups] in my case) These lines mean that there is no appropriate libXXX.so on your box. Sometimes the library actually presents, named libXXX.so.2 or libXXX.so.4.9, for example. Try to locate libXXX.so If you discovered such a file, you need to link it to libXXX.so to make this shared library installed correctly. It took a lot of my time to trace all of these misinstallations on RH 7.0. Possibly, you have the same problem... On Mon, 21 May 2001, it was written:> From: Unknown <Unknown> > > ../../tools/winebuild/winebuild: error while loading shared libraries: > unexpected reloc type 0x1d
On Mon, 21 May 2001 22:19:12 -0700 (PDT), Unknown <Unknown> wrote:>I trying to build wine on my Redhat 7.1 box.<snip>>libraries: unexpected reloc type 0x1d<snip>>What does it mean ? Is there anybody who solved this problema google search on 'unexpected reloc type' gives several recent results, all on them about RedHat 7.1, so maybe you could ask also on Redhat groups. Gerard
There is an rpm version of that build already available on rpmfind by someone called polish distributions. I installed that in Mandrake 8 and it works fine. -----Original Message----- From: g.patel@wanadoo.fr <g.patel@wanadoo.fr> Newsgroups: comp.emulators.ms-windows.wine To: wine-users@winehq.com <wine-users@winehq.com> Date: Tuesday, May 22, 2001 3:39 AM Subject: Re: Trouble building Wine-20010510>On Mon, 21 May 2001 22:19:12 -0700 (PDT), Unknown <Unknown> wrote: > >>I trying to build wine on my Redhat 7.1 box. ><snip> >>libraries: unexpected reloc type 0x1d ><snip> >>What does it mean ? Is there anybody who solved this problem > >a google search on 'unexpected reloc type' >gives several recent results, all on them about >RedHat 7.1, so maybe you could ask also >on Redhat groups. > >Gerard > >_______________________________________________ >wine-users mailing list >wine-users@winehq.com >http://www.winehq.com/mailman/listinfo/wine-users >