|
LQ Newbie
Registered: Oct 2008
Location: Tampa, FL
Distribution: Foresight GNOME
Posts: 2
Rep:
|
configure: error: C preprocessor "/lib/cpp" fails sanity check
I've seen similar questions all over many forums. Hopefully someone will be able to explain to me how I can resolve my error at the least and possibly help me to understand how to troubleshoot this sort of thing in the future.
Anyhow, here is the result after executing the './configure' command:
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
Here is the result of the config.log:
## --------- ##
## Platform. ##
## --------- ##
hostname = Linux_FireFly
uname -m = i686
uname -r = 2.6.25.12-1-fl.smp.gcc4.1.x86.i686
uname -s = Linux
uname -v = #1 SMP Fri Jul 25 13:33:38 EDT 2008
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/bin
PATH: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/ucb
PATH: /bin
PATH: /usr/bin
PATH: /etc
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2008: checking for a BSD-compatible install
configure:2064: result: /usr/bin/install -c
configure:2075: checking whether build environment is sane
configure:2118: result: yes
configure:2183: checking for gawk
configure:2199: found /bin/gawk
configure:2210: result: gawk
configure:2221: checking whether make sets $(MAKE)
configure:2242: result: yes
configure:2487: checking for gcc
configure:2503: found /usr/bin/gcc
configure:2514: result: gcc
configure:2752: checking for C compiler version
configure:2759: gcc --version >&5
gcc (GCC) 4.1.2 20070626 (rPath Inc.)
[snip]
configure:3237: checking for gcc option to accept ISO C89
configure:3311: gcc -c -g -O2 conftest.c >&5
conftest.c:10:20: error: stdarg.h: No such file or directory
In file included from conftest.c:11:
/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
In file included from /usr/include/_G_config.h:44,
from /usr/include/libio.h:32,
from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/gconv.h:72: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:88: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:97: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:174: error: expected specifier-qualifier-list before 'size_t'
In file included from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/libio.h:329: error: expected specifier-qualifier-list before 'size_t'
/usr/include/libio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:370: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:482: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:486: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
In file included from conftest.c:11:
/usr/include/stdio.h:308: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:315: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:343: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:348: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:351: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:357: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:359: error: format string argument not a string type
/usr/include/stdio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:362: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:363: error: format string argument not a string type
/usr/include/stdio.h:610: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
/usr/include/stdio.h:616: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
/usr/include/stdio.h:638: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked'
/usr/include/stdio.h:640: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
In file included from /usr/include/stdio.h:835,
from conftest.c:11:
/usr/include/bits/stdio.h:34: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/bits/stdio.h: In function 'vprintf':
/usr/include/bits/stdio.h:36: error: '__arg' undeclared (first use in this function)
/usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once
/usr/include/bits/stdio.h:36: error: for each function it appears in.)
/usr/include/bits/stdio.h:36: error: too many arguments to function 'vfprintf'
conftest.c: In function 'f':
conftest.c:26: error: 'va_list' undeclared (first use in this function)
conftest.c:26: error: expected ';' before 'v'
conftest.c:27: error: 'v' undeclared (first use in this function)
conftest.c:28: error: expected expression before 'int'
configure:3317: $? = 1
configure: failed program was:
| /* confdefs.h. */
[snip]
configure:3311: gcc -qlanglvl=extc89 -c -g -O2 conftest.c >&5
gcc: unrecognized option '-qlanglvl=extc89'
conftest.c:10:20: error: stdarg.h: No such file or directory
In file included from conftest.c:11:
/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
In file included from /usr/include/_G_config.h:44,
from /usr/include/libio.h:32,
from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/gconv.h:72: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:88: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:97: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:174: error: expected specifier-qualifier-list before 'size_t'
In file included from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/libio.h:329: error: expected specifier-qualifier-list before 'size_t'
/usr/include/libio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:370: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:482: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:486: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
In file included from conftest.c:11:
/usr/include/stdio.h:308: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:315: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:343: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:348: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:351: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:357: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:359: error: format string argument not a string type
/usr/include/stdio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:362: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:363: error: format string argument not a string type
/usr/include/stdio.h:610: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
/usr/include/stdio.h:616: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
/usr/include/stdio.h:638: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked'
/usr/include/stdio.h:640: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
In file included from /usr/include/stdio.h:835,
from conftest.c:11:
/usr/include/bits/stdio.h:34: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/bits/stdio.h: In function 'vprintf':
/usr/include/bits/stdio.h:36: error: '__arg' undeclared (first use in this function)
/usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once
/usr/include/bits/stdio.h:36: error: for each function it appears in.)
/usr/include/bits/stdio.h:36: error: too many arguments to function 'vfprintf'
conftest.c: In function 'f':
conftest.c:26: error: 'va_list' undeclared (first use in this function)
conftest.c:26: error: expected ';' before 'v'
conftest.c:27: error: 'v' undeclared (first use in this function)
conftest.c:28: error: expected expression before 'int'
configure:3317: $? = 1
configure: failed program was:
| /* confdefs.h. */
[snip]
configure:3311: gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5
gcc: unrecognized option '-qlanglvl=ansi'
conftest.c:10:20: error: stdarg.h: No such file or directory
In file included from conftest.c:11:
/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
In file included from /usr/include/_G_config.h:44,
from /usr/include/libio.h:32,
from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/gconv.h:72: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:88: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:97: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:174: error: expected specifier-qualifier-list before 'size_t'
In file included from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/libio.h:329: error: expected specifier-qualifier-list before 'size_t'
/usr/include/libio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:370: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:482: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:486: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
In file included from conftest.c:11:
/usr/include/stdio.h:308: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:315: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:343: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:348: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:351: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:357: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:359: error: format string argument not a string type
/usr/include/stdio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:362: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:363: error: format string argument not a string type
/usr/include/stdio.h:610: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
/usr/include/stdio.h:616: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
/usr/include/stdio.h:638: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked'
/usr/include/stdio.h:640: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
In file included from /usr/include/stdio.h:835,
from conftest.c:11:
/usr/include/bits/stdio.h:34: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/bits/stdio.h: In function 'vprintf':
/usr/include/bits/stdio.h:36: error: '__arg' undeclared (first use in this function)
/usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once
/usr/include/bits/stdio.h:36: error: for each function it appears in.)
/usr/include/bits/stdio.h:36: error: too many arguments to function 'vfprintf'
conftest.c: In function 'f':
conftest.c:26: error: 'va_list' undeclared (first use in this function)
conftest.c:26: error: expected ';' before 'v'
conftest.c:27: error: 'v' undeclared (first use in this function)
conftest.c:28: error: expected expression before 'int'
configure:3317: $? = 1
configure: failed program was:
| /* confdefs.h. */
[snip]
configure:3311: gcc -std -c -g -O2 conftest.c >&5
cc1: error: unrecognized command line option "-std"
configure:3317: $? = 1
configure: failed program was:
| /* confdefs.h. */
[snip]
configure:3311: gcc -Ae -c -g -O2 conftest.c >&5
<command line>:1:2: error: missing '(' after predicate
conftest.c:10:20: error: stdarg.h: No such file or directory
In file included from conftest.c:11:
/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
In file included from /usr/include/_G_config.h:44,
from /usr/include/libio.h:32,
from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/gconv.h:72: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:88: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:97: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:174: error: expected specifier-qualifier-list before 'size_t'
In file included from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/libio.h:329: error: expected specifier-qualifier-list before 'size_t'
/usr/include/libio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:370: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:482: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:486: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
In file included from conftest.c:11:
/usr/include/stdio.h:308: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:315: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:343: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:348: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:351: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:357: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:359: error: format string argument not a string type
/usr/include/stdio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:362: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:363: error: format string argument not a string type
/usr/include/stdio.h:610: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
/usr/include/stdio.h:616: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
/usr/include/stdio.h:638: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked'
/usr/include/stdio.h:640: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
In file included from /usr/include/stdio.h:835,
from conftest.c:11:
/usr/include/bits/stdio.h:34: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/bits/stdio.h: In function 'vprintf':
/usr/include/bits/stdio.h:36: error: '__arg' undeclared (first use in this function)
/usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once
/usr/include/bits/stdio.h:36: error: for each function it appears in.)
/usr/include/bits/stdio.h:36: error: too many arguments to function 'vfprintf'
conftest.c: In function 'f':
conftest.c:26: error: 'va_list' undeclared (first use in this function)
conftest.c:26: error: expected ';' before 'v'
conftest.c:27: error: 'v' undeclared (first use in this function)
conftest.c:28: error: expected expression before 'int'
configure:3317: $? = 1
configure: failed program was:
| /* confdefs.h. */
[snip]
configure:3311: gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5
<command line>:1:2: error: missing '(' after predicate
conftest.c:10:20: error: stdarg.h: No such file or directory
In file included from conftest.c:11:
/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
In file included from /usr/include/_G_config.h:44,
from /usr/include/libio.h:32,
from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/gconv.h:72: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:88: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:97: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:174: error: expected specifier-qualifier-list before 'size_t'
In file included from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/libio.h:329: error: expected specifier-qualifier-list before 'size_t'
/usr/include/libio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:370: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:482: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:486: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
In file included from conftest.c:11:
/usr/include/stdio.h:308: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:315: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:343: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:348: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:351: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:357: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:359: error: format string argument not a string type
/usr/include/stdio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:362: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:363: error: format string argument not a string type
/usr/include/stdio.h:610: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
/usr/include/stdio.h:616: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
/usr/include/stdio.h:638: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked'
/usr/include/stdio.h:640: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
In file included from /usr/include/stdio.h:835,
from conftest.c:11:
/usr/include/bits/stdio.h:34: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/bits/stdio.h: In function 'vprintf':
/usr/include/bits/stdio.h:36: error: '__arg' undeclared (first use in this function)
/usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once
/usr/include/bits/stdio.h:36: error: for each function it appears in.)
/usr/include/bits/stdio.h:36: error: too many arguments to function 'vfprintf'
conftest.c: In function 'f':
conftest.c:26: error: 'va_list' undeclared (first use in this function)
conftest.c:26: error: expected ';' before 'v'
conftest.c:27: error: 'v' undeclared (first use in this function)
conftest.c:28: error: expected expression before 'int'
configure:3317: $? = 1
configure: failed program was:
| /* confdefs.h. */
[snip]
configure:3311: gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5
gcc: unrecognized option '-Xc'
conftest.c:10:20: error: stdarg.h: No such file or directory
In file included from conftest.c:11:
/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
In file included from /usr/include/_G_config.h:44,
from /usr/include/libio.h:32,
from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/gconv.h:72: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:88: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:97: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/gconv.h:174: error: expected specifier-qualifier-list before 'size_t'
In file included from /usr/include/stdio.h:72,
from conftest.c:11:
/usr/include/libio.h:329: error: expected specifier-qualifier-list before 'size_t'
/usr/include/libio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:370: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/libio.h:482: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/libio.h:486: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
In file included from conftest.c:11:
/usr/include/stdio.h:308: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:315: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:343: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:348: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:351: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:357: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:359: error: format string argument not a string type
/usr/include/stdio.h:361: error: expected declaration specifiers or '...' before 'size_t'
/usr/include/stdio.h:362: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/stdio.h:363: error: format string argument not a string type
/usr/include/stdio.h:610: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
/usr/include/stdio.h:616: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
/usr/include/stdio.h:638: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked'
/usr/include/stdio.h:640: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
In file included from /usr/include/stdio.h:835,
from conftest.c:11:
/usr/include/bits/stdio.h:34: error: expected declaration specifiers or '...' before '__gnuc_va_list'
/usr/include/bits/stdio.h: In function 'vprintf':
/usr/include/bits/stdio.h:36: error: '__arg' undeclared (first use in this function)
/usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once
/usr/include/bits/stdio.h:36: error: for each function it appears in.)
/usr/include/bits/stdio.h:36: error: too many arguments to function 'vfprintf'
conftest.c: In function 'f':
conftest.c:26: error: 'va_list' undeclared (first use in this function)
conftest.c:26: error: expected ';' before 'v'
conftest.c:27: error: 'v' undeclared (first use in this function)
conftest.c:28: error: expected expression before 'int'
configure:3317: $? = 1
configure: failed program was:
| /* confdefs.h. */
[snip]
|