Difference between revisions of "OpenDBX/Setup/Common problems"
From Linuxnetworks
< OpenDBX
(cannot create executables) |
(No difference)
|
Revision as of 12:51, 20 December 2008
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