After being annoyed about WINE not working for over a month now, I decided
to do some more checking into this.
I downloaded libstdc++6_4.1.1-19_i386.deb directly off the Debian servers
here:
http://packages.debian.org/cgi-bin/download.pl?arch=i386&file=pool%2Fmain%2Fg%2Fgcc-4.1%2Flibstdc%2B%2B6_4
I'm experiencing the same problem. It's driving me crazy that I can't run WINE anymore on most of my apps.err:module:load_builtin_dll failed to load .so lib for builtin L"gdi32.dll": /usr/local/lib/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/bin/../lib/libstdc++.so.6)
err:module:
Package: gcc-3.3
Version: 1:3.3.5-12
Severity: important
Here is a samle source file to demonstrate the problem:
#include
#ifdef BIG_ENDIAN
#warning Your machine is big endian
#endif
When compiling with -O3, BIG_ENDIAN is defined on an x86 machine.
Without -O3 or without including string.h, BI
3 matches
Mail list logo