This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/32092] Can't create directory link when build libstdc++ (gcc-4.2.0)
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jun 2007 10:00:13 -0000
- Subject: [Bug libstdc++/32092] Can't create directory link when build libstdc++ (gcc-4.2.0)
- References: <bug-32092-5896@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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