Hi everyone, I'm getting a segmentation fault compiling wine. This is the error message:
LD_LIBRARY_PATH="../../library:../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -o kernel32.spec.c -spec ./kernel32.spec make: *** [kernel32.spec.c] Segmentation fault make: *** Deleting file `kernel32.spec.c'
This is using the current CVS source. I also downloaded the wine-20020411 release of wine and got the same error. I am assuming that there is something wrong with my setup, because I compiled the CVS source about 2 weeks ago without problems, which was after the wine-20020411 release. Any ideas?
Thanks, Mason Kidd
On Tue, May 07, 2002 at 08:40:20PM -0500, Mason Kidd wrote:
Hi everyone, I'm getting a segmentation fault compiling wine. This is the error message:
LD_LIBRARY_PATH="../../library:../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -o kernel32.spec.c -spec ./kernel32.spec make: *** [kernel32.spec.c] Segmentation fault make: *** Deleting file `kernel32.spec.c'
This is using the current CVS source. I also downloaded the wine-20020411 release of wine and got the same error. I am assuming that there is something wrong with my setup, because I compiled the CVS source about 2 weeks ago without problems, which was after the wine-20020411 release. Any ideas?
Well, the Most Important Question Of The World: which compiler are you using ?