http://bugs.winehq.com/show_bug.cgi?id=746
*** shadow/746 Thu May 30 09:29:44 2002 --- shadow/746.tmp.18879 Thu May 30 09:29:44 2002 *************** *** 0 **** --- 1,53 ---- + +============================================================================+ + | wrc gives segfault when creating kernel.res | + +----------------------------------------------------------------------------+ + | Bug #: 746 Product: Wine | + | Status: UNCONFIRMED Version: 20020509 | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-kernel | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: sjf8@yahoo.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + When building either the 0509 release, or building from the latest CVS I get the + following error: + + LD_LIBRARY_PATH="../../library:../../unicode:$LD_LIBRARY_PATH" + ../../tools/wrc/wrc -I. -I. -I../../include -I../../include -o kernel.res -r + kernel.rc + make[2]: *** [kernel.res] Segmentation fault (core dumped) + make[2]: Leaving directory `/usr/local/wine/dlls/kernel' + make[1]: *** [kernel] Error 2 + make[1]: Leaving directory `/usr/local/wine/dlls' + make: *** [dlls] Error 2 + + My system config follows: + + >Release: libc-2.2.4 + >Environment: + <machine, os, target, libraries (multiple lines)> + Host type: i386-redhat-linux-gnu + System: Linux saul 2.4.12 #3 Thu Oct 11 16:25:20 EDT 2001 i686 unknown + Architecture: i686 + + Addons: c_stubs glibc-compat linuxthreads + Build CFLAGS: -march=i386 -D__USE_STRING_INLINES -fstrict-aliasing + -freorder-blocks -DNDEBUG=1 -g -O3 + Build CC: gcc + Compiler version: 2.96 20000731 (Red Hat Linux 7.1 2.96-101) + Kernel headers: 2.4.0-0.26 + Symbol versioning: yes + Build static: yes + Build shared: yes + Build pic-default: no + Build profile: yes + Build omitfp: no + Build bounded: no + Build static-nss: no + Stdio: libio \ No newline at end of file