Problem: When I try to make wine (tried older versions and latest CVS) everyting works ok until it get's to dlls/ntdll (tried both manually and tools/wineinstall) then I get this message: -------------------------cut------------------------------ make[1]: Entering directory `/stuff/wine/wine/dlls' make[2]: Entering directory `/stuff/wine/wine/dlls/ntdll' LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -o ntdll.spec.c -spec ./ntdll.spec make[2]: *** [ntdll.spec.c] Segmentation fault (core dumped) make[2]: Leaving directory `/stuff/wine/wine/dlls/ntdll' make[1]: *** [ntdll/libntdll.so] Error 2 make[1]: Leaving directory `/stuff/wine/wine/dlls' make: *** [dlls] Error 2 Compilation failed, aborting install. -------------------------cut------------------------------ Anybody else got this error and/or know a solution? /Henrik J --
If it occurs for both the latest CVS and for older builds then it points to your system(gcc, ram, cpu etc) as being at fault. Can you do a complete kernel compile without any such errors? What version of gcc do you have etc? Thanks, Chris On Mon, 13 Aug 2001, Henrik "Morge" Johansson wrote:> Problem: > > When I try to make wine (tried older versions and latest CVS) everyting > works ok until it get's to dlls/ntdll (tried both manually and > tools/wineinstall) then I get this message: > > -------------------------cut------------------------------ > make[1]: Entering directory `/stuff/wine/wine/dlls' > make[2]: Entering directory `/stuff/wine/wine/dlls/ntdll' > LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" > ../../tools/winebuild/winebuild -fPIC -L../../dlls -o ntdll.spec.c -spec > ./ntdll.spec > make[2]: *** [ntdll.spec.c] Segmentation fault (core dumped) > make[2]: Leaving directory `/stuff/wine/wine/dlls/ntdll' > make[1]: *** [ntdll/libntdll.so] Error 2 > make[1]: Leaving directory `/stuff/wine/wine/dlls' > make: *** [dlls] Error 2 > > Compilation failed, aborting install. > -------------------------cut------------------------------ > > Anybody else got this error and/or know a solution? > > /Henrik J > -- > > >
On Mon, 13 Aug 2001 21:45:34 +0200 (CEST), "Henrik \"Morge\" Johansson" <morge@strangeland.nu> wrote: <snip>>Compilation failed, aborting install.Could you give a detailed context for a compile problem ! - system (hardware, software) - Compiler, utils Do you have a vanilla system, or did you do upgrades of tools or libraries ? (If yes, don't forget to make distclean at the top level directory) Gerard