Current section
Files
Jump to
Current section
Files
discount_src/config.log
[echo -n] works
Configuring for [markdown]
Looking for cpp
CPP=[/usr/bin/cpp], CPPFLAGS=[]
looking for install
(/usr/bin/install)
checking out the C compiler
ngc22008.c:2:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^~~~
1 warning generated.
validating CFLAGS=-g -fPIC -O2
ngc22008.c:2:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^~~~
1 warning generated.
CFLAGS="-g -fPIC -O2" are okay
checking for "volatile" keyword
checking for "const" keyword
Checking for "inline" keyword
defining WORD & DWORD scalar types
looking for header WinDef.h
test failed: command was clang -Wno-implicit-int -c -o ngc22008.o ngc22008.c
output:
ngc22008.c:2:10: fatal error: 'WinDef.h' file not found
#include <WinDef.h>
^
1 error generated.
offending sources:
ngc22008.c:
/* AC_CHECK_HEADERS */
#include <WinDef.h>
main() { }
ngc22008.c:28:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(1);
^
ngc22008.c:28:2: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
looking for header libgen.h
looking for header pwd.h
looking for the getpwuid function
looking for the srandom function
looking for the bzero function
ngc22008.c:4:5: warning: implicitly declaring library function 'bzero' with type 'void (void *, unsigned long)'
bzero((char*)0,0);
^
ngc22008.c:4:5: note: include the header <strings.h> or explicitly provide a declaration for 'bzero'
1 warning generated.
looking for the random function
looking for the strcasecmp function
ngc22008.c:1:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
void strcasecmp();
^
ngc22008.c:1:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
looking for the strncasecmp function
ngc22008.c:1:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
void strncasecmp();
^
ngc22008.c:1:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
looking for the fchdir function
looking for header malloc.h
find is /usr/bin/find
/usr/bin/ln exists, and ln -s works
./configure.inc: Zeile 984: AC: Kommando nicht gefunden.
sed is /usr/bin/sed
generating Makefile
generating version.c
generating mkdio.h