Installing gcc.lib

I have an application with components that need runtime access to libstdc++ (in LD_LIBRARY_PATH). With shell.nix I’d grab pkgs.gcc.lib (or stdenv.cc.cc.lib); what’s the Flox equivalent?

I tried installing gcc, but that only seems to install the default (gcc.out) output. Installing gcc.lib doesn’t work.

Try the package gcc-unwrapped. That includes libstdc++.

1 Like