mirror of
https://git.vladimir.cc/vladimir/libfec.git
synced 2026-08-25 17:27:34 +00:00
init commit
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
configure:534: checking for gcc
|
||||
configure:647: checking whether the C compiler (gcc -O2 -fPIC -Wno-implicit-int -Wno-implicit-function-declaration -Wno-int-conversion ) works
|
||||
configure:663: gcc -o conftest -O2 -fPIC -Wno-implicit-int -Wno-implicit-function-declaration -Wno-int-conversion conftest.c 1>&5
|
||||
configure:689: checking whether the C compiler (gcc -O2 -fPIC -Wno-implicit-int -Wno-implicit-function-declaration -Wno-int-conversion ) is a cross-compiler
|
||||
configure:694: checking whether we are using GNU C
|
||||
configure:703: gcc -E conftest.c
|
||||
configure:722: checking whether gcc accepts -g
|
||||
configure:758: checking for malloc in -lc
|
||||
configure:777: gcc -o conftest -O2 -fPIC -Wno-implicit-int -Wno-implicit-function-declaration -Wno-int-conversion conftest.c -lc 1>&5
|
||||
configure:770:6: warning: conflicting types for built-in function 'malloc'; expected 'void *(long unsigned int)' [-Wbuiltin-declaration-mismatch]
|
||||
770 | char malloc();
|
||||
| ^~~~~~
|
||||
configure:767:1: note: 'malloc' is declared in header '<stdlib.h>'
|
||||
766 | #include "confdefs.h"
|
||||
+++ |+#include <stdlib.h>
|
||||
767 | /* Override any gcc2 internal prototype to avoid an error. */
|
||||
configure:806: checking how to run the C preprocessor
|
||||
configure:827: gcc -E conftest.c >/dev/null 2>conftest.out
|
||||
configure:889: checking for getopt.h
|
||||
configure:899: gcc -E conftest.c >/dev/null 2>conftest.out
|
||||
configure:889: checking for stdio.h
|
||||
configure:899: gcc -E conftest.c >/dev/null 2>conftest.out
|
||||
configure:889: checking for stdlib.h
|
||||
configure:899: gcc -E conftest.c >/dev/null 2>conftest.out
|
||||
configure:889: checking for memory.h
|
||||
configure:899: gcc -E conftest.c >/dev/null 2>conftest.out
|
||||
configure:889: checking for string.h
|
||||
configure:899: gcc -E conftest.c >/dev/null 2>conftest.out
|
||||
configure:989: checking host system type
|
||||
configure:1010: checking target system type
|
||||
configure:1028: checking build system type
|
||||
configure:1093: checking for getopt_long
|
||||
configure:1121: gcc -o conftest -O2 -fPIC -Wno-implicit-int -Wno-implicit-function-declaration -Wno-int-conversion conftest.c -lc 1>&5
|
||||
configure:1093: checking for memset
|
||||
configure:1121: gcc -o conftest -O2 -fPIC -Wno-implicit-int -Wno-implicit-function-declaration -Wno-int-conversion conftest.c -lc 1>&5
|
||||
configure:1105:6: warning: conflicting types for built-in function 'memset'; expected 'void *(void *, int, long unsigned int)' [-Wbuiltin-declaration-mismatch]
|
||||
1105 | char $ac_func();
|
||||
| ^~~~~~
|
||||
configure:1102:1: note: 'memset' is declared in header '<string.h>'
|
||||
1101 | #include <assert.h>
|
||||
+++ |+#include <string.h>
|
||||
1102 | /* Override any gcc2 internal prototype to avoid an error. */
|
||||
configure:1093: checking for memmove
|
||||
configure:1121: gcc -o conftest -O2 -fPIC -Wno-implicit-int -Wno-implicit-function-declaration -Wno-int-conversion conftest.c -lc 1>&5
|
||||
configure:1105:6: warning: conflicting types for built-in function 'memmove'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
|
||||
1105 | char $ac_func();
|
||||
| ^~~~~~~
|
||||
configure:1102:1: note: 'memmove' is declared in header '<string.h>'
|
||||
1101 | #include <assert.h>
|
||||
+++ |+#include <string.h>
|
||||
1102 | /* Override any gcc2 internal prototype to avoid an error. */
|
||||
Reference in New Issue
Block a user