ОсновноеRadiotalkПользовательское
Общие вопросы по интернет радио вещанию
6   •   Посмотреть все темы

Помогите с установкой

 

33
Адиль @Aдиль
Еще раз всем привет, у меня ошибка при установке ices0.4, Icecast2 я уже установил, но при установке ices0.4, вылезает ошибка:
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

а вот че творитья в логах config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ices configure 0.4, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure --with-lame

## --------- ##
## Platform. ##
## --------- ##

hostname = p110121
uname -m = i686
uname -r = 2.6.32-274.18.1.el5.028stab098.1
uname -s = Linux
uname -v = #1 SMP Sat Feb 11 15:30:41 MSK 2012

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1592: checking for gcc
configure:1621: result: no
configure:1672: checking for cc
configure:1701: result: no
configure:1714: checking for cc
configure:1760: result: no
configure:1813: checking for cl
configure:1842: result: no
configure:1856: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR=''
AR=''
AUTOCONF=''
AUTOHEADER=''
AUTOMAKE=''
AWK=''
CC=''
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W=''
DEFS=''
DEPDIR=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
ICES_OBJECTS=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
INSTALL_STRIP_PROGRAM=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LN_S=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO=''
OBJEXT=''
PACKAGE=''
PACKAGE_BUGREPORT='icecast@xiph.org'
PACKAGE_NAME='ices'
PACKAGE_STRING='ices 0.4'
PACKAGE_TARNAME='ices'
PACKAGE_VERSION='0.4'
PATH_SEPARATOR=':'
PKGCONFIG=''
PLAYLIST_OBJECTS=''
PYTHON=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
SHOUTCONFIG=''
STRIP=''
USE_XML_FALSE=''
USE_XML_TRUE=''
VERSION='0.4'
XMLCONFIG=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__leading_dot=''
am__quote=''
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${prefix}/share'
docdir=''
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p=''
moddir=''
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT "icecast@xiph.org"
#define PACKAGE_NAME "ices"
#define PACKAGE_STRING "ices 0.4"
#define PACKAGE_TARNAME "ices"
#define PACKAGE_VERSION "0.4"

configure: exit 1


Устанавливаю на DEBIAN

26
MAzZY @MAzZY
Запустите
gcc --version
Если напишет, что не найдено, то тогда
apt-get update
apt-get install gcc

33
Адиль @Aдиль
MAzZY пишет:

Запустите
gcc --version
Если напишет, что не найдено, то тогда
apt-get update
apt-get install gcc

Спасибо
Но все равно не могу установить ices0.4, поможете кто нибуть?

6245
Тарас @tarasian666
при каждой ошибке что заканчивается по типу checking for что-то... no надо устанавливать то "что-то" чаще с приставкой -dev вконце

33
Адиль @Aдиль
tarasian666 пишет:

при каждой ошике что заканчивается по типу checking for что-то... no надо устанавливать то "что-то" чаще с приставкой -dev вконце

Да эт уже я понял, но не могу установить ices0.4 с нуля и настроить

6245
Тарас @tarasian666
ну значит не понял если еще не установил )

33
Адиль @Aдиль
короче вот порядок установки на debian, т.е вот так я и установил ices0.4:
Скачиваем исходники:

wget **********

распаковываем:

tar -xf ices-0.4.tar.gz

и переходим в директорию с исходниками ices0:

cd ices-0.4

выполняем конфигурирование:

./configure —with-lame

и сборку с установкой:

make & make install

Готово! ices0 установлен.
Выполним конфигурирование Ices

sudo nano /usr/local/etc/ices.conf

Составим плейлист для ices 0.4:

cd /home/radio/
ls > playlist.txt

Теперь запускаем Ices 0.4:

cd /home/radio/
ices

Вот на sudo nano /usr/local/etc/ices.conf этом и остановился, у меня нет в папке(папках) usr/local/etc/ices.conf, нет самого файла ices.conf , помогите

33
Адиль @Aдиль
Люди вы тут мне бы нужно поскорей))

26
MAzZY @MAzZY
Ну так найдите его. Где-то же он должен быть

33
Адиль @Aдиль
Ну я нашел дальше пытаюсь запустить, командой ices -c /usr/local/etc/ices.conf, не получается пишет -bash: ices: command not found

26
MAzZY @MAzZY
Значит, не установлен.

33
Адиль @Aдиль
MAzZY поможешь мне? ведь я новичек в этом деле

1572
KyPIIaToB @KyPIIaToB
Aдиль пишет:

MAzZY поможешь мне? ведь я новичек в этом деле

дедушка гугл знает все, штрудируй его)
Лучше разобраться самому , так хоть будешь понимать.

33
Адиль @Aдиль
Когда я пишу make то вылезает ошибка
make: *** No targets specified and no makefile found. Stop.

и make install вылезает ошибка
make: *** No rule to make target `install'. Stop.

В чем проблема, надеюсь на вашу помощь

6245
Тарас @tarasian666
рано делать make если configure дает ошибки !

33
Адиль @Aдиль
tarasian666 пишет:

рано делать make если configure дает ошибки !

Да с configure я уже разобрался, теперь только make и то не получаеться

Отредактировано Aдиль - 20.06.2012
6245
Тарас @tarasian666
эта ошибка говорит о том что еще несконфигурировано ! Пока не сконфигурирует не появится makefile

33
Адиль @Aдиль
tarasian666 пишет:

эта ошибка говорит о том что еще несконфигурировано ! Пока не сконфигурирует не появится makefile


Вот сделал ./configure и че вылезло:
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for sys/wait.h that is POSIX.1 compatible... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for vsnprintf... yes
checking for setsid... yes
checking for setlinebuf... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

Как я понял что по последним строчкам надо че-то установить но чё?

Ах да чуть не забыл логи config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ices configure 0.4, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = p110121
uname -m = i686
uname -r = 2.6.32-274.18.1.el5.028stab098.1
uname -s = Linux
uname -v = #1 SMP Sat Feb 11 15:30:41 MSK 2012

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1592: checking for gcc
configure:1608: found /usr/bin/gcc
configure:1618: result: gcc
configure:1862: checking for C compiler version
configure:1865: gcc --version </dev/null >&5
gcc (Debian 4.4.5-8) 4.4.5
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1868: $? = 0
configure:1870: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.5 (Debian 4.4.5-8)
configure:1873: $? = 0
configure:1875: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:1878: $? = 1
configure:1901: checking for C compiler default output file name
configure:1904: gcc conftest.c >&5
configure:1907: $? = 0
configure:1953: result: a.out
configure:1958: checking whether the C compiler works
configure:1964: ./a.out
configure:1967: $? = 0
configure:1984: result: yes
configure:1991: checking whether we are cross compiling
configure:1993: result: no
configure:1996: checking for suffix of executables
configure:1998: gcc -o conftest conftest.c >&5
configure:2001: $? = 0
configure:2026: result:
configure:2032: checking for suffix of object files
configure:2053: gcc -c conftest.c >&5
configure:2056: $? = 0
configure:2078: result: o
configure:2082: checking whether we are using the GNU C compiler
configure:2106: gcc -c conftest.c >&5
configure:2112: $? = 0
configure:2116: test -z
|| test ! -s conftest.err
configure:2119: $? = 0
configure:2122: test -s conftest.o
configure:2125: $? = 0
configure:2138: result: yes
configure:2144: checking whether gcc accepts -g
configure:2165: gcc -c -g conftest.c >&5
configure:2171: $? = 0
configure:2175: test -z
|| test ! -s conftest.err
configure:2178: $? = 0
configure:2181: test -s conftest.o
configure:2184: $? = 0
configure:2195: result: yes
configure:2212: checking for gcc option to accept ANSI C
configure:2282: gcc -c -g -O2 conftest.c >&5
configure:2288: $? = 0
configure:2292: test -z
|| test ! -s conftest.err
configure:2295: $? = 0
configure:2298: test -s conftest.o
configure:2301: $? = 0
configure:2319: result: none needed
configure:2337: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2343: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2514: checking for a BSD-compatible install
configure:2569: result: /usr/bin/install -c
configure:2580: checking whether make sets $(MAKE)
configure:2600: result: yes
configure:2622: checking build system type
configure:2640: result: i686-pc-linux-gnu
configure:2648: checking host system type
configure:2662: result: i686-pc-linux-gnu
configure:2676: checking how to run the C preprocessor
configure:2711: gcc -E conftest.c
configure:2717: $? = 0
configure:2749: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2755: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2794: result: gcc -E
configure:2818: gcc -E conftest.c
configure:2824: $? = 0
configure:2856: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2862: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2906: checking for egrep
configure:2916: result: grep -E
configure:2922: checking for AIX
configure:2944: result: no
configure:2950: checking for library containing strerror
configure:2980: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:2986: $? = 0
configure:2990: test -z
|| test ! -s conftest.err
configure:2993: $? = 0
configure:2996: test -s conftest
configure:2999: $? = 0
configure:3069: result: none required
configure:3076: checking for ANSI C header files
configure:3101: gcc -c -g -O2 -Wall conftest.c >&5
configure:3107: $? = 0
configure:3111: test -z
|| test ! -s conftest.err
configure:3114: $? = 0
configure:3117: test -s conftest.o
configure:3120: $? = 0
configure:3209: gcc -o conftest -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:26: warning: implicit declaration of function 'exit'
conftest.c:26: warning: incompatible implicit declaration of built-in function 'exit'
configure:3212: $? = 0
configure:3214: ./conftest
configure:3217: $? = 0
configure:3232: result: yes
configure:3256: checking for sys/types.h
configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
configure:3278: $? = 0
configure:3282: test -z
|| test ! -s conftest.err
configure:3285: $? = 0
configure:3288: test -s conftest.o
configure:3291: $? = 0
configure:3302: result: yes
configure:3256: checking for sys/stat.h
configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
configure:3278: $? = 0
configure:3282: test -z
|| test ! -s conftest.err
configure:3285: $? = 0
configure:3288: test -s conftest.o
configure:3291: $? = 0
configure:3302: result: yes
configure:3256: checking for stdlib.h
configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
configure:3278: $? = 0
configure:3282: test -z
|| test ! -s conftest.err
configure:3285: $? = 0
configure:3288: test -s conftest.o
configure:3291: $? = 0
configure:3302: result: yes
configure:3256: checking for string.h
configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
configure:3278: $? = 0
configure:3282: test -z
|| test ! -s conftest.err
configure:3285: $? = 0
configure:3288: test -s conftest.o
configure:3291: $? = 0
configure:3302: result: yes
configure:3256: checking for memory.h
configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
configure:3278: $? = 0
configure:3282: test -z
|| test ! -s conftest.err
configure:3285: $? = 0
configure:3288: test -s conftest.o
configure:3291: $? = 0
configure:3302: result: yes
configure:3256: checking for strings.h
configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
configure:3278: $? = 0
configure:3282: test -z
|| test ! -s conftest.err
configure:3285: $? = 0
configure:3288: test -s conftest.o
configure:3291: $? = 0
configure:3302: result: yes
configure:3256: checking for inttypes.h
configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
configure:3278: $? = 0
configure:3282: test -z
|| test ! -s conftest.err
configure:3285: $? = 0
configure:3288: test -s conftest.o
configure:3291: $? = 0
configure:3302: result: yes
configure:3256: checking for stdint.h
configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
configure:3278: $? = 0
configure:3282: test -z
|| test ! -s conftest.err
configure:3285: $? = 0
configure:3288: test -s conftest.o
configure:3291: $? = 0
configure:3302: result: yes
configure:3256: checking for unistd.h
configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
configure:3278: $? = 0
configure:3282: test -z
|| test ! -s conftest.err
configure:3285: $? = 0
configure:3288: test -s conftest.o
configure:3291: $? = 0
configure:3302: result: yes
configure:3324: checking minix/config.h usability
configure:3336: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:53:26: error: minix/config.h: No such file or directory
configure:3342: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3365: result: no
configure:3369: checking minix/config.h presence
configure:3379: gcc -E conftest.c
conftest.c:19:26: error: minix/config.h: No such file or directory
configure:3385: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3405: result: no
configure:3440: checking for minix/config.h
configure:3447: result: no
configure:3488: checking for an ANSI C-conforming const
configure:3555: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:46: warning: unused variable 's'
conftest.c:66: warning: unused variable 'foo'
conftest.c:33: warning: unused variable 'zero'
conftest.c:27: warning: unused variable 'x'
conftest.c:48: warning: 't' is used uninitialized in this function
conftest.c:63: warning: 'b' is used uninitialized in this function
configure:3561: $? = 0
configure:3565: test -z
|| test ! -s conftest.err
configure:3568: $? = 0
configure:3571: test -s conftest.o
configure:3574: $? = 0
configure:3585: result: yes
configure:3595: checking whether byte ordering is bigendian
configure:3622: gcc -c -g -O2 -Wall conftest.c >&5
configure:3628: $? = 0
configure:3632: test -z
|| test ! -s conftest.err
configure:3635: $? = 0
configure:3638: test -s conftest.o
configure:3641: $? = 0
configure:3665: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:26: error: 'not' undeclared (first use in this function)
conftest.c:26: error: (Each undeclared identifier is reported only once
conftest.c:26: error: for each function it appears in.)
conftest.c:26: error: expected ';' before 'big'
configure:3671: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:3806: result: no
configure:3825: checking for inline
configure:3846: gcc -c -g -O2 -Wall conftest.c >&5
configure:3852: $? = 0
configure:3856: test -z
|| test ! -s conftest.err
configure:3859: $? = 0
configure:3862: test -s conftest.o
configure:3865: $? = 0
configure:3877: result: inline
configure:3898: checking for sys/wait.h that is POSIX.1 compatible
configure:3929: gcc -c -g -O2 -Wall conftest.c >&5
configure:3935: $? = 0
configure:3939: test -z
|| test ! -s conftest.err
configure:3942: $? = 0
configure:3945: test -s conftest.o
configure:3948: $? = 0
configure:3959: result: yes
configure:3992: checking errno.h usability
configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
configure:4010: $? = 0
configure:4014: test -z
|| test ! -s conftest.err
configure:4017: $? = 0
configure:4020: test -s conftest.o
configure:4023: $? = 0
configure:4033: result: yes
configure:4037: checking errno.h presence
configure:4047: gcc -E conftest.c
configure:4053: $? = 0
configure:4073: result: yes
configure:4108: checking for errno.h
configure:4115: result: yes
configure:3992: checking fcntl.h usability
configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
configure:4010: $? = 0
configure:4014: test -z
|| test ! -s conftest.err
configure:4017: $? = 0
configure:4020: test -s conftest.o
configure:4023: $? = 0
configure:4033: result: yes
configure:4037: checking fcntl.h presence
configure:4047: gcc -E conftest.c
configure:4053: $? = 0
configure:4073: result: yes
configure:4108: checking for fcntl.h
configure:4115: result: yes
configure:3992: checking signal.h usability
configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
configure:4010: $? = 0
configure:4014: test -z
|| test ! -s conftest.err
configure:4017: $? = 0
configure:4020: test -s conftest.o
configure:4023: $? = 0
configure:4033: result: yes
configure:4037: checking signal.h presence
configure:4047: gcc -E conftest.c
configure:4053: $? = 0
configure:4073: result: yes
configure:4108: checking for signal.h
configure:4115: result: yes
configure:3992: checking sys/signal.h usability
configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
configure:4010: $? = 0
configure:4014: test -z
|| test ! -s conftest.err
configure:4017: $? = 0
configure:4020: test -s conftest.o
configure:4023: $? = 0
configure:4033: result: yes
configure:4037: checking sys/signal.h presence
configure:4047: gcc -E conftest.c
configure:4053: $? = 0
configure:4073: result: yes
configure:4108: checking for sys/signal.h
configure:4115: result: yes
configure:3992: checking sys/socket.h usability
configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
configure:4010: $? = 0
configure:4014: test -z
|| test ! -s conftest.err
configure:4017: $? = 0
configure:4020: test -s conftest.o
configure:4023: $? = 0
configure:4033: result: yes
configure:4037: checking sys/socket.h presence
configure:4047: gcc -E conftest.c
configure:4053: $? = 0
configure:4073: result: yes
configure:4108: checking for sys/socket.h
configure:4115: result: yes
configure:3983: checking for sys/stat.h
configure:3988: result: yes
configure:3992: checking sys/time.h usability
configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
configure:4010: $? = 0
configure:4014: test -z
|| test ! -s conftest.err
configure:4017: $? = 0
configure:4020: test -s conftest.o
configure:4023: $? = 0
configure:4033: result: yes
configure:4037: checking sys/time.h presence
configure:4047: gcc -E conftest.c
configure:4053: $? = 0
configure:4073: result: yes
configure:4108: checking for sys/time.h
configure:4115: result: yes
configure:3983: checking for sys/types.h
configure:3988: result: yes
configure:3983: checking for unistd.h
configure:3988: result: yes
configure:4128: checking whether time.h and sys/time.h may both be included
configure:4153: gcc -c -g -O2 -Wall conftest.c >&5
configure:4159: $? = 0
configure:4163: test -z
|| test ! -s conftest.err
configure:4166: $? = 0
configure:4169: test -s conftest.o
configure:4172: $? = 0
configure:4183: result: yes
configure:4194: checking for pid_t
configure:4218: gcc -c -g -O2 -Wall conftest.c >&5
configure:4224: $? = 0
configure:4228: test -z
|| test ! -s conftest.err
configure:4231: $? = 0
configure:4234: test -s conftest.o
configure:4237: $? = 0
configure:4248: result: yes
configure:4260: checking for size_t
configure:4284: gcc -c -g -O2 -Wall conftest.c >&5
configure:4290: $? = 0
configure:4294: test -z
|| test ! -s conftest.err
configure:4297: $? = 0
configure:4300: test -s conftest.o
configure:4303: $? = 0
configure:4314: result: yes
configure:4326: checking return type of signal handlers
configure:4357: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:44: warning: unused variable 'i'
configure:4363: $? = 0
configure:4367: test -z
|| test ! -s conftest.err
configure:4370: $? = 0
configure:4373: test -s conftest.o
configure:4376: $? = 0
configure:4387: result: void
configure:4401: checking for strftime
configure:4458: gcc -o conftest -g -O2 -Wall conftest.c >&5
conftest.c:55: warning: conflicting types for built-in function 'strftime'
configure:4464: $? = 0
configure:4468: test -z
|| test ! -s conftest.err
configure:4471: $? = 0
configure:4474: test -s conftest
configure:4477: $? = 0
configure:4489: result: yes
configure:4579: checking for vsnprintf
configure:4636: gcc -o conftest -g -O2 -Wall conftest.c >&5
conftest.c:56: warning: conflicting types for built-in function 'vsnprintf'
configure:4642: $? = 0
configure:4646: test -z
|| test ! -s conftest.err
configure:4649: $? = 0
configure:4652: test -s conftest
configure:4655: $? = 0
configure:4667: result: yes
configure:4579: checking for setsid
configure:4636: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:4642: $? = 0
configure:4646: test -z
|| test ! -s conftest.err
configure:4649: $? = 0
configure:4652: test -s conftest
configure:4655: $? = 0
configure:4667: result: yes
configure:4579: checking for setlinebuf
configure:4636: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:4642: $? = 0
configure:4646: test -z
|| test ! -s conftest.err
configure:4649: $? = 0
configure:4652: test -s conftest
configure:4655: $? = 0
configure:4667: result: yes
configure:4680: checking whether build environment is sane
configure:4723: result: yes
configure:4767: checking for gawk
configure:4783: found /usr/bin/gawk
configure:4793: result: gawk
configure:4824: checking for style of include used by make
configure:4852: result: GNU
configure:5024: checking dependency style of gcc
configure:5114: result: gcc3
configure:5132: checking whether to enable maintainer-specific portions of Makefiles
configure:5141: result: no
configure:5230: checking for a sed that does not truncate output
configure:5284: result: /bin/sed
configure:5298: checking for ld used by gcc
configure:5365: result: /usr/bin/ld
configure:5374: checking if the linker (/usr/bin/ld) is GNU ld
configure:5389: result: yes
configure:5394: checking for /usr/bin/ld option to reload object files
configure:5401: result: -r
configure:5419: checking for BSD-compatible nm
configure:5461: result: /usr/bin/nm -B
configure:5465: checking whether ln -s works
configure:5469: result: yes
configure:5476: checking how to recognise dependent libraries
configure:5657: result: pass_all
configure:5879: checking dlfcn.h usability
configure:5891: gcc -c -g -O2 -Wall conftest.c >&5
configure:5897: $? = 0
configure:5901: test -z
|| test ! -s conftest.err
configure:5904: $? = 0
configure:5907: test -s conftest.o
configure:5910: $? = 0
configure:5920: result: yes
configure:5924: checking dlfcn.h presence
configure:5934: gcc -E conftest.c
configure:5940: $? = 0
configure:5960: result: yes
configure:5995: checking for dlfcn.h
configure:6002: result: yes
configure:6067: checking for g++
configure:6096: result: no
configure:6067: checking for c++
configure:6096: result: no
configure:6067: checking for gpp
configure:6096: result: no
configure:6067: checking for aCC
configure:6096: result: no
configure:6067: checking for CC
configure:6096: result: no
configure:6067: checking for cxx
configure:6096: result: no
configure:6067: checking for cc++
configure:6096: result: no
configure:6067: checking for cl
configure:6096: result: no
configure:6067: checking for FCC
configure:6096: result: no
configure:6067: checking for KCC
configure:6096: result: no
configure:6067: checking for RCC
configure:6096: result: no
configure:6067: checking for xlC_r
configure:6096: result: no
configure:6067: checking for xlC
configure:6096: result: no
configure:6109: checking for C++ compiler version
configure:6112: g++ --version </dev/null >&5
./configure: line 6113: g++: command not found
configure:6115: $? = 127
configure:6117: g++ -v </dev/null >&5
./configure: line 6118: g++: command not found
configure:6120: $? = 127
configure:6122: g++ -V </dev/null >&5
./configure: line 6123: g++: command not found
configure:6125: $? = 127
configure:6128: checking whether we are using the GNU C++ compiler
configure:6152: g++ -c conftest.cc >&5
./configure: line 6153: g++: command not found
configure:6158: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:6184: result: no
configure:6190: checking whether g++ accepts -g
configure:6211: g++ -c -g conftest.cc >&5
./configure: line 6212: g++: command not found
configure:6217: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:6241: result: no
configure:6283: g++ -c conftest.cc >&5
./configure: line 6284: g++: command not found
configure:6289: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6283: g++ -c conftest.cc >&5
./configure: line 6284: g++: command not found
configure:6289: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6283: g++ -c conftest.cc >&5
./configure: line 6284: g++: command not found
configure:6289: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6283: g++ -c conftest.cc >&5
./configure: line 6284: g++: command not found
configure:6289: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6283: g++ -c conftest.cc >&5
./configure: line 6284: g++: command not found
configure:6289: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6283: g++ -c conftest.cc >&5
./configure: line 6284: g++: command not found
configure:6289: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6372: checking dependency style of g++
configure:6462: result: none
configure:6484: checking how to run the C++ preprocessor
configure:6515: g++ -E conftest.cc
./configure: line 6516: g++: command not found
configure:6521: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:6515: g++ -E conftest.cc
./configure: line 6516: g++: command not found
configure:6521: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:6515: /lib/cpp conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6521: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:6515: /lib/cpp conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6521: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:6598: result: /lib/cpp
configure:6622: /lib/cpp conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6628: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:6622: /lib/cpp conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6628: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:6697: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_setlinebuf=yes
ac_cv_func_setsid=yes
ac_cv_func_strftime=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_signal_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=no
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.11.3.so'
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_gnu_ld=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /root/ices-0.4/missing --run aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /root/ices-0.4/missing --run tar'
AR=''
AUTOCONF='${SHELL} /root/ices-0.4/missing --run autoconf'
AUTOHEADER='${SHELL} /root/ices-0.4/missing --run autoheader'
AUTOMAKE='${SHELL} /root/ices-0.4/missing --run automake-1.8'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
ICES_OBJECTS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /root/ices-0.4/missing --run makeinfo'
OBJEXT='o'
PACKAGE='ices'
PACKAGE_BUGREPORT='icecast@xiph.org'
PACKAGE_NAME='ices'
PACKAGE_STRING='ices 0.4'
PACKAGE_TARNAME='ices'
PACKAGE_VERSION='0.4'
PATH_SEPARATOR=':'
PKGCONFIG=''
PLAYLIST_OBJECTS=''
PYTHON=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
SHOUTCONFIG=''
STRIP=''
USE_XML_FALSE=''
USE_XML_TRUE=''
VERSION='0.4'
XMLCONFIG=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
docdir=''
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/root/ices-0.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
moddir=''
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_DLFCN_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_SETLINEBUF 1
#define HAVE_SETSID 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SIGNAL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define PACKAGE "ices"
#define PACKAGE_BUGREPORT "icecast@xiph.org"
#define PACKAGE_NAME "ices"
#define PACKAGE_STRING "ices 0.4"
#define PACKAGE_TARNAME "ices"
#define PACKAGE_VERSION "0.4"
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "0.4"
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1

И ещё какого то пакета видимо не хватает, какого?если не трудно напишите какие пакеты с командами на debian

6245
Тарас @tarasian666
g++