URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID13
Нить номер: 324
[ Назад ]

Исходное сообщение
"Небольшие проблемы с AIX"

Отправлено demox , 30-Ноя-06 14:15 
Устанавливаю Gzip...
    tar xvf gzip-1.2.4.tar
    cd gzip-1.2.4
    ./configure
    make

Но когда пишу ./configure
bash-3.00# ./configure
checking for gcc
checking how to run the C preprocessor
checking for underline in external names
nm: conftest.o: 0654-200 Cannot open the specified file.
nm: No such file or directory
checking for assembler
checking for install
checking for AIX
checking for minix/config.h
checking for POSIXized ISC
checking for DYNIX/ptx libseq
checking for ANSI C header files
checking for string.h
checking for stdlib.h
checking for memory.h
checking for fcntl.h
checking for time.h
checking for unistd.h
checking for utime.h
checking for directory library header
checking for dirent.h
checking for sys/ndir.h
checking for sys/dir.h
checking for ndir.h
checking for closedir return value
checking for Xenix
checking for return type of signal handlers
checking for size_t in sys/types.h
checking if `#!' works in shell scripts
checking for gzip to derive installation directory prefix
        chose installation directory prefix /usr
creating config.status
creating Makefile
Вот что получаю :-\\\ Почему он ругается на conftest.o?
Соответственно после команды make
bash-3.00# make
        cc -c -DHAVE_UNISTD_H=1 -DVOID_CLOSEDIR=1 -DRETSIGTYPE=int  gzip.c
/bin/sh: cc:  not found.
make: 1254-004 The error code from the last command is 127.
В чём проблема? Что я делаю не так?


Содержание

Сообщения в этом обсуждении
"Небольшие проблемы с AIX"
Отправлено nikolaev D. , 03-Дек-06 00:17 

>/bin/sh: cc:  not found.

а у тебя компилятор есть ?


"Небольшие проблемы с AIX"
Отправлено demox , 04-Дек-06 09:25 
>
>>/bin/sh: cc:  not found.
>
>а у тебя компилятор есть ?


Ну вроде как xlC есть. А gcc слышал, что не работает нормально на платформе AIX.


"Небольшие проблемы с AIX"
Отправлено blackpepper , 04-Дек-06 09:57 
>>
>>>/bin/sh: cc:  not found.
>>
>>а у тебя компилятор есть ?
>
>
>Ну вроде как xlC есть. А gcc слышал, что не работает нормально
>на платформе AIX.

-bash-2.05b# gcc -v
Reading specs from /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2/specs
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --disable-shared --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.2.0.0
Thread model: aix
gcc version 3.3.2



"Небольшие проблемы с AIX"
Отправлено anonymous , 12-Дек-06 15:20 
>>>
>>>>/bin/sh: cc:  not found.
>>>
>>>а у тебя компилятор есть ?
>>
>>
>>Ну вроде как xlC есть. А gcc слышал, что не работает нормально
>>на платформе AIX.
>
>-bash-2.05b# gcc -v
>Reading specs from /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2/specs
>Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --disable-shared --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.2.0.0
>
>Thread model: aix
>gcc version 3.3.2
>

тогда сделай export CC=gcc (если в bash) или линк на gcc в /bin/cc


"Небольшие проблемы с AIX"
Отправлено anonymous , 30-Июл-08 23:01 
>Ну вроде как xlC есть. А gcc слышал, что не работает нормально
>на платформе AIX.

Так есть или вроде?  lslpp | grep