OpenDBX/Setup/Common problems
From Linuxnetworks
C compiler cannot create executables
checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.
And if you see config.log you see:
crt1.o: No such file: No such file or directory
You probably doesn't have installed build-essential package. To fix this you must:
apt-get update apt-get install build-essential