------- Comment #3 from bkoz at gcc dot gnu dot org 2007-06-07 10:00 -------
>When I build gcc-g++ 4.2.0 in Mingw32 in Windows XP, when it compile libstdc++ >, it want to create directory link of > $GCC_SRC_ROOT\libstdc++-v3\include\ext\pb_ds\detail >but in mingw32 , It can't create it. Why not? What's the exact error from the build? To change 'ln -s' to 'cp -r' you would need to change the "LN_S" variable in the suitable Makefile. However, if this is not working routinely for mingw32, this should be changed across the board, not just for libstdc++. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32092