This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/32092] Can't create directory link when build libstdc++ (gcc-4.2.0)



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]