error: C compiler cannot create executables
Доброго времени суток.
При сборке пакета выдается следующие сообщение об ошибке.
Кто знает в чем дело?
$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
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... configure: error: C compiler
cannot create executables
See `config.log' for more details.
Андрей <andg***@m*****.ru> writes:
Здравствуйте!
Ну а что написано в `config.log' (в его конце)? Что говорит which ld ?
ЗЫ: было же написано 'See `config.log' for more details.'
Попробуйте скомпилировать foo.c
цут хере int main()
{
puts("Hello, world!");
}
и цут хере gcc -o foo foo.c
И что gcc скажет?