On 7/6/12 3:38 PM, niXman wrote:
2012/7/6 Christer Solskogen:
Hi!
I've just built a multilib capable gcc (both 4.6.3 and 4.7.1 to see if there
was any difference) using a mingw-w64 cross-compiler. GCC compiles and works
great on Windows, but there seems to be a problem with libstdc++-6.dll.
There is only one version of libstdc++-6.dll installed, and that one is a 32bit
one, which I find stange.
In the gcc-build directory there exists two versions libstdc++-6.dll:
./x86_64-w64-mingw32/libstdc++-v3/src/.libs/libstdc++-6.dll
./x86_64-w64-mingw32/32/libstdc++-v3/src/.libs/libstdc++-6.dll
I suspect that both of them gets installed, but that they are installed in the
same directory and that they overwrite eachother.
This is a known problem.
Ah, okay. Thanks for the update.
--
chs