Noget tyder på at der er opstået en fejl under kørsel af ./configure, skriver den en fejl besked?
./configure bør skrive en frygtelig masse på skærmen når den køres.
Nu skrev den noget:
C:\\msys\\1.0\\bin>sh c:\\programmer\\dev-cpp\\bin\\lame-3.97\\configure
c:\\programmer\\dev-cpp\\bin\\lame-3.97\\configure: sed: command not found
c:\\programmer\\dev-cpp\\bin\\lame-3.97\\configure: chmod: command not found
c:\\programmer\\dev-cpp\\bin\\lame-3.97\\configure: rm: command not found
c:\\programmer\\dev-cpp\\bin\\lame-3.97\\configure: sed: command not found
c:\\programmer\\dev-cpp\\bin\\lame-3.97\\configure: sed: command not found
: error: cannot create .lineno; rerun with a POSIX shell
EDITJeg prøvede også lige ta compile lame i fedora og fik denne fejl:
[root@localhost ~]# cd lame-3.97
[root@localhost lame-3.97]# ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 dependency style of gcc... gcc3
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
[root@localhost lame-3.97]#
og min 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 lame configure 3.97, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.11-1.1369_FC4
uname -s = Linux
uname -v = #1 Thu Jun 2 22:55:56 EDT 2005
/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/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1574: checking build system type
configure:1592: result: i686-pc-linux-gnulibc1
configure:1600: checking host system type
configure:1614: result: i686-pc-linux-gnulibc1
configure:1637: checking for a BSD-compatible install
configure:1692: result: /usr/bin/install -c
configure:1703: checking whether build environment is sane
configure:1746: result: yes
configure:1811: checking for gawk
configure:1827: found /bin/gawk
configure:1837: result: gawk
configure:1847: checking whether make sets $(MAKE)
configure:1867: result: yes
configure:2037: checking whether to enable maintainer-specific portions of Makefiles
configure:2046: result: no
configure:2068: checking for style of include used by make
configure:2096: result: GNU
configure:2173: checking for gcc
configure:2189: found /usr/bin/gcc
configure:2199: result: gcc
configure:2443: checking for C compiler version
configure:2446: gcc --version </dev/null >&5
gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8)
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:2449: $? = 0
configure:2451: 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.0 20050519 (Red Hat 4.0.0-8)
configure:2454: $? = 0
configure:2456: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2459: $? = 1
configure:2482: checking for C compiler default output file name
configure:2485: gcc conftest.c >&5
configure:2488: $? = 0
configure:2534: result: a.out
configure:2539: checking whether the C compiler works
configure:2545: ./a.out
configure:2548: $? = 0
configure:2565: result: yes
configure:2572: checking whether we are cross compiling
configure:2574: result: no
configure:2577: checking for suffix of executables
configure:2579: gcc -o conftest conftest.c >&5
configure:2582: $? = 0
configure:2607: result:
configure:2613: checking for suffix of object files
configure:2634: gcc -c conftest.c >&5
configure:2637: $? = 0
configure:2659: result: o
configure:2663: checking whether we are using the GNU C compiler
configure:2687: gcc -c conftest.c >&5
configure:2693: $? = 0
configure:2697: test -z
|| test ! -s conftest.err
configure:2700: $? = 0
configure:2703: test -s conftest.o
configure:2706: $? = 0
configure:2719: result: yes
configure:2725: checking whether gcc accepts -g
configure:2746: gcc -c -g conftest.c >&5
configure:2752: $? = 0
configure:2756: test -z
|| test ! -s conftest.err
configure:2759: $? = 0
configure:2762: test -s conftest.o
configure:2765: $? = 0
configure:2776: result: yes
configure:2793: checking for gcc option to accept ANSI C
configure:2863: gcc -c -g -O2 conftest.c >&5
conftest.c:12:19: error: stdio.h: No such file or directory
conftest.c:13:23: error: sys/types.h: No such file or directory
conftest.c:14:22: error: sys/stat.h: No such file or directory
conftest.c:17: error: syntax error before '*' token
conftest.c:17: warning: 'struct stat' declared inside parameter list
conftest.c:17: warning: its scope is only this definition or declaration, which is probably not what you want
conftest.c:17: warning: data definition has no type or storage class
conftest.c:46: error: syntax error before 'FILE'
conftest.c:46: warning: 'struct stat' declared inside parameter list
conftest.c:46: error: 'pairnames' declared as function returning a function
conftest.c:46: error: syntax error before 'int'
configure:2869: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2863: gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5
gcc: unrecognized option '-qlanglvl=ansi'
conftest.c:12:19: error: stdio.h: No such file or directory
conftest.c:13:23: error: sys/types.h: No such file or directory
conftest.c:14:22: error: sys/stat.h: No such file or directory
conftest.c:17: error: syntax error before '*' token
conftest.c:17: warning: 'struct stat' declared inside parameter list
conftest.c:17: warning: its scope is only this definition or declaration, which is probably not what you want
conftest.c:17: warning: data definition has no type or storage class
conftest.c:46: error: syntax error before 'FILE'
conftest.c:46: warning: 'struct stat' declared inside parameter list
conftest.c:46: error: 'pairnames' declared as function returning a function
conftest.c:46: error: syntax error before 'int'
configure:2869: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2863: gcc -std1 -c -g -O2 conftest.c >&5
cc1: error: unrecognized command line option "-std1"
configure:2869: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2863: gcc -Ae -c -g -O2 conftest.c >&5
<command line>:1:2: error: missing '(' after predicate
conftest.c:12:19: error: stdio.h: No such file or directory
conftest.c:13:23: error: sys/types.h: No such file or directory
conftest.c:14:22: error: sys/stat.h: No such file or directory
conftest.c:17: error: syntax error before '*' token
conftest.c:17: warning: 'struct stat' declared inside parameter list
conftest.c:17: warning: its scope is only this definition or declaration, which is probably not what you want
conftest.c:17: warning: data definition has no type or storage class
conftest.c:46: error: syntax error before 'FILE'
conftest.c:46: warning: 'struct stat' declared inside parameter list
conftest.c:46: error: 'pairnames' declared as function returning a function
conftest.c:46: error: syntax error before 'int'
configure:2869: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2863: gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5
<command line>:1:2: error: missing '(' after predicate
conftest.c:12:19: error: stdio.h: No such file or directory
conftest.c:13:23: error: sys/types.h: No such file or directory
conftest.c:14:22: error: sys/stat.h: No such file or directory
conftest.c:17: error: syntax error before '*' token
conftest.c:17: warning: 'struct stat' declared inside parameter list
conftest.c:17: warning: its scope is only this definition or declaration, which is probably not what you want
conftest.c:17: warning: data definition has no type or storage class
conftest.c:46: error: syntax error before 'FILE'
conftest.c:46: warning: 'struct stat' declared inside parameter list
conftest.c:46: error: 'pairnames' declared as function returning a function
conftest.c:46: error: syntax error before 'int'
configure:2869: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2863: gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5
gcc: unrecognized option '-Xc'
conftest.c:12:19: error: stdio.h: No such file or directory
conftest.c:13:23: error: sys/types.h: No such file or directory
conftest.c:14:22: error: sys/stat.h: No such file or directory
conftest.c:17: error: syntax error before '*' token
conftest.c:17: warning: 'struct stat' declared inside parameter list
conftest.c:17: warning: its scope is only this definition or declaration, which is probably not what you want
conftest.c:17: warning: data definition has no type or storage class
conftest.c:46: error: syntax error before 'FILE'
conftest.c:46: warning: 'struct stat' declared inside parameter list
conftest.c:46: error: 'pairnames' declared as function returning a function
conftest.c:46: error: syntax error before 'int'
configure:2869: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2900: result: none needed
configure:2918: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2924: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3059: checking dependency style of gcc
configure:3149: result: gcc3
configure:3172: checking how to run the C preprocessor
configure:3207: gcc -E conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/syslimits.h:7,
from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:11,
from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3213: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3207: gcc -E conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/syslimits.h:7,
from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:11,
from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3213: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3207: gcc -E -traditional-cpp conftest.c
conftest.c:14: error: assert.h: No such file or directory
configure:3213: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3207: gcc -E -traditional-cpp conftest.c
conftest.c:14: error: assert.h: No such file or directory
configure:3213: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3207: /lib/cpp conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/syslimits.h:7,
from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:11,
from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3213: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3207: /lib/cpp conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/syslimits.h:7,
from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:11,
from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3213: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3290: result: /lib/cpp
configure:3314: /lib/cpp conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/syslimits.h:7,
from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:11,
from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3320: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3314: /lib/cpp conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/syslimits.h:7,
from /usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:11,
from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.0.0/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3320: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3389: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnulibc1
ac_cv_build_alias=i686-pc-linux-gnulibc1
ac_cv_c_compiler_gnu=yes
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_host=i686-pc-linux-gnulibc1
ac_cv_host_alias=i686-pc-linux-gnulibc1
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /root/lame-3.97/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /root/lame-3.97/missing --run tar'
ANSI2KNR=''
AR=''
AUTOCONF='${SHELL} /root/lame-3.97/missing --run autoconf'
AUTOHEADER='${SHELL} /root/lame-3.97/missing --run autoheader'
AUTOMAKE='${SHELL} /root/lame-3.97/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CONFIG_DEFS=''
CPP='/lib/cpp'
CPPFLAGS=''
CPUTYPE=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
FRONTEND_CFLAGS=''
FRONTEND_LDADD=''
FRONTEND_LDFLAGS=''
GTK_CFLAGS=''
GTK_CONFIG=''
GTK_LIBS=''
HAVE_NASM_FALSE=''
HAVE_NASM_TRUE=''
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDADD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIB_MAJOR_VERSION=''
LIB_MINOR_VERSION=''
LIB_WITH_DECODER_FALSE=''
LIB_WITH_DECODER_TRUE=''
LN_S=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEDEP=''
MAKEINFO='${SHELL} /root/lame-3.97/missing --run makeinfo'
NASM=''
NASM_FORMAT=''
OBJEXT='o'
PACKAGE='lame'
PACKAGE_BUGREPORT='lame-dev@lists.sf.net'
PACKAGE_NAME='lame'
PACKAGE_STRING='lame 3.97'
PACKAGE_TARNAME='lame'
PACKAGE_VERSION='3.97'
PATH_SEPARATOR=':'
RANLIB=''
RM_F=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
U=''
VERSION='3.97'
WITH_BRHIST_FALSE=''
WITH_BRHIST_TRUE=''
WITH_FRONTEND=''
WITH_MP3RTP=''
WITH_MP3X=''
ac_ct_AR=''
ac_ct_CC='gcc'
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='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnulibc1'
build_alias=''
build_cpu='i686'
build_os='linux-gnulibc1'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnulibc1'
host_alias=''
host_cpu='i686'
host_os='linux-gnulibc1'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/root/lame-3.97/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 PACKAGE "lame"
#define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
#define PACKAGE_NAME "lame"
#define PACKAGE_STRING "lame 3.97"
#define PACKAGE_TARNAME "lame"
#define PACKAGE_VERSION "3.97"
#define VERSION "3.97"
configure: exit 1
Men det ser ud som om det er et helt andet problem, så jeg vil bare gerne have den compiled i windows...
Hilsen
Jan S.
[Redigeret d. 10/12-05 21:03:01 af Jan S.]