Whenever I try to compile from source, if I type:
[root@Linux ghomemover-0.2]# ./configure bash: ./configure: /bin/sh: bad interpreter: permission not enough
if I try:
[root@Linux ghomemover-0.2]# sh ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
[root@Linux ghomemover-0.2]#
The fedora just said can't find gcc, however I perform a full install of fedora and I do have gcc in my box, what's the problem?