IMHO.WS

IMHO.WS (https://www.imho.ws/index.php)
-   Пингвинятник (ОС *NIX) (https://www.imho.ws/forumdisplay.php?f=76)
-   -   C compiler cannot create executables (https://www.imho.ws/showthread.php?t=77009)

kauh 05.01.2005 13:17

C compiler cannot create executables
 
Running system checks ...
checking host system type... i386-unknown-freebsd4.10
checking for pthread_exit in -lc_r... yes
checking for gcc... gcc
checking whether the C compiler (gcc -pthread ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.


Работаю через SSH.
Пишу 'which gcc' все нормально пишет путь...
Скрипт Kannel: Open Source WAP and SMS gateway
http://www.kannel.org/

В чем проблема???

Bek 05.01.2005 13:33

check permissions

Drakosha 05.01.2005 21:47

возьми любую програмку на C и попробуи откомпилировать, например:

Код:

int main() { return 1; }
> gcc 1.c


Часовой пояс GMT +4, время: 02:40.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.