This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

First-timer bug report while attempting to compile WINE


Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
Configured with: /usr/gcc-3.2/configure
Thread model: posix
gcc version 3.2

gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_USER32_ -D_WINABLE_ -D_REENTRANT -I/usr/X11R6/include -o ../../controls/edit.o ../../controls/edit.c
../../controls/edit.c: In function `EditWndProc_common':
../../controls/edit.c:1120: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [../../controls/edit.o] Error 1
make[2]: Leaving directory `/home/Gregg/wine-20020904/dlls/user'
make[1]: *** [user] Error 2
make[1]: Leaving directory `/home/Gregg/wine-20020904/dlls'
make: *** [dlls] Error 2

Compilation failed, aborting install.


I was attempting to run the wineinstall tool in the wine-20020904 release, and
found that, after three attempts, I was getting the same error. I receive the
same results on attempts to su and make install.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]