This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: Getting gcc and libstdc++ 7 to live happily together


>I was just wondering, does anyone have any advice on getting gcc-cvs and 
>libstdc++ v7 to live happily together? At the moment I'm doing a quite 
>messy moving around of directories to compile and moving them back to do 
>cvs-update. Unfortunatly I just got myself in a horrible mess and now I 
>think, surely there must be a nicer way of doing this?

check out gcc
check out libstdcxx_so_7

cd gcc
mv libstdc++-v3 libstdc++v3.cvs
mv ../libstdc++-v3 ./libstdc++v3.so_7

ln -s libstdc++-v3.cvs libstdc++-v3  for so_6 builds
ln -s libstdc++-v3.so_7 for so_7 builds

cvs updates in gcc will just work

-benjamin


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