Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Need help in installing ices.

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Mon Dec 05, 2005 8:11 pm    Post subject: Need help in installing ices. Reply with quote

Hello Everybody , I am new to linux and to icecast

Previously I tried the windows version of icecast, and able to set up a radio station, but having hard time installing on Fedora Core 4
I was installing ices 2.0.1
and here is my configure.log, I am not sure what this means, can anybody will help me out
Code:

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

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

PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/noble/bin


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

configure:1576: checking for a BSD-compatible install
configure:1631: result: /usr/bin/install -c
configure:1642: checking whether build environment is sane
configure:1685: result: yes
configure:1718: checking for gawk
configure:1734: found /usr/bin/gawk
configure:1744: result: gawk
configure:1754: checking whether make sets $(MAKE)
configure:1774: result: yes
configure:1925: checking whether to enable maintainer-specific portions of Makefiles
configure:1934: result: no
configure:1996: checking for gcc
configure:2012: found /usr/bin/gcc
configure:2022: result: gcc
configure:2266: checking for C compiler version
configure:2269: gcc --version </dev/null >&5
gcc (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5)
Copyright (C) 2005 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:2272: $? = 0
configure:2274: gcc -v </dev/null >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=i386-redhat-linux
Thread model: posix
gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)
configure:2277: $? = 0
configure:2279: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2282: $? = 1
configure:2305: checking for C compiler default output file name
configure:2308: gcc    conftest.c  >&5
configure:2311: $? = 0
configure:2357: result: a.out
configure:2362: checking whether the C compiler works
configure:2368: ./a.out
configure:2371: $? = 0
configure:2388: result: yes
configure:2395: checking whether we are cross compiling
configure:2397: result: no
configure:2400: checking for suffix of executables
configure:2402: gcc -o conftest    conftest.c  >&5
configure:2405: $? = 0
configure:2430: result:
configure:2436: checking for suffix of object files
configure:2457: gcc -c   conftest.c >&5
configure:2460: $? = 0
configure:2482: result: o
configure:2486: checking whether we are using the GNU C compiler
configure:2510: gcc -c   conftest.c >&5
configure:2516: $? = 0
configure:2520: test -z
          || test ! -s conftest.err
configure:2523: $? = 0
configure:2526: test -s conftest.o
configure:2529: $? = 0
configure:2542: result: yes
configure:2548: checking whether gcc accepts -g
configure:2569: gcc -c -g  conftest.c >&5
configure:2575: $? = 0
configure:2579: test -z
          || test ! -s conftest.err
configure:2582: $? = 0
configure:2585: test -s conftest.o
configure:2588: $? = 0
configure:2599: result: yes
configure:2616: checking for gcc option to accept ANSI C
configure:2686: gcc  -c -g -O2  conftest.c >&5
configure:2692: $? = 0
configure:2696: test -z
          || test ! -s conftest.err
configure:2699: $? = 0
configure:2702: test -s conftest.o
configure:2705: $? = 0
configure:2723: result: none needed
configure:2741: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2747: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2899: checking for style of include used by make
configure:2927: result: GNU
configure:2955: checking dependency style of gcc
configure:3017: result: gcc3
configure:3100: checking build system type
configure:3118: result: i686-pc-linux-gnu
configure:3126: checking host system type
configure:3140: result: i686-pc-linux-gnu
configure:3148: checking for a sed that does not truncate output
configure:3202: result: /bin/sed
configure:3205: checking for egrep
configure:3215: result: grep -E
configure:3231: checking for ld used by gcc
configure:3298: result: /usr/bin/ld
configure:3307: checking if the linker (/usr/bin/ld) is GNU ld
configure:3322: result: yes
configure:3327: checking for /usr/bin/ld option to reload object files
configure:3334: result: -r
configure:3343: checking for BSD-compatible nm
configure:3385: result: /usr/bin/nm -B
configure:3389: checking whether ln -s works
configure:3393: result: yes
configure:3400: checking how to recognise dependent libraries
configure:3583: result: pass_all
configure:3797: checking how to run the C preprocessor
configure:3832: gcc -E  conftest.c
configure:3838: $? = 0
configure:3870: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3876: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3915: result: gcc -E
configure:3939: gcc -E  conftest.c
configure:3945: $? = 0
configure:3977: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3983: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4027: checking for ANSI C header files
configure:4052: gcc -c -g -O2  conftest.c >&5
configure:4058: $? = 0
configure:4062: test -z
          || test ! -s conftest.err
configure:4065: $? = 0
configure:4068: test -s conftest.o
configure:4071: $? = 0
configure:4160: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
configure:4163: $? = 0
configure:4165: ./conftest
configure:4168: $? = 0
configure:4183: result: yes
configure:4207: checking for sys/types.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4233: test -z
          || test ! -s conftest.err
configure:4236: $? = 0
configure:4239: test -s conftest.o
configure:4242: $? = 0
configure:4253: result: yes
configure:4207: checking for sys/stat.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4233: test -z
          || test ! -s conftest.err
configure:4236: $? = 0
configure:4239: test -s conftest.o
configure:4242: $? = 0
configure:4253: result: yes
configure:4207: checking for stdlib.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4233: test -z
          || test ! -s conftest.err
configure:4236: $? = 0
configure:4239: test -s conftest.o
configure:4242: $? = 0
configure:4253: result: yes
configure:4207: checking for string.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4233: test -z
          || test ! -s conftest.err
configure:4236: $? = 0
configure:4239: test -s conftest.o
configure:4242: $? = 0
configure:4253: result: yes
configure:4207: checking for memory.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4233: test -z
          || test ! -s conftest.err
configure:4236: $? = 0
configure:4239: test -s conftest.o
configure:4242: $? = 0
configure:4253: result: yes
configure:4207: checking for strings.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4233: test -z
          || test ! -s conftest.err
configure:4236: $? = 0
configure:4239: test -s conftest.o
configure:4242: $? = 0
configure:4253: result: yes
configure:4207: checking for inttypes.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4233: test -z
          || test ! -s conftest.err
configure:4236: $? = 0
configure:4239: test -s conftest.o
configure:4242: $? = 0
configure:4253: result: yes
configure:4207: checking for stdint.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4233: test -z
          || test ! -s conftest.err
configure:4236: $? = 0
configure:4239: test -s conftest.o
configure:4242: $? = 0
configure:4253: result: yes
configure:4207: checking for unistd.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4233: test -z
          || test ! -s conftest.err
configure:4236: $? = 0
configure:4239: test -s conftest.o
configure:4242: $? = 0
configure:4253: result: yes
configure:4279: checking dlfcn.h usability
configure:4291: gcc -c -g -O2  conftest.c >&5
configure:4297: $? = 0
configure:4301: test -z
          || test ! -s conftest.err
configure:4304: $? = 0
configure:4307: test -s conftest.o
configure:4310: $? = 0
configure:4320: result: yes
configure:4324: checking dlfcn.h presence
configure:4334: gcc -E  conftest.c
configure:4340: $? = 0
configure:4360: result: yes
configure:4395: checking for dlfcn.h
configure:4402: result: yes
configure:4467: checking for g++
configure:4496: result: no
configure:4467: checking for c++
configure:4496: result: no
configure:4467: checking for gpp
configure:4496: result: no
configure:4467: checking for aCC
configure:4496: result: no
configure:4467: checking for CC
configure:4496: result: no
configure:4467: checking for cxx
configure:4496: result: no
configure:4467: checking for cc++
configure:4496: result: no
configure:4467: checking for cl
configure:4496: result: no
configure:4467: checking for FCC
configure:4496: result: no
configure:4467: checking for KCC
configure:4496: result: no
configure:4467: checking for RCC
configure:4496: result: no
configure:4467: checking for xlC_r
configure:4496: result: no
configure:4467: checking for xlC
configure:4496: result: no
configure:4509: checking for C++ compiler version
configure:4512: g++ --version </dev/null >&5
./configure: line 4513: g++: command not found
configure:4515: $? = 127
configure:4517: g++ -v </dev/null >&5
./configure: line 4518: g++: command not found
configure:4520: $? = 127
configure:4522: g++ -V </dev/null >&5
./configure: line 4523: g++: command not found
configure:4525: $? = 127
configure:4528: checking whether we are using the GNU C++ compiler
configure:4552: g++ -c   conftest.cc >&5
./configure: line 4553: g++: command not found
configure:4558: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
|
|   ;
|   return 0;
| }
configure:4584: result: no
configure:4590: checking whether g++ accepts -g
configure:4611: g++ -c -g  conftest.cc >&5
./configure: line 4612: g++: command not found
configure:4617: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:4641: result: no
configure:4683: g++ -c   conftest.cc >&5
./configure: line 4684: g++: command not found
configure:4689: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
|
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4683: g++ -c   conftest.cc >&5
./configure: line 4684: g++: command not found
configure:4689: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_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:4683: g++ -c   conftest.cc >&5
./configure: line 4684: g++: command not found
configure:4689: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_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:4683: g++ -c   conftest.cc >&5
./configure: line 4684: g++: command not found
configure:4689: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4683: g++ -c   conftest.cc >&5
./configure: line 4684: g++: command not found
configure:4689: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4683: g++ -c   conftest.cc >&5
./configure: line 4684: g++: command not found
configure:4689: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4772: checking dependency style of g++
configure:4834: result: none
configure:4844: checking how to run the C++ preprocessor
configure:4875: g++ -E  conftest.cc
./configure: line 4876: g++: command not found
configure:4881: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_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:4875: g++ -E  conftest.cc
./configure: line 4876: g++: command not found
configure:4881: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_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:4875: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:4881: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_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:4875: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:4881: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_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:4958: result: /lib/cpp
configure:4982: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:4988: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_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:4982: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:4988: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_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:5057: 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_compiler_gnu=yes
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_OGG_PREFIX_set=
ac_cv_env_OGG_PREFIX_value=
ac_cv_env_VORBIS_PREFIX_set=
ac_cv_env_VORBIS_PREFIX_value=
ac_cv_env_XMLCONFIG_set=
ac_cv_env_XMLCONFIG_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_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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_stat_h=yes
ac_cv_header_sys_types_h=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
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.3.5.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} /home/noble/ices/ices-2.0.1/missing --run aclocal-1.6'
ALSA_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/noble/ices/ices-2.0.1/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/noble/ices/ices-2.0.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/noble/ices/ices-2.0.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/noble/ices/ices-2.0.1/missing --run automake-1.6'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS=''
DEBUG=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FGREP=''
HAVE_ALSA_FALSE=''
HAVE_ALSA_TRUE=''
HAVE_OSS_FALSE=''
HAVE_OSS_TRUE=''
HAVE_SUN_AUDIO_FALSE=''
HAVE_SUN_AUDIO_TRUE=''
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} /home/noble/ices/ices-2.0.1/missing --run makeinfo'
OBJEXT='o'
OGG_CFLAGS=''
OGG_LDFLAGS=''
OGG_LIBS=''
OGG_PREFIX=''
PACKAGE='ices'
PACKAGE_BUGREPORT='icecast@xiph.org'
PACKAGE_NAME='IceS'
PACKAGE_STRING='IceS 2.0.1'
PACKAGE_TARNAME='ices'
PACKAGE_VERSION='2.0.1'
PATH_SEPARATOR=':'
PKGCONFIG=''
PROFILE=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
SHOUTCONFIG=''
STRIP=''
VERSION='2.0.1'
VORBISENC_LIBS=''
VORBISFILE_LIBS=''
VORBIS_CFLAGS=''
VORBIS_LDFLAGS=''
VORBIS_LIBS=''
VORBIS_PREFIX=''
XIPH_CFLAGS=''
XIPH_CPPFLAGS=''
XIPH_LIBS=''
XMLCONFIG=''
XML_CFLAGS=''
XML_LIBS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__include='include'
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'
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='/home/noble/ices/ices-2.0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
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_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "ices"
#define PACKAGE_BUGREPORT "icecast@xiph.org"
#define PACKAGE_NAME "IceS"
#define PACKAGE_STRING "IceS 2.0.1"
#define PACKAGE_TARNAME "ices"
#define PACKAGE_VERSION "2.0.1"
#define STDC_HEADERS 1
#define VERSION "2.0.1"
#endif
#ifdef __cplusplus
void exit (int);


What else should I have to do for making this work, when i tried the make on command prompt I get

make: *** No targets specified and no makefile found. Stop.

What should i do

Thanx for alll your support

noble[/code][/quote]
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Dec 05, 2005 8:49 pm    Post subject: Reply with quote

The C++ compiler check (a part of it at least) is failing, ices doesn't use C++ but the default tests in that version of autotools seems to require it working. Either install the C++ compiler or maybe the same ices package built with newer autotools won't have the same problem, I've uploaded updated autotool tar files at

http://mediacast1.com/~karl/testing/ices-2.0.1.tar.bz2
http://mediacast1.com/~karl/testing/ices-2.0.1.tar.gz

let me know if one of the tarfiles works for you

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Mon Dec 05, 2005 9:57 pm    Post subject: Reply with quote

Thanks for your reply Karl

I tried the files you uploaded , and ran the .gz one, everything was going fine, but at the last, it says

checking for XML configuration
checking for xml2-config... no
checking for xml-config... no
configure: error: XML configuration could not be found
[/code]

I am posting the whole configuration log as you might need it for testing purposes
Code:

configure:1576: checking for a BSD-compatible install
configure:1631: result: /usr/bin/install -c
configure:1642: checking whether build environment is sane
configure:1685: result: yes
configure:1750: checking for gawk
configure:1766: found /usr/bin/gawk
configure:1776: result: gawk
configure:1786: checking whether make sets $(MAKE)
configure:1806: result: yes
configure:1976: checking whether to enable maintainer-specific portions of Makefiles
configure:1985: result: no
configure:2047: checking for gcc
configure:2063: found /usr/bin/gcc
configure:2073: result: gcc
configure:2317: checking for C compiler version
configure:2320: gcc --version </dev/null >&5
gcc (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5)
Copyright (C) 2005 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:2323: $? = 0
configure:2325: gcc -v </dev/null >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=i386-redhat-linux
Thread model: posix
gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)
configure:2328: $? = 0
configure:2330: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2333: $? = 1
configure:2356: checking for C compiler default output file name
configure:2359: gcc    conftest.c  >&5
configure:2362: $? = 0
configure:2408: result: a.out
configure:2413: checking whether the C compiler works
configure:2419: ./a.out
configure:2422: $? = 0
configure:2439: result: yes
configure:2446: checking whether we are cross compiling
configure:2448: result: no
configure:2451: checking for suffix of executables
configure:2453: gcc -o conftest    conftest.c  >&5
configure:2456: $? = 0
configure:2481: result:
configure:2487: checking for suffix of object files
configure:2508: gcc -c   conftest.c >&5
configure:2511: $? = 0
configure:2533: result: o
configure:2537: checking whether we are using the GNU C compiler
configure:2561: gcc -c   conftest.c >&5
configure:2567: $? = 0
configure:2571: test -z
          || test ! -s conftest.err
configure:2574: $? = 0
configure:2577: test -s conftest.o
configure:2580: $? = 0
configure:2593: result: yes
configure:2599: checking whether gcc accepts -g
configure:2620: gcc -c -g  conftest.c >&5
configure:2626: $? = 0
configure:2630: test -z
          || test ! -s conftest.err
configure:2633: $? = 0
configure:2636: test -s conftest.o
configure:2639: $? = 0
configure:2650: result: yes
configure:2667: checking for gcc option to accept ANSI C
configure:2737: gcc  -c -g -O2  conftest.c >&5
configure:2743: $? = 0
configure:2747: test -z
          || test ! -s conftest.err
configure:2750: $? = 0
configure:2753: test -s conftest.o
configure:2756: $? = 0
configure:2774: result: none needed
configure:2792: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2798: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2942: checking for style of include used by make
configure:2970: result: GNU
configure:2998: checking dependency style of gcc
configure:3088: result: gcc3
configure:3183: checking build system type
configure:3201: result: i686-pc-linux-gnu
configure:3209: checking host system type
configure:3223: result: i686-pc-linux-gnu
configure:3231: checking for a sed that does not truncate output
configure:3285: result: /bin/sed
configure:3288: checking for egrep
configure:3298: result: grep -E
configure:3314: checking for ld used by gcc
configure:3381: result: /usr/bin/ld
configure:3390: checking if the linker (/usr/bin/ld) is GNU ld
configure:3405: result: yes
configure:3410: checking for /usr/bin/ld option to reload object files
configure:3417: result: -r
configure:3435: checking for BSD-compatible nm
configure:3477: result: /usr/bin/nm -B
configure:3481: checking whether ln -s works
configure:3485: result: yes
configure:3492: checking how to recognise dependent libraries
configure:3664: result: pass_all
configure:3878: checking how to run the C preprocessor
configure:3913: gcc -E  conftest.c
configure:3919: $? = 0
configure:3951: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3957: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3996: result: gcc -E
configure:4020: gcc -E  conftest.c
configure:4026: $? = 0
configure:4058: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4064: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4108: checking for ANSI C header files
configure:4133: gcc -c -g -O2  conftest.c >&5
configure:4139: $? = 0
configure:4143: test -z
          || test ! -s conftest.err
configure:4146: $? = 0
configure:4149: test -s conftest.o
configure:4152: $? = 0
configure:4241: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
configure:4244: $? = 0
configure:4246: ./conftest
configure:4249: $? = 0
configure:4264: result: yes
configure:4288: checking for sys/types.h
configure:4304: gcc -c -g -O2  conftest.c >&5
configure:4310: $? = 0
configure:4314: test -z
          || test ! -s conftest.err
configure:4317: $? = 0
configure:4320: test -s conftest.o
configure:4323: $? = 0
configure:4334: result: yes
configure:4288: checking for sys/stat.h
configure:4304: gcc -c -g -O2  conftest.c >&5
configure:4310: $? = 0
configure:4314: test -z
          || test ! -s conftest.err
configure:4317: $? = 0
configure:4320: test -s conftest.o
configure:4323: $? = 0
configure:4334: result: yes
configure:4288: checking for stdlib.h
configure:4304: gcc -c -g -O2  conftest.c >&5
configure:4310: $? = 0
configure:4314: test -z
          || test ! -s conftest.err
configure:4317: $? = 0
configure:4320: test -s conftest.o
configure:4323: $? = 0
configure:4334: result: yes
configure:4288: checking for string.h
configure:4304: gcc -c -g -O2  conftest.c >&5
configure:4310: $? = 0
configure:4314: test -z
          || test ! -s conftest.err
configure:4317: $? = 0
configure:4320: test -s conftest.o
configure:4323: $? = 0
configure:4334: result: yes
configure:4288: checking for memory.h
configure:4304: gcc -c -g -O2  conftest.c >&5
configure:4310: $? = 0
configure:4314: test -z
          || test ! -s conftest.err
configure:4317: $? = 0
configure:4320: test -s conftest.o
configure:4323: $? = 0
configure:4334: result: yes
configure:4288: checking for strings.h
configure:4304: gcc -c -g -O2  conftest.c >&5
configure:4310: $? = 0
configure:4314: test -z
          || test ! -s conftest.err
configure:4317: $? = 0
configure:4320: test -s conftest.o
configure:4323: $? = 0
configure:4334: result: yes
configure:4288: checking for inttypes.h
configure:4304: gcc -c -g -O2  conftest.c >&5
configure:4310: $? = 0
configure:4314: test -z
          || test ! -s conftest.err
configure:4317: $? = 0
configure:4320: test -s conftest.o
configure:4323: $? = 0
configure:4334: result: yes
configure:4288: checking for stdint.h
configure:4304: gcc -c -g -O2  conftest.c >&5
configure:4310: $? = 0
configure:4314: test -z
          || test ! -s conftest.err
configure:4317: $? = 0
configure:4320: test -s conftest.o
configure:4323: $? = 0
configure:4334: result: yes
configure:4288: checking for unistd.h
configure:4304: gcc -c -g -O2  conftest.c >&5
configure:4310: $? = 0
configure:4314: test -z
          || test ! -s conftest.err
configure:4317: $? = 0
configure:4320: test -s conftest.o
configure:4323: $? = 0
configure:4334: result: yes
configure:4360: checking dlfcn.h usability
configure:4372: gcc -c -g -O2  conftest.c >&5
configure:4378: $? = 0
configure:4382: test -z
          || test ! -s conftest.err
configure:4385: $? = 0
configure:4388: test -s conftest.o
configure:4391: $? = 0
configure:4401: result: yes
configure:4405: checking dlfcn.h presence
configure:4415: gcc -E  conftest.c
configure:4421: $? = 0
configure:4441: result: yes
configure:4476: checking for dlfcn.h
configure:4483: result: yes
configure:4548: checking for g++
configure:4577: result: no
configure:4548: checking for c++
configure:4577: result: no
configure:4548: checking for gpp
configure:4577: result: no
configure:4548: checking for aCC
configure:4577: result: no
configure:4548: checking for CC
configure:4577: result: no
configure:4548: checking for cxx
configure:4577: result: no
configure:4548: checking for cc++
configure:4577: result: no
configure:4548: checking for cl
configure:4577: result: no
configure:4548: checking for FCC
configure:4577: result: no
configure:4548: checking for KCC
configure:4577: result: no
configure:4548: checking for RCC
configure:4577: result: no
configure:4548: checking for xlC_r
configure:4577: result: no
configure:4548: checking for xlC
configure:4577: result: no
configure:4590: checking for C++ compiler version
configure:4593: g++ --version </dev/null >&5
./configure: line 4594: g++: command not found
configure:4596: $? = 127
configure:4598: g++ -v </dev/null >&5
./configure: line 4599: g++: command not found
configure:4601: $? = 127
configure:4603: g++ -V </dev/null >&5
./configure: line 4604: g++: command not found
configure:4606: $? = 127
configure:4609: checking whether we are using the GNU C++ compiler
configure:4633: g++ -c   conftest.cc >&5
./configure: line 4634: g++: command not found
configure:4639: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
|
|   ;
|   return 0;
| }
configure:4665: result: no
configure:4671: checking whether g++ accepts -g
configure:4692: g++ -c -g  conftest.cc >&5
./configure: line 4693: g++: command not found
configure:4698: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:4722: result: no
configure:4764: g++ -c   conftest.cc >&5
./configure: line 4765: g++: command not found
configure:4770: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
|
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4764: g++ -c   conftest.cc >&5
./configure: line 4765: g++: command not found
configure:4770: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_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:4764: g++ -c   conftest.cc >&5
./configure: line 4765: g++: command not found
configure:4770: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_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:4764: g++ -c   conftest.cc >&5
./configure: line 4765: g++: command not found
configure:4770: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4764: g++ -c   conftest.cc >&5
./configure: line 4765: g++: command not found
configure:4770: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4764: g++ -c   conftest.cc >&5
./configure: line 4765: g++: command not found
configure:4770: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4853: checking dependency style of g++
configure:4943: result: none
configure:5249: checking for g77
configure:5278: result: no
configure:5249: checking for f77
configure:5278: result: no
configure:5249: checking for xlf
configure:5278: result: no
configure:5249: checking for frt
configure:5278: result: no
configure:5249: checking for pgf77
configure:5278: result: no
configure:5249: checking for fort77
configure:5278: result: no
configure:5249: checking for fl32
configure:5278: result: no
configure:5249: checking for af77
configure:5278: result: no
configure:5249: checking for f90
configure:5278: result: no
configure:5249: checking for xlf90
configure:5278: result: no
configure:5249: checking for pgf90
configure:5278: result: no
configure:5249: checking for epcf90
configure:5278: result: no
configure:5249: checking for f95
configure:5278: result: no
configure:5249: checking for fort
configure:5278: result: no
configure:5249: checking for xlf95
configure:5278: result: no
configure:5249: checking for ifc
configure:5278: result: no
configure:5249: checking for efc
configure:5278: result: no
configure:5249: checking for pgf95
configure:5278: result: no
configure:5249: checking for lf95
configure:5278: result: no
configure:5249: checking for gfortran
configure:5278: result: no
configure:5290: checking for Fortran 77 compiler version
configure:5293:  --version </dev/null >&5
./configure: line 5294: --version: command not found
configure:5296: $? = 127
configure:5298:  -v </dev/null >&5
./configure: line 5299: -v: command not found
configure:5301: $? = 127
configure:5303:  -V </dev/null >&5
./configure: line 5304: -V: command not found
configure:5306: $? = 127
configure:5314: checking whether we are using the GNU Fortran 77 compiler
configure:5328:  -c  conftest.F >&5
./configure: line 5329: -c: command not found
configure:5334: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end
configure:5360: result: no
configure:5366: checking whether  accepts -g
configure:5378:  -c -g conftest.f >&5
./configure: line 5379: -c: command not found
configure:5384: $? = 127
configure: failed program was:
|       program main
|
|       end
configure:5409: result: no
configure:5439: checking the maximum length of command line arguments
configure:5531: result: 32768
configure:5542: checking command to parse /usr/bin/nm -B output from gcc object
configure:5638: gcc -c -g -O2  conftest.c >&5
configure:5641: $? = 0
configure:5645: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[    ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[    ][    ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5648: $? = 0
configure:5700: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5703: $? = 0
configure:5741: result: ok
configure:5745: checking for objdir
configure:5760: result: .libs
configure:5850: checking for ar
configure:5866: found /usr/bin/ar
configure:5877: result: ar
configure:5930: checking for ranlib
configure:5946: found /usr/bin/ranlib
configure:5957: result: ranlib
configure:6010: checking for strip
configure:6026: found /usr/bin/strip
configure:6037: result: strip
configure:6324: checking if gcc static flag  works
configure:6352: result: yes
configure:6370: checking if gcc supports -fno-rtti -fno-exceptions
configure:6388: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6392: $? = 0
configure:6405: result: no
configure:6420: checking for gcc option to produce PIC
configure:6624: result: -fPIC
configure:6632: checking if gcc PIC flag -fPIC works
configure:6650: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6654: $? = 0
configure:6667: result: yes
configure:6691: checking if gcc supports -c -o file.o
configure:6712: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6716: $? = 0
configure:6738: result: yes
configure:6764: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7659: result: yes
configure:7685: checking whether -lc should be explicitly linked in
configure:7690: gcc -c -g -O2  conftest.c >&5
configure:7693: $? = 0
configure:7707: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7710: $? = 0
configure:7722: result: no
configure:7730: checking dynamic linker characteristics
configure:8272: result: GNU/Linux ld.so
configure:8276: checking how to hardcode library paths into programs
configure:8301: result: immediate
configure:8315: checking whether stripping libraries is possible
configure:8320: result: yes
configure:9150: checking if libtool supports shared libraries
configure:9152: result: yes
configure:9155: checking whether to build shared libraries
configure:9176: result: yes
configure:9179: checking whether to build static libraries
configure:9183: result: yes
configure:9275: creating libtool
configure:19631: checking for ANSI C header files
configure:19787: result: yes
configure:19811: checking stropts.h usability
configure:19823: gcc -c -g -O2  conftest.c >&5
configure:19829: $? = 0
configure:19833: test -z
          || test ! -s conftest.err
configure:19836: $? = 0
configure:19839: test -s conftest.o
configure:19842: $? = 0
configure:19852: result: yes
configure:19856: checking stropts.h presence
configure:19866: gcc -E  conftest.c
configure:19872: $? = 0
configure:19892: result: yes
configure:19927: checking for stropts.h
configure:19934: result: yes
configure:19959: checking sys/soundcard.h usability
configure:19971: gcc -c -g -O2  conftest.c >&5
configure:19977: $? = 0
configure:19981: test -z
          || test ! -s conftest.err
configure:19984: $? = 0
configure:19987: test -s conftest.o
configure:19990: $? = 0
configure:20000: result: yes
configure:20004: checking sys/soundcard.h presence
configure:20014: gcc -E  conftest.c
configure:20020: $? = 0
configure:20040: result: yes
configure:20075: checking for sys/soundcard.h
configure:20082: result: yes
configure:20103: checking machine/soundcard.h usability
configure:20115: gcc -c -g -O2  conftest.c >&5
conftest.c:63:31: error: machine/soundcard.h: No such file or directory
configure:20121: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define _XOPEN_SOURCE 600
| #define _GNU_SOURCE
| #define STDC_HEADERS 1
| #define HAVE_STROPTS_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 <machine/soundcard.h>
configure:20144: result: no
configure:20148: checking machine/soundcard.h presence
configure:20158: gcc -E  conftest.c
conftest.c:29:31: error: machine/soundcard.h: No such file or directory
configure:20164: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define _XOPEN_SOURCE 600
| #define _GNU_SOURCE
| #define STDC_HEADERS 1
| #define HAVE_STROPTS_H 1
| /* end confdefs.h.  */
| #include <machine/soundcard.h>
configure:20184: result: no
configure:20219: checking for machine/soundcard.h
configure:20226: result: no
configure:20254: checking whether byte ordering is bigendian
configure:20281: gcc -c -g -O2  conftest.c >&5
configure:20287: $? = 0
configure:20291: test -z
          || test ! -s conftest.err
configure:20294: $? = 0
configure:20297: test -s conftest.o
configure:20300: $? = 0
configure:20324: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:37: error: 'not' undeclared (first use in this function)
conftest.c:37: error: (Each undeclared identifier is reported only once
conftest.c:37: error: for each function it appears in.)
conftest.c:37: error: syntax error before 'big'
configure:20330: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define _XOPEN_SOURCE 600
| #define _GNU_SOURCE
| #define STDC_HEADERS 1
| #define HAVE_STROPTS_H 1
| #define HAVE_OSS
| /* 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:20465: result: no
configure:20503: checking sys/audioio.h usability
configure:20515: gcc -c -g -O2  conftest.c >&5
conftest.c:64:25: error: sys/audioio.h: No such file or directory
configure:20521: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define _XOPEN_SOURCE 600
| #define _GNU_SOURCE
| #define STDC_HEADERS 1
| #define HAVE_STROPTS_H 1
| #define HAVE_OSS
| /* 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 <sys/audioio.h>
configure:20544: result: no
configure:20548: checking sys/audioio.h presence
configure:20558: gcc -E  conftest.c
conftest.c:30:25: error: sys/audioio.h: No such file or directory
configure:20564: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define _XOPEN_SOURCE 600
| #define _GNU_SOURCE
| #define STDC_HEADERS 1
| #define HAVE_STROPTS_H 1
| #define HAVE_OSS
| /* end confdefs.h.  */
| #include <sys/audioio.h>
configure:20584: result: no
configure:20619: checking for sys/audioio.h
configure:20626: result: no
configure:20668: checking alsa/asoundlib.h usability
configure:20680: gcc -c -g -O2  conftest.c >&5
conftest.c:64:28: error: alsa/asoundlib.h: No such file or directory
configure:20686: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define _XOPEN_SOURCE 600
| #define _GNU_SOURCE
| #define STDC_HEADERS 1
| #define HAVE_STROPTS_H 1
| #define HAVE_OSS
| /* 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 <alsa/asoundlib.h>
configure:20709: result: no
configure:20713: checking alsa/asoundlib.h presence
configure:20723: gcc -E  conftest.c
conftest.c:30:28: error: alsa/asoundlib.h: No such file or directory
configure:20729: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "IceS 2.0.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "ices"
| #define VERSION "2.0.1"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define _XOPEN_SOURCE 600
| #define _GNU_SOURCE
| #define STDC_HEADERS 1
| #define HAVE_STROPTS_H 1
| #define HAVE_OSS
| /* end confdefs.h.  */
| #include <alsa/asoundlib.h>
configure:20749: result: no
configure:20784: checking for alsa/asoundlib.h
configure:20791: result: no
configure:20822: checking for an ANSI C-conforming const
configure:20889: gcc -c -g -O2  conftest.c >&5
configure:20895: $? = 0
configure:20899: test -z
          || test ! -s conftest.err
configure:20902: $? = 0
configure:20905: test -s conftest.o
configure:20908: $? = 0
configure:20919: result: yes
configure:20930: checking for uint64_t
configure:20954: gcc -c -g -O2  conftest.c >&5
configure:20960: $? = 0
configure:20964: test -z
          || test ! -s conftest.err
configure:20967: $? = 0
configure:20970: test -s conftest.o
configure:20973: $? = 0
configure:20984: result: yes
configure:21001: result: checking for XML configuration
configure:21014: checking for xml2-config
configure:21047: result: no
configure:21014: checking for xml-config
configure:21047: result: no
configure:21058: error: XML configuration could not be found

## ---------------- ##
## 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_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_OGG_PREFIX_set=
ac_cv_env_OGG_PREFIX_value=
ac_cv_env_VORBIS_PREFIX_set=
ac_cv_env_VORBIS_PREFIX_value=
ac_cv_env_XMLCONFIG_set=
ac_cv_env_XMLCONFIG_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_f77_compiler_gnu=no
ac_cv_header_alsa_asoundlib_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_machine_soundcard_h=no
ac_cv_header_memory_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_stropts_h=yes
ac_cv_header_sys_audioio_h=no
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=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_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
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_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_type_uint64_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=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[    ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[    ][    ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[    ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[    ][    ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/noble/ices/ices-2.0.1/missing --run aclocal-1.9'
ALSA_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/noble/ices/ices-2.0.1/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/noble/ices/ices-2.0.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/noble/ices/ices-2.0.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/noble/ices/ices-2.0.1/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DEBUG='-g'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FGREP=''
HAVE_ALSA_FALSE=''
HAVE_ALSA_TRUE='#'
HAVE_OSS_FALSE='#'
HAVE_OSS_TRUE=''
HAVE_SUN_AUDIO_FALSE=''
HAVE_SUN_AUDIO_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/noble/ices/ices-2.0.1/missing --run makeinfo'
OBJEXT='o'
OGG_CFLAGS=''
OGG_LDFLAGS=''
OGG_LIBS=''
OGG_PREFIX=''
PACKAGE='ices'
PACKAGE_BUGREPORT='icecast@xiph.org'
PACKAGE_NAME='IceS'
PACKAGE_STRING='IceS 2.0.1'
PACKAGE_TARNAME='ices'
PACKAGE_VERSION='2.0.1'
PATH_SEPARATOR=':'
PKGCONFIG=''
PROFILE='-g -pg'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
SHOUTCONFIG=''
STRIP='strip'
VERSION='2.0.1'
VORBISENC_LIBS=''
VORBISFILE_LIBS=''
VORBIS_CFLAGS=''
VORBIS_LDFLAGS=''
VORBIS_LIBS=''
VORBIS_PREFIX=''
XIPH_CFLAGS=''
XIPH_CPPFLAGS='-ffast-math -fsigned-char'
XIPH_LIBS=''
XMLCONFIG=''
XML_CFLAGS=''
XML_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
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='/home/noble/ices/ices-2.0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
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_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_OSS
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STROPTS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UINT64_T 1
#define HAVE_UNISTD_H 1
#define PACKAGE "ices"
#define PACKAGE_BUGREPORT "icecast@xiph.org"
#define PACKAGE_NAME "IceS"
#define PACKAGE_STRING "IceS 2.0.1"
#define PACKAGE_TARNAME "ices"
#define PACKAGE_VERSION "2.0.1"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "2.0.1"
#define _GNU_SOURCE
#define _XOPEN_SOURCE 600
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1


What else is needed, Once again thanx for your instant reply

I will be in touch with you
thank you
noble
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Dec 05, 2005 11:36 pm    Post subject: Reply with quote

no xslt-config installed, probably down to no libxslt-devel (or similar named) package installed.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Mon Dec 05, 2005 11:48 pm    Post subject: Installing ices-2.0.1 and get this Reply with quote

karlH wrote:
no xslt-config installed, probably down to no libxslt-devel (or similar named) package installed.

karl.


Tell me where to get that from, after 3 hours of frustration i gave up

Now I wanna start from Scratch,

WHat do I need to install a streaming server on Fedora Core 4 Machine???
Please also list the lib's required.

Thanx for your help and paitence
noble
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Dec 06, 2005 1:42 am    Post subject: Reply with quote

actually I meant xml2-config, which is part of the libxml2-devel (or similiar named package). You''ll be able to get a FC4 package of this, and as per the docs libxml2 is also available at http://xmlsoft.org.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Wed Dec 07, 2005 9:16 pm    Post subject: Installing ices-2.0.1 and get this Reply with quote

Hi Karl

I tried and now I am at this position
I have these installed,

# rpm -q libogg libvorbis libxml2 libxslt libxslt-devel
libogg-1.1.2-2
libvorbis-1.1.0-2
libxml2-2.6.19-1
libxml2-2.6.20-1.FC4
libxslt-1.1.14-2
libxslt-devel-1.1.14-2

Do I need any updated version of any of these???

Second thing when I tried installing ices
Now it is giving me this

checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check

What kind of C++ Preprocessor does this need as I already have gcc-4.0.2-8.fc4
installed on this machine.

Any thoughts
noble
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber