When compiling ANY software with the ./configure command I always get the
following message towards the end of the file:

checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

What does this mean?  I've searched all over the place and found nothing.
Here is the config file from libsndfile:


  $ ./configure 

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

hostname = localhost
uname -m = Power Macintosh
uname -r = 5.5
uname -s = Darwin
uname -v = Darwin Kernel Version 5.5: Thu May 30 14:51:26 PDT 2002;
root:xnu/xnu-201.42.3.obj~1/RELEASE_PPC

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
     Darwin Kernel Version 5.5:
Thu May 30 14:51:26 PDT 2002; root:xnu/xnu-201.42.3.obj~1/RELEASE_PPC


Kernel configured for up to 2 processors.
1 processor is physically available.
Processor type: ppc750 (PowerPC 750)
Processor active: 0
Primary memory available: 320.00 megabytes.
Default processor set: 43 tasks, 122 threads, 1 processors
Load average: 2.03, Mach factor: 0.45
unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: ~/bin/powerpc-apple-darwin
PATH: /Users/douglasm/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin


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

configure:1475: checking build system type
configure:1493: result: powerpc-apple-darwin5.5
configure:1501: checking host system type
configure:1515: result: powerpc-apple-darwin5.5
configure:1523: checking target system type
configure:1537: result: powerpc-apple-darwin5.5
configure:1564: checking for a BSD-compatible install
configure:1618: result: /usr/bin/install -c
configure:1629: checking whether build environment is sane
configure:1672: result: yes
configure:1705: checking for gawk
configure:1734: result: no
configure:1705: checking for mawk
configure:1734: result: no
configure:1705: checking for nawk
configure:1734: result: no
configure:1705: checking for awk
configure:1721: found /usr/bin/awk
configure:1731: result: awk
configure:1741: checking whether make sets $(MAKE)
configure:1761: result: yes
configure:1920: checking for autogen
configure:1947: result: no
configure:2001: checking for gcc
configure:2017: found /usr/bin/gcc
configure:2027: result: gcc
configure:2271: checking for C compiler version
configure:2274: gcc --version </dev/null >&5
2.95.2
configure:2277: $? = 0
configure:2279: gcc -v </dev/null >&5
Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
Apple Computer, Inc. version gcc-937.2, based on gcc version 2.95.2 19991024
(release)
configure:2282: $? = 0
configure:2284: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2287: $? = 1
configure:2311: checking for C compiler default output
configure:2314: gcc    conftest.c  >&5
configure:2317: $? = 0
configure:2363: result: a.out
configure:2368: checking whether the C compiler works
configure:2374: ./a.out
configure:2377: $? = 0
configure:2394: result: yes
configure:2401: checking whether we are cross compiling
configure:2403: result: no
configure:2406: checking for suffix of executables
configure:2408: gcc -o conftest    conftest.c  >&5
configure:2411: $? = 0
configure:2436: result:
configure:2442: checking for suffix of object files
configure:2464: gcc -c   conftest.c >&5
configure:2467: $? = 0
configure:2489: result: o
configure:2493: checking whether we are using the GNU C compiler
configure:2518: gcc -c   conftest.c >&5
configure:2521: $? = 0
configure:2524: test -s conftest.o
configure:2527: $? = 0
configure:2540: result: yes
configure:2546: checking whether gcc accepts -g
configure:2568: gcc -c -g  conftest.c >&5
configure:2571: $? = 0
configure:2574: test -s conftest.o
configure:2577: $? = 0
configure:2588: result: yes
configure:2605: checking for gcc option to accept ANSI C
configure:2666: gcc  -c -g -O2  conftest.c >&5
configure:2623: header file 'stdio.h' not found
configure:2624: header file 'sys/types.h' not found
configure:2625: header file 'sys/stat.h' not found
configure:2628: undefined type, found `FILE'
configure:2647: undefined type, found `FILE'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
configure:2669: $? = 1
configure: failed program was:
| #line 2612 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* 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;
| }
| 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:2666: gcc -qlanglvl=ansi -c -g -O2  conftest.c >&5
gcc: unrecognized option `-qlanglvl=ansi'
configure:2623: header file 'stdio.h' not found
configure:2624: header file 'sys/types.h' not found
configure:2625: header file 'sys/stat.h' not found
configure:2628: undefined type, found `FILE'
configure:2647: undefined type, found `FILE'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
configure:2669: $? = 1
configure: failed program was:
| #line 2612 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* 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;
| }
| 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:2666: gcc -std1 -c -g -O2  conftest.c >&5
gcc: unrecognized option `-std1'
configure:2623: header file 'stdio.h' not found
configure:2624: header file 'sys/types.h' not found
configure:2625: header file 'sys/stat.h' not found
configure:2628: undefined type, found `FILE'
configure:2647: undefined type, found `FILE'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
configure:2669: $? = 1
configure: failed program was:
| #line 2612 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* 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;
| }
| 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:2666: gcc -Ae -c -g -O2  conftest.c >&5
cpp-precomp: Invalid option '-Ae'
configure:2669: $? = 1
configure: failed program was:
| #line 2612 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* 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;
| }
| 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:2666: gcc -Aa -D_HPUX_SOURCE -c -g -O2  conftest.c >&5
cpp-precomp: Invalid option '-Aa'
configure:2669: $? = 1
configure: failed program was:
| #line 2612 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* 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;
| }
| 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:2666: gcc -Xc -D__EXTENSIONS__ -c -g -O2  conftest.c >&5
gcc: unrecognized option `-Xc'
configure:2623: header file 'stdio.h' not found
configure:2624: header file 'sys/types.h' not found
configure:2625: header file 'sys/stat.h' not found
configure:2628: undefined type, found `FILE'
configure:2647: undefined type, found `FILE'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
configure:2669: $? = 1
configure: failed program was:
| #line 2612 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* 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;
| }
| 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:2693: result: none needed
configure:2711: gcc -c -g -O2  conftest.c >&5
conftest.c:2: undefined type, found `choke'
conftest.c:2: illegal external declaration, missing `;' after `me'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
conftest.c:2: parse error before `me'
configure:2714: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2842: checking for style of include used by make
configure:2870: result: GNU
configure:2898: checking dependency style of gcc
configure:2960: result: gcc
configure:2977: checking for a BSD-compatible install
configure:3031: result: /usr/bin/install -c
configure:3043: checking whether make sets $(MAKE)
configure:3063: result: yes
configure:3072: checking whether ln -s works
configure:3076: result: yes
configure:3171: checking for ld used by GCC
configure:3234: result: /usr/bin/ld
configure:3243: checking if the linker (/usr/bin/ld) is GNU ld
configure:3255: result: no
configure:3260: checking for /usr/bin/ld option to reload object files
configure:3267: result: -r
configure:3272: checking for BSD-compatible nm
configure:3308: result: /usr/bin/nm -p
configure:3311: checking for a sed that does not truncate output
configure:3393: result: /usr/bin/sed
configure:3396: checking how to recognise dependent libraries
configure:3577: result: file_magic Mach-O dynamically linked shared library
configure:3590: checking command to parse /usr/bin/nm -p output
configure:3674: gcc -c -g -O2  conftest.c >&5
configure:3677: $? = 0
configure:3681: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[
]\([BCDEGRST][BCDEGRST]*\)[     ][     ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2\3 \3/p' \> conftest.nm
configure:3684: $? = 0
cannot find nm_test_var in conftest.nm
configure:3674: gcc -c -g -O2  conftest.c >&5
configure:3677: $? = 0
configure:3681: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[
]\([BCDEGRST][BCDEGRST]*\)[     ][     ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2\3 \3/p' \> conftest.nm
configure:3684: $? = 0
configure:3736: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:3739: $? = 0
configure:3783: result: ok
configure:3792: checking how to run the C preprocessor
configure:3828: gcc -E  conftest.c
configure:3825: header file 'limits.h' not found
configure:3829: undefined type, found `Syntax'
configure:3829: illegal external declaration, missing `;' after `error'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
configure:3834: $? = 1
configure: failed program was:
| #line 3814 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3828: gcc -E  conftest.c
configure:3825: header file 'limits.h' not found
configure:3829: undefined type, found `Syntax'
configure:3829: illegal external declaration, missing `;' after `error'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
configure:3834: $? = 1
configure: failed program was:
| #line 3814 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3828: gcc -E -traditional-cpp  conftest.c
configure:3825: limits.h: No such file or directory
configure:3834: $? = 1
configure: failed program was:
| #line 3814 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3828: gcc -E -traditional-cpp  conftest.c
configure:3825: limits.h: No such file or directory
configure:3834: $? = 1
configure: failed program was:
| #line 3814 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3828: /lib/cpp  conftest.c
./configure: no such file or directory: /lib/cpp [3829]
configure:3834: $? = 1
configure: failed program was:
| #line 3814 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3828: /lib/cpp  conftest.c
./configure: no such file or directory: /lib/cpp [3829]
configure:3834: $? = 1
configure: failed program was:
| #line 3814 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3910: result: /lib/cpp
configure:3935: /lib/cpp  conftest.c
./configure: no such file or directory: /lib/cpp [3936]
configure:3941: $? = 1
configure: failed program was:
| #line 3921 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3935: /lib/cpp  conftest.c
./configure: no such file or directory: /lib/cpp [3936]
configure:3941: $? = 1
configure: failed program was:
| #line 3921 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libsndfile"
| #define VERSION "1.0.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:4008: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

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

ac_cv_build=powerpc-apple-darwin5.5
ac_cv_build_alias=powerpc-apple-darwin5.5
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_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=powerpc-apple-darwin5.5
ac_cv_host_alias=powerpc-apple-darwin5.5
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_autogen=no
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=no
ac_cv_prog_make_make_set=yes
ac_cv_target=powerpc-apple-darwin5.5
ac_cv_target_alias=powerpc-apple-darwin5.5
am_cv_CC_dependencies_compiler_type=gcc
lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared
library'
lt_cv_file_magic_cmd='/usr/bin/file -L'
lt_cv_file_magic_test_file=/usr/lib/libSystem.dylib
lt_cv_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_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char
\1;/p'\'
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([BCDEGRST][BCDEGRST]*\)[     ][     ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2\3 \3/p'\'

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

ACLOCAL='${SHELL} /Applications/unix_applications/libsndfile/missing --run
aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /Applications/unix_applications/libsndfile/missing --run
tar'
AUTOCONF='${SHELL} /Applications/unix_applications/libsndfile/missing --run
autoconf'
AUTOHEADER='${SHELL} /Applications/unix_applications/libsndfile/missing
--run autoheader'
AUTOMAKE='${SHELL} /Applications/unix_applications/libsndfile/missing --run
automake-1.6'
AWK='awk'
CC='gcc'
CCDEPMODE='depmode=gcc'
CFLAGS='-g -O2'
COMPILER_IS_GCC=''
CPP='/lib/cpp'
CPPFLAGS=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_EXPERIMENTAL_CODE=''
EXEEXT=''
GCC_MAJOR_VERSION=''
GETCONF=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /Applications/unix_applications/libsndfile/missing --run
makeinfo'
OBJEXT='o'
OS_SPECIFIC_INCLUDES=''
OS_SPECIFIC_LINKS=''
PACKAGE='libsndfile'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
SET_MAKE=''
SHARED_VERSION_INFO='1:5:0'
SHELL='/bin/sh'
SHLIB_VERSION_ARG=''
SIZEOF_SF_COUNT_T=''
STRIP=''
TYPEOF_SF_COUNT_T=''
VERSION='1.0.5'
ac_ct_CC='gcc'
ac_ct_GETCONF=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__include='include'
am__quote=''
autogen='no'
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin5.5'
build_alias=''
build_cpu='powerpc'
build_os='darwin5.5'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='NONE'
host='powerpc-apple-darwin5.5'
host_alias=''
host_cpu='powerpc'
host_os='darwin5.5'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/Applications/unix_applications/libsndfile/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='powerpc-apple-darwin5.5'
target_alias=''
target_cpu='powerpc'
target_os='darwin5.5'
target_vendor='apple'

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

#define PACKAGE "libsndfile"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "1.0.5"

configure: exit 1

If anyone has any clues, I'd appreciate it.

Doug



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to