$ ll /nix/store/vv1f74giym9ixgp10jl9a8sgsjylf9n1-gcc-4.1.2/bin/
total 1200
-r-xr-xr-x 1 root root 141985 1970-01-01 01:00 c++
-r-xr-xr-x 1 root root 141982 1970-01-01 01:00 cpp
-r-xr-xr-x 1 root root 141985 1970-01-01 01:00 g++
-r-xr-xr-x 1 root root 141951 1970-01-01 01:00 gcc
-r-xr-xr-x 1 root root 15999 1970-01-01 01:00 gccbug
-r-xr-xr-x 1 root root 30284 1970-01-01 01:00 gcov
-r-xr-xr-x 1 root root 141985 1970-01-01 01:00 i686-pc-linux-gnu-c++
-r-xr-xr-x 1 root root 141985 1970-01-01 01:00 i686-pc-linux-gnu-g++
-r-xr-xr-x 1 root root 141951 1970-01-01 01:00 i686-pc-linux-gnu-gcc
-r-xr-xr-x 1 root root 141951 1970-01-01 01:00 i686-pc-linux-gnu-gcc-4.1.2

g++ and i686-pc-linux-gnu-g++ should be symlinks to g++. Likewise i686-pc-linux-gnu-gcc and i686-pc-linux-gnu-gcc-4.1.2 should symlink to gcc.

Submitted on 31 May 2007 at 14:52

Log in to post comments