Hi, Ludovic Courtès <[email protected]> writes:
> It’s still there, but the ‘gcc’ package has been “hidden” recently, > meaning that you cannot refer to it by name from the command line. But i can :) ~guix environment --ad-hoc -e '(list (@@ (gnu packages gcc) gcc-9) "lib")'~ > The reason is that in general you’ll want ‘gcc-toolchain’, not ‘gcc’. > ‘gcc-toolchain:lib’ contains libstdc++ and co. Why not keep both? Anyway, ~guix environment --ad-hoc gcc-toolchain:lib~ resulting in these: --8<---------------cut here---------------start------------->8--- guix environment: error: package `[email protected]' lacks output `lib' --8<---------------cut here---------------end--------------->8--- in: ~guix environment --ad-hoc gcc-toolchain~ libstdc++, as well some other gcc libs not presented too. -- WBR, Boris Dekshteyn
