Here is what is output: checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/tmp/nix-build- libsigsegv-2.10.drv-0/libsigsegv-2.10': configure: error: C compiler cannot create executables See `config.log' for more details phase `configure' failed after 1 seconds
config.log contains the following lines: gcc version 4.7.2 (GCC) configure:3126: $? = 0 configure:3115: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3126: $? = 1 configure:3115: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3126: $? = 1 configure:3146: checking whether the C compiler works configure:3168: gcc conftest.c >&5 ld: cannot find crt1.o: No such file or directory ld: cannot find crti.o: No such file or directory collect2: error: ld returned 1 exit status configure:3172: $? = 1 configure:3210: result: no Does anyone else have the same problem? What could be happening? Andreas
