Bug#386121: This bug *is* Debian's fault

2006-11-16 Thread Nach
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

Bug#386121: This Stupid Bug

2006-09-25 Thread Nach
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:

Bug#301877: gcc-3.3: -O3 is defining BIG_ENDIAN on little endian machines

2005-03-28 Thread Nach M. S.
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