Created
February 20, 2012 16:18
-
-
Save paleozogt/1869963 to your computer and use it in GitHub Desktop.
config.log for libogg when compiled with emscripten
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = bobthebuilder-u | |
uname -m = i686 | |
uname -r = 2.6.32-35-generic | |
uname -s = Linux | |
uname -v = #78-Ubuntu SMP Tue Oct 11 15:27:15 UTC 2011 | |
/usr/bin/uname -p = unknown | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/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/local/sbin | |
PATH: /usr/local/bin | |
PATH: /usr/sbin | |
PATH: /usr/bin | |
PATH: /sbin | |
PATH: /bin | |
PATH: /usr/games | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2413: checking for a BSD-compatible install | |
configure:2481: result: /usr/bin/install -c | |
configure:2492: checking whether build environment is sane | |
configure:2542: result: yes | |
configure:2683: checking for a thread-safe mkdir -p | |
configure:2722: result: /bin/mkdir -p | |
configure:2735: checking for gawk | |
configure:2751: found /usr/bin/gawk | |
configure:2762: result: gawk | |
configure:2773: checking whether make sets $(MAKE) | |
configure:2795: result: yes | |
configure:2876: checking whether to enable maintainer-specific portions of Makefiles | |
configure:2885: result: no | |
configure:2955: checking for gcc | |
configure:2982: result: /home/bobthebuilder/Development/emscripten/emcc | |
configure:3211: checking for C compiler version | |
configure:3220: /home/bobthebuilder/Development/emscripten/emcc --version >&5 | |
emcc (Emscripten GCC-like replacement) 2.0 | |
Copyright (C) 2011 the Emscripten authors. | |
This is free and open source software under the MIT license. | |
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:3231: $? = 0 | |
configure:3220: /home/bobthebuilder/Development/emscripten/emcc -v >&5 | |
clang version 3.0 (tags/RELEASE_30/final) | |
Target: i386-pc-linux-gnu | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-nostdinc' | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
clang: warning: argument unused during compilation: '-Xclang -nobuiltininc' | |
clang: warning: argument unused during compilation: '-Xclang -nostdinc++' | |
clang: warning: argument unused during compilation: '-Xclang -nostdsysteminc' | |
clang: warning: argument unused during compilation: '-Xclang -isystem/home/bobthebuilder/Development/emscripten/system/include' | |
clang: warning: argument unused during compilation: '-Xclang -isystem/home/bobthebuilder/Development/emscripten/system/include/bsd' | |
... rest of stderr output deleted ... | |
configure:3231: $? = 0 | |
configure:3220: /home/bobthebuilder/Development/emscripten/emcc -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:3231: $? = 1 | |
configure:3220: /home/bobthebuilder/Development/emscripten/emcc -qversion >&5 | |
clang: error: no input files | |
configure:3231: $? = 1 | |
configure:3251: checking whether the C compiler works | |
configure:3273: /home/bobthebuilder/Development/emscripten/emcc conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:3277: $? = 0 | |
configure:3325: result: yes | |
configure:3328: checking for C compiler default output file name | |
configure:3330: result: a.out | |
configure:3336: checking for suffix of executables | |
configure:3343: /home/bobthebuilder/Development/emscripten/emcc -o conftest conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:3347: $? = 0 | |
configure:3369: result: | |
configure:3391: checking whether we are cross compiling | |
configure:3399: /home/bobthebuilder/Development/emscripten/emcc -o conftest conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:3403: $? = 0 | |
configure:3410: ./conftest | |
configure:3414: $? = 0 | |
configure:3429: result: no | |
configure:3434: checking for suffix of object files | |
configure:3456: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:3460: $? = 0 | |
configure:3481: result: o | |
configure:3485: checking whether we are using the GNU C compiler | |
configure:3504: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:3504: $? = 0 | |
configure:3513: result: yes | |
configure:3522: checking whether /home/bobthebuilder/Development/emscripten/emcc accepts -g | |
configure:3542: /home/bobthebuilder/Development/emscripten/emcc -c -g conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:3542: $? = 0 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:3557: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:3557: $? = 0 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:3573: /home/bobthebuilder/Development/emscripten/emcc -c -g conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:3573: $? = 0 | |
configure:3583: result: yes | |
configure:3600: checking for /home/bobthebuilder/Development/emscripten/emcc option to accept ISO C89 | |
configure:3664: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:3664: $? = 0 | |
configure:3677: result: none needed | |
configure:3708: checking for style of include used by make | |
configure:3736: result: GNU | |
configure:3761: checking dependency style of /home/bobthebuilder/Development/emscripten/emcc | |
configure:3871: result: gcc3 | |
configure:3915: checking build system type | |
configure:3929: result: i686-pc-linux-gnu | |
configure:3949: checking host system type | |
configure:3962: result: i686-pc-linux-gnu | |
configure:4003: checking how to print strings | |
configure:4030: result: printf | |
configure:4051: checking for a sed that does not truncate output | |
configure:4115: result: /bin/sed | |
configure:4133: checking for grep that handles long lines and -e | |
configure:4191: result: /bin/grep | |
configure:4196: checking for egrep | |
configure:4258: result: /bin/grep -E | |
configure:4263: checking for fgrep | |
configure:4325: result: /bin/grep -F | |
configure:4360: checking for ld used by /home/bobthebuilder/Development/emscripten/emcc | |
configure:4427: result: /usr/bin/ld | |
configure:4434: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:4449: result: yes | |
configure:4461: checking for BSD- or MS-compatible name lister (nm) | |
configure:4510: result: /usr/bin/nm -B | |
configure:4640: checking the name lister (/usr/bin/nm -B) interface | |
configure:4647: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:4650: /usr/bin/nm -B "conftest.o" | |
configure:4653: output | |
00000000 B some_variable | |
configure:4660: result: BSD nm | |
configure:4663: checking whether ln -s works | |
configure:4667: result: yes | |
configure:4675: checking the maximum length of command line arguments | |
configure:4800: result: 1572864 | |
configure:4817: checking whether the shell understands some XSI constructs | |
configure:4827: result: yes | |
configure:4831: checking whether the shell understands "+=" | |
configure:4837: result: yes | |
configure:4872: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format | |
configure:4912: result: func_convert_file_noop | |
configure:4919: checking how to convert i686-pc-linux-gnu file names to toolchain format | |
configure:4939: result: func_convert_file_noop | |
configure:4946: checking for /usr/bin/ld option to reload object files | |
configure:4953: result: -r | |
configure:5027: checking for objdump | |
configure:5043: found /usr/bin/objdump | |
configure:5054: result: objdump | |
configure:5086: checking how to recognize dependent libraries | |
configure:5288: result: pass_all | |
configure:5373: checking for dlltool | |
configure:5403: result: no | |
configure:5433: checking how to associate runtime and link libraries | |
configure:5460: result: printf %s\n | |
configure:5585: checking for archiver @FILE support | |
configure:5602: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:5602: $? = 0 | |
configure:5605: /home/bobthebuilder/Development/emscripten/emar cru libconftest.a @conftest.lst >&5 | |
/usr/local/bin/llvm-ar: File does not exist: @conftest.lst | |
configure:5608: $? = 2 | |
configure:5628: result: no | |
configure:5686: checking for strip | |
configure:5702: found /usr/bin/strip | |
configure:5713: result: strip | |
configure:5785: checking for ranlib | |
configure:5812: result: /home/bobthebuilder/Development/emscripten/emranlib | |
configure:5914: checking command to parse /usr/bin/nm -B output from /home/bobthebuilder/Development/emscripten/emcc object | |
configure:6033: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:6036: $? = 0 | |
configure:6040: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6043: $? = 0 | |
configure:6109: /home/bobthebuilder/Development/emscripten/emcc -o conftest conftest.c conftstm.o >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:6112: $? = 0 | |
configure:6150: result: ok | |
configure:6187: checking for sysroot | |
configure:6217: result: no | |
configure:6460: checking for mt | |
configure:6476: found /bin/mt | |
configure:6487: result: mt | |
configure:6510: checking if mt is a manifest tool | |
configure:6516: mt '-?' | |
mt: invalid option -- ? | |
configure:6524: result: no | |
configure:7156: checking how to run the C preprocessor | |
configure:7187: /home/bobthebuilder/Development/emscripten/emcc -E conftest.c | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7187: $? = 0 | |
configure:7201: /home/bobthebuilder/Development/emscripten/emcc -E conftest.c | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7201: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7226: result: /home/bobthebuilder/Development/emscripten/emcc -E | |
configure:7246: /home/bobthebuilder/Development/emscripten/emcc -E conftest.c | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7246: $? = 0 | |
configure:7260: /home/bobthebuilder/Development/emscripten/emcc -E conftest.c | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7260: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7289: checking for ANSI C header files | |
configure:7309: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7309: $? = 0 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7382: /home/bobthebuilder/Development/emscripten/emcc -o conftest conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7382: $? = 0 | |
configure:7382: ./conftest | |
configure:7382: $? = 0 | |
configure:7393: result: yes | |
configure:7406: checking for sys/types.h | |
configure:7406: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7406: $? = 0 | |
configure:7406: result: yes | |
configure:7406: checking for sys/stat.h | |
configure:7406: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7406: $? = 0 | |
configure:7406: result: yes | |
configure:7406: checking for stdlib.h | |
configure:7406: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7406: $? = 0 | |
configure:7406: result: yes | |
configure:7406: checking for string.h | |
configure:7406: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7406: $? = 0 | |
configure:7406: result: yes | |
configure:7406: checking for memory.h | |
configure:7406: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7406: $? = 0 | |
configure:7406: result: yes | |
configure:7406: checking for strings.h | |
configure:7406: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7406: $? = 0 | |
configure:7406: result: yes | |
configure:7406: checking for inttypes.h | |
configure:7406: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7406: $? = 0 | |
configure:7406: result: yes | |
configure:7406: checking for stdint.h | |
configure:7406: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7406: $? = 0 | |
configure:7406: result: yes | |
configure:7406: checking for unistd.h | |
configure:7406: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7406: $? = 0 | |
configure:7406: result: yes | |
configure:7420: checking for dlfcn.h | |
configure:7420: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7420: $? = 0 | |
configure:7420: result: yes | |
configure:7607: checking for objdir | |
configure:7622: result: .libs | |
configure:7889: checking if /home/bobthebuilder/Development/emscripten/emcc supports -fno-rtti -fno-exceptions | |
configure:7907: /home/bobthebuilder/Development/emscripten/emcc -c -fno-rtti -fno-exceptions conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:7911: $? = 0 | |
configure:7924: result: yes | |
configure:8234: checking for /home/bobthebuilder/Development/emscripten/emcc option to produce PIC | |
configure:8241: result: -fPIC -DPIC | |
configure:8249: checking if /home/bobthebuilder/Development/emscripten/emcc PIC flag -fPIC -DPIC works | |
configure:8267: /home/bobthebuilder/Development/emscripten/emcc -c -fPIC -DPIC -DPIC conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:8271: $? = 0 | |
configure:8284: result: yes | |
configure:8313: checking if /home/bobthebuilder/Development/emscripten/emcc static flag -static works | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:8341: result: yes | |
configure:8356: checking if /home/bobthebuilder/Development/emscripten/emcc supports -c -o file.o | |
configure:8377: /home/bobthebuilder/Development/emscripten/emcc -c -o out/conftest2.o conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:8381: $? = 0 | |
configure:8403: result: yes | |
configure:8411: checking if /home/bobthebuilder/Development/emscripten/emcc supports -c -o file.o | |
configure:8458: result: yes | |
configure:8491: checking whether the /home/bobthebuilder/Development/emscripten/emcc linker (/usr/bin/ld) supports shared libraries | |
configure:9649: result: yes | |
configure:9686: checking whether -lc should be explicitly linked in | |
configure:9694: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:9697: $? = 0 | |
configure:9712: /home/bobthebuilder/Development/emscripten/emcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 | |
configure:9715: $? = 0 | |
configure:9729: result: no | |
configure:9894: checking dynamic linker characteristics | |
configure:10408: /home/bobthebuilder/Development/emscripten/emcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:10408: $? = 0 | |
configure:10634: result: GNU/Linux ld.so | |
configure:10741: checking how to hardcode library paths into programs | |
configure:10766: result: immediate | |
configure:11306: checking whether stripping libraries is possible | |
configure:11311: result: yes | |
configure:11346: checking if libtool supports shared libraries | |
configure:11348: result: yes | |
configure:11351: checking whether to build shared libraries | |
configure:11372: result: yes | |
configure:11375: checking whether to build static libraries | |
configure:11379: result: yes | |
configure:11415: checking whether /home/bobthebuilder/Development/emscripten/emcc and cc understand -c and -o together | |
configure:11446: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c -o conftest2.o >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:11450: $? = 0 | |
configure:11456: /home/bobthebuilder/Development/emscripten/emcc -c conftest.c -o conftest2.o >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:11460: $? = 0 | |
configure:11471: cc -c conftest.c >&5 | |
configure:11475: $? = 0 | |
configure:11483: cc -c conftest.c -o conftest2.o >&5 | |
configure:11487: $? = 0 | |
configure:11493: cc -c conftest.c -o conftest2.o >&5 | |
configure:11497: $? = 0 | |
configure:11515: result: yes | |
configure:11594: checking for ANSI C header files | |
configure:11698: result: yes | |
configure:11709: checking for inttypes.h | |
configure:11709: result: yes | |
configure:11715: checking for stdint.h | |
configure:11715: result: yes | |
configure:11721: checking for sys/types.h | |
configure:11721: result: yes | |
configure:11728: checking for an ANSI C-conforming const | |
configure:11793: /home/bobthebuilder/Development/emscripten/emcc -c -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:11793: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| /* FIXME: Include the comments suggested by Paul. */ | |
| #ifndef __cplusplus | |
| /* Ultrix mips cc rejects this. */ | |
| typedef int charset[2]; | |
| const charset cs; | |
| /* SunOS 4.1.1 cc rejects this. */ | |
| char const *const *pcpcc; | |
| char **ppc; | |
| /* NEC SVR4.0.2 mips cc rejects this. */ | |
| struct point {int x, y;}; | |
| static struct point const zero = {0,0}; | |
| /* AIX XL C 1.02.0.0 rejects this. | |
| It does not let you subtract one const X* pointer from another in | |
| an arm of an if-expression whose if-part is not a constant | |
| expression */ | |
| const char *g = "string"; | |
| pcpcc = &g + (g ? g-g : 0); | |
| /* HPUX 7.0 cc rejects these. */ | |
| ++pcpcc; | |
| ppc = (char**) pcpcc; | |
| pcpcc = (char const *const *) ppc; | |
| { /* SCO 3.2v4 cc rejects this. */ | |
| char *t; | |
| char const *s = 0 ? (char *) 0 : (char const *) 0; | |
| | |
| *t++ = 0; | |
| if (s) return 0; | |
| } | |
| { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
| int x[] = {25, 17}; | |
| const int *foo = &x[0]; | |
| ++foo; | |
| } | |
| { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
| typedef const int *iptr; | |
| iptr p = 0; | |
| ++p; | |
| } | |
| { /* AIX XL C 1.02.0.0 rejects this saying | |
| "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
| struct s { int j; const int *ap[3]; }; | |
| struct s *b; b->j = 5; | |
| } | |
| { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
| const int foo = 10; | |
| if (!foo) return 0; | |
| } | |
| return !cs[0] && !zero.x; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11800: result: no | |
configure:11814: checking size of int16_t | |
configure:11819: /home/bobthebuilder/Development/emscripten/emcc -o conftest -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:11819: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define const /**/ | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (int16_t)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (int16_t)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (int16_t))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (int16_t)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (int16_t)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11833: result: 0 | |
configure:11847: checking size of uint16_t | |
configure:11852: /home/bobthebuilder/Development/emscripten/emcc -o conftest -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:11852: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define const /**/ | |
| #define SIZEOF_INT16_T 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (uint16_t)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (uint16_t)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (uint16_t))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (uint16_t)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (uint16_t)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11866: result: 0 | |
configure:11880: checking size of u_int16_t | |
configure:11885: /home/bobthebuilder/Development/emscripten/emcc -o conftest -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:11885: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define const /**/ | |
| #define SIZEOF_INT16_T 0 | |
| #define SIZEOF_UINT16_T 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (u_int16_t)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (u_int16_t)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (u_int16_t))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (u_int16_t)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (u_int16_t)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11899: result: 0 | |
configure:11913: checking size of int32_t | |
configure:11918: /home/bobthebuilder/Development/emscripten/emcc -o conftest -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:11918: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define const /**/ | |
| #define SIZEOF_INT16_T 0 | |
| #define SIZEOF_UINT16_T 0 | |
| #define SIZEOF_U_INT16_T 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (int32_t)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (int32_t)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (int32_t))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (int32_t)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (int32_t)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11932: result: 0 | |
configure:11946: checking size of uint32_t | |
configure:11951: /home/bobthebuilder/Development/emscripten/emcc -o conftest -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:11951: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define const /**/ | |
| #define SIZEOF_INT16_T 0 | |
| #define SIZEOF_UINT16_T 0 | |
| #define SIZEOF_U_INT16_T 0 | |
| #define SIZEOF_INT32_T 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (uint32_t)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (uint32_t)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (uint32_t))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (uint32_t)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (uint32_t)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11965: result: 0 | |
configure:11979: checking size of u_int32_t | |
configure:11984: /home/bobthebuilder/Development/emscripten/emcc -o conftest -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:11984: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define const /**/ | |
| #define SIZEOF_INT16_T 0 | |
| #define SIZEOF_UINT16_T 0 | |
| #define SIZEOF_U_INT16_T 0 | |
| #define SIZEOF_INT32_T 0 | |
| #define SIZEOF_UINT32_T 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (u_int32_t)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (u_int32_t)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (u_int32_t))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (u_int32_t)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (u_int32_t)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11998: result: 0 | |
configure:12012: checking size of int64_t | |
configure:12017: /home/bobthebuilder/Development/emscripten/emcc -o conftest -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:12017: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define const /**/ | |
| #define SIZEOF_INT16_T 0 | |
| #define SIZEOF_UINT16_T 0 | |
| #define SIZEOF_U_INT16_T 0 | |
| #define SIZEOF_INT32_T 0 | |
| #define SIZEOF_UINT32_T 0 | |
| #define SIZEOF_U_INT32_T 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (int64_t)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (int64_t)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (int64_t))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (int64_t)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (int64_t)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:12031: result: 0 | |
configure:12045: checking size of short | |
configure:12050: /home/bobthebuilder/Development/emscripten/emcc -o conftest -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:12050: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define const /**/ | |
| #define SIZEOF_INT16_T 0 | |
| #define SIZEOF_UINT16_T 0 | |
| #define SIZEOF_U_INT16_T 0 | |
| #define SIZEOF_INT32_T 0 | |
| #define SIZEOF_UINT32_T 0 | |
| #define SIZEOF_U_INT32_T 0 | |
| #define SIZEOF_INT64_T 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (short)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (short)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (short))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (short)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (short)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:12064: result: 0 | |
configure:12078: checking size of int | |
configure:12083: /home/bobthebuilder/Development/emscripten/emcc -o conftest -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:12083: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define const /**/ | |
| #define SIZEOF_INT16_T 0 | |
| #define SIZEOF_UINT16_T 0 | |
| #define SIZEOF_U_INT16_T 0 | |
| #define SIZEOF_INT32_T 0 | |
| #define SIZEOF_UINT32_T 0 | |
| #define SIZEOF_U_INT32_T 0 | |
| #define SIZEOF_INT64_T 0 | |
| #define SIZEOF_SHORT 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (int)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (int)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (int))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (int)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (int)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:12097: result: 0 | |
configure:12111: checking size of long | |
configure:12116: /home/bobthebuilder/Development/emscripten/emcc -o conftest -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:12116: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define const /**/ | |
| #define SIZEOF_INT16_T 0 | |
| #define SIZEOF_UINT16_T 0 | |
| #define SIZEOF_U_INT16_T 0 | |
| #define SIZEOF_INT32_T 0 | |
| #define SIZEOF_UINT32_T 0 | |
| #define SIZEOF_U_INT32_T 0 | |
| #define SIZEOF_INT64_T 0 | |
| #define SIZEOF_SHORT 0 | |
| #define SIZEOF_INT 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (long)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (long)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (long))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (long)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (long)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:12130: result: 0 | |
configure:12144: checking size of long long | |
configure:12149: /home/bobthebuilder/Development/emscripten/emcc -o conftest -O20 -Wall -ffast-math -fsigned-char conftest.c >&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
error: invalid value '4' in '-O20' | |
configure:12149: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libogg" | |
| #define VERSION "1.3.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define const /**/ | |
| #define SIZEOF_INT16_T 0 | |
| #define SIZEOF_UINT16_T 0 | |
| #define SIZEOF_U_INT16_T 0 | |
| #define SIZEOF_INT32_T 0 | |
| #define SIZEOF_UINT32_T 0 | |
| #define SIZEOF_U_INT32_T 0 | |
| #define SIZEOF_INT64_T 0 | |
| #define SIZEOF_SHORT 0 | |
| #define SIZEOF_INT 0 | |
| #define SIZEOF_LONG 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (long long)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (long long)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (long long))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (long long)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (long long)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:12163: result: 0 | |
configure:12210: error: No 16 bit type found on this platform! | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=i686-pc-linux-gnu | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=no | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/home/bobthebuilder/Development/emscripten/emcc | |
ac_cv_env_CFLAGS_set=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_LIBS_set= | |
ac_cv_env_LIBS_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_header_dlfcn_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=i686-pc-linux-gnu | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/bin/grep -E' | |
ac_cv_path_FGREP='/bin/grep -F' | |
ac_cv_path_GREP=/bin/grep | |
ac_cv_path_SED=/bin/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_mkdir=/bin/mkdir | |
ac_cv_prog_AWK=gawk | |
ac_cv_prog_CPP='/home/bobthebuilder/Development/emscripten/emcc -E' | |
ac_cv_prog_ac_ct_CC=/home/bobthebuilder/Development/emscripten/emcc | |
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt | |
ac_cv_prog_ac_ct_OBJDUMP=objdump | |
ac_cv_prog_ac_ct_RANLIB=/home/bobthebuilder/Development/emscripten/emranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc__home_bobthebuilder_Development_emscripten_emcc_c_o=yes | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_sizeof_int16_t=0 | |
ac_cv_sizeof_int32_t=0 | |
ac_cv_sizeof_int64_t=0 | |
ac_cv_sizeof_int=0 | |
ac_cv_sizeof_long=0 | |
ac_cv_sizeof_long_long=0 | |
ac_cv_sizeof_short=0 | |
ac_cv_sizeof_u_int16_t=0 | |
ac_cv_sizeof_u_int32_t=0 | |
ac_cv_sizeof_uint16_t=0 | |
ac_cv_sizeof_uint32_t=0 | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
lt_cv_ar_at_file=no | |
lt_cv_archive_cmds_need_lc=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/ld | |
lt_cv_path_NM='/usr/bin/nm -B' | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic='-fPIC -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=yes | |
lt_cv_prog_gnu_ld=yes | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_shlibpath_overrides_runpath=no | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=1572864 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /home/bobthebuilder/Development/libogg/libogg-1.3.0_emscripten/missing --run aclocal-1.11' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='${SHELL} /home/bobthebuilder/Development/libogg/libogg-1.3.0_emscripten/missing --run tar' | |
AR='/home/bobthebuilder/Development/emscripten/emar' | |
AUTOCONF='${SHELL} /home/bobthebuilder/Development/libogg/libogg-1.3.0_emscripten/missing --run autoconf' | |
AUTOHEADER='${SHELL} /home/bobthebuilder/Development/libogg/libogg-1.3.0_emscripten/missing --run autoheader' | |
AUTOMAKE='${SHELL} /home/bobthebuilder/Development/libogg/libogg-1.3.0_emscripten/missing --run automake-1.11' | |
AWK='gawk' | |
CC='/home/bobthebuilder/Development/emscripten/emcc' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS='-O20 -Wall -ffast-math -fsigned-char ' | |
CPP='/home/bobthebuilder/Development/emscripten/emcc -E' | |
CPPFLAGS='' | |
CYGPATH_W='echo' | |
DEBUG='-g -Wall -fsigned-char ' | |
DEFS='' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='' | |
DUMPBIN='' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='/bin/grep -E' | |
EXEEXT='' | |
FGREP='/bin/grep -F' | |
GREP='/bin/grep' | |
INCLUDE_INTTYPES_H='1' | |
INCLUDE_STDINT_H='1' | |
INCLUDE_SYS_TYPES_H='1' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/usr/bin/ld' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIBTOOL_DEPS='./ltmain.sh' | |
LIB_AGE='8' | |
LIB_CURRENT='8' | |
LIB_REVISION='0' | |
LIPO='' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='${SHELL} /home/bobthebuilder/Development/libogg/libogg-1.3.0_emscripten/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='/bin/mkdir -p' | |
NM='/usr/bin/nm -B' | |
NMEDIT='' | |
OBJDUMP='objdump' | |
OBJEXT='o' | |
OPT='' | |
OTOOL64='' | |
OTOOL='' | |
PACKAGE='libogg' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='' | |
PATH_SEPARATOR=':' | |
PROFILE='-Wall -W -pg -g -O20 -ffast-math -fsigned-char ' | |
RANLIB='/home/bobthebuilder/Development/emscripten/emranlib' | |
SED='/bin/sed' | |
SET_MAKE='' | |
SHELL='/bin/bash' | |
SIZE16='' | |
SIZE32='' | |
SIZE64='' | |
STRIP='strip' | |
USIZE16='' | |
USIZE32='' | |
VERSION='1.3.0' | |
ac_ct_AR='' | |
ac_ct_CC='/home/bobthebuilder/Development/emscripten/emcc' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__quote='' | |
am__tar='${AMTAR} chof - "$$tardir"' | |
am__untar='${AMTAR} xf -' | |
bindir='${exec_prefix}/bin' | |
build='i686-pc-linux-gnu' | |
build_alias='' | |
build_cpu='i686' | |
build_os='linux-gnu' | |
build_vendor='pc' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host='i686-pc-linux-gnu' | |
host_alias='' | |
host_cpu='i686' | |
host_os='linux-gnu' | |
host_vendor='pc' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /home/bobthebuilder/Development/libogg/libogg-1.3.0_emscripten/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='/bin/mkdir -p' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='NONE' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "" | |
#define PACKAGE_TARNAME "" | |
#define PACKAGE_VERSION "" | |
#define PACKAGE_STRING "" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define PACKAGE "libogg" | |
#define VERSION "1.3.0" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define STDC_HEADERS 1 | |
#define const /**/ | |
#define SIZEOF_INT16_T 0 | |
#define SIZEOF_UINT16_T 0 | |
#define SIZEOF_U_INT16_T 0 | |
#define SIZEOF_INT32_T 0 | |
#define SIZEOF_UINT32_T 0 | |
#define SIZEOF_U_INT32_T 0 | |
#define SIZEOF_INT64_T 0 | |
#define SIZEOF_SHORT 0 | |
#define SIZEOF_INT 0 | |
#define SIZEOF_LONG 0 | |
#define SIZEOF_LONG_LONG 0 | |
configure: exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
configure:728: checking for a BSD compatible install | |
configure:781: checking whether build environment is sane | |
configure:838: checking whether make sets ${MAKE} | |
configure:884: checking for working aclocal | |
configure:897: checking for working autoconf | |
configure:910: checking for working automake | |
configure:923: checking for working autoheader | |
configure:936: checking for working makeinfo | |
configure:961: checking for gcc | |
configure:1074: checking whether the C compiler (/Users/asimmons/Development/emscripten/emcc ) works | |
configure:1090: /Users/asimmons/Development/emscripten/emcc -o conftest conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:1087:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main(){return(0);} | |
^~~~ | |
1 warning generated. | |
configure:1116: checking whether the C compiler (/Users/asimmons/Development/emscripten/emcc ) is a cross-compiler | |
configure:1121: checking whether we are using GNU C | |
configure:1130: /Users/asimmons/Development/emscripten/emcc -E conftest.c | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:1149: checking whether /Users/asimmons/Development/emscripten/emcc accepts -g | |
configure:1192: checking for Cygwin environment | |
configure:1208: /Users/asimmons/Development/emscripten/emcc -c conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:1204:8: error: use of undeclared identifier '__CYGWIN32__' | |
return __CYGWIN__; | |
^ | |
configure:1202:20: note: expanded from: | |
#define __CYGWIN__ __CYGWIN32__ | |
^ | |
1 error generated. | |
configure: failed program was: | |
#line 1197 "configure" | |
#include "confdefs.h" | |
int main() { | |
#ifndef __CYGWIN__ | |
#define __CYGWIN__ __CYGWIN32__ | |
#endif | |
return __CYGWIN__; | |
; return 0; } | |
configure:1225: checking for mingw32 environment | |
configure:1237: /Users/asimmons/Development/emscripten/emcc -c conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:1233:8: error: use of undeclared identifier '__MINGW32__' | |
return __MINGW32__; | |
^ | |
1 error generated. | |
configure: failed program was: | |
#line 1230 "configure" | |
#include "confdefs.h" | |
int main() { | |
return __MINGW32__; | |
; return 0; } | |
configure:1254: checking how to run the C preprocessor | |
configure:1275: /Users/asimmons/Development/emscripten/emcc -E conftest.c >/dev/null 2>conftest.out | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure: failed program was: | |
#line 1269 "configure" | |
#include "confdefs.h" | |
#include <assert.h> | |
Syntax Error | |
configure:1292: /Users/asimmons/Development/emscripten/emcc -E -traditional-cpp conftest.c >/dev/null 2>conftest.out | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure: failed program was: | |
#line 1286 "configure" | |
#include "confdefs.h" | |
#include <assert.h> | |
Syntax Error | |
configure:1309: /Users/asimmons/Development/emscripten/emcc -nologo -E conftest.c >/dev/null 2>conftest.out | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
clang: warning: argument unused during compilation: '-nologo' | |
configure: failed program was: | |
#line 1303 "configure" | |
#include "confdefs.h" | |
#include <assert.h> | |
Syntax Error | |
configure:1409: checking host system type | |
configure:1430: checking build system type | |
configure:1459: checking for ld used by GCC | |
configure:1527: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld | |
configure:1544: checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files | |
configure:1556: checking for BSD-compatible nm | |
configure:1594: checking for a sed that does not truncate output | |
configure:1678: checking whether ln -s works | |
configure:1699: checking how to recognise dependent libraries | |
configure:1885: checking for object suffix | |
configure:1891: /Users/asimmons/Development/emscripten/emcc -c conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:1911: checking for executable suffix | |
configure:1921: /Users/asimmons/Development/emscripten/emcc -o conftest conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:1952: checking command to parse /usr/bin/nm output | |
configure:2032: /Users/asimmons/Development/emscripten/emcc -c conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:2035: /usr/bin/nm conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm | |
cannot find nm_test_var in conftest.nm | |
configure:2032: /Users/asimmons/Development/emscripten/emcc -c conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:2035: /usr/bin/nm conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm | |
configure:2086: /Users/asimmons/Development/emscripten/emcc -o conftest conftest.c conftstm.o 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:2135: checking for dlfcn.h | |
configure:2145: /lib/cpp conftest.c >/dev/null 2>conftest.out | |
./configure: line 2144: /lib/cpp: No such file or directory | |
configure: failed program was: | |
#line 2140 "configure" | |
#include "confdefs.h" | |
#include <dlfcn.h> | |
configure:2314: checking for ranlib | |
configure:2381: checking for strip | |
configure:2624: checking for objdir | |
configure:2651: checking for /Users/asimmons/Development/emscripten/emcc option to produce PIC | |
configure:2799: checking if /Users/asimmons/Development/emscripten/emcc PIC flag -fno-common works | |
configure:2813: /Users/asimmons/Development/emscripten/emcc -c -fno-common -DPIC conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:2865: checking if /Users/asimmons/Development/emscripten/emcc static flag -static works | |
configure:2880: /Users/asimmons/Development/emscripten/emcc -o conftest -static conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
ld: library not found for -lcrt0.o | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: failed program was: | |
#line 2873 "configure" | |
#include "confdefs.h" | |
int main() { | |
; return 0; } | |
configure:2907: checking if /Users/asimmons/Development/emscripten/emcc supports -c -o file.o | |
configure:2926: /Users/asimmons/Development/emscripten/emcc -c -o out/conftest2.o conftest.c 1>&5 | |
configure:3004: checking if we can lock with hard links | |
configure:3023: checking if /Users/asimmons/Development/emscripten/emcc supports -fno-rtti -fno-exceptions | |
configure:3036: /Users/asimmons/Development/emscripten/emcc -c -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:3063: checking whether the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries | |
configure:3759: checking how to hardcode library paths into programs | |
configure:3787: checking whether stripping libraries is possible | |
configure:3801: checking dynamic linker characteristics | |
configure:4207: checking if libtool supports shared libraries | |
configure:4211: checking whether to build shared libraries | |
configure:4234: checking whether to build static libraries | |
configure:5428: checking for ANSI C header files | |
configure:5441: /lib/cpp conftest.c >/dev/null 2>conftest.out | |
./configure: line 5440: /lib/cpp: No such file or directory | |
configure: failed program was: | |
#line 5433 "configure" | |
#include "confdefs.h" | |
#include <stdlib.h> | |
#include <stdarg.h> | |
#include <string.h> | |
#include <float.h> | |
configure:5533: checking for working const | |
configure:5587: /Users/asimmons/Development/emscripten/emcc -c -fno-common -O4 -Wall -fsigned-char -ffast-math conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:5561:15: warning: unused variable 's' [-Wunused-variable] | |
char const *s = 0 ? (char *) 0 : (char const *) 0; | |
^ | |
configure:5581:13: warning: unused variable 'foo' [-Wunused-variable] | |
const int foo = 10; | |
^ | |
configure:5543:39: warning: unused variable 'x' [-Wunused-variable] | |
typedef int charset[2]; const charset x; | |
^ | |
configure:5549:27: warning: unused variable 'zero' [-Wunused-variable] | |
static struct point const zero = {0,0}; | |
^ | |
configure:5563:4: warning: variable 't' is uninitialized when used here [-Wuninitialized] | |
*t++ = 0; | |
^ | |
configure:5560:10: note: initialize the variable 't' to silence this warning | |
char *t; | |
^ | |
= 0 | |
configure:5578:16: warning: variable 'b' is uninitialized when used here [-Wuninitialized] | |
struct s *b; b->j = 5; | |
^ | |
configure:5578:14: note: initialize the variable 'b' to silence this warning | |
struct s *b; b->j = 5; | |
^ | |
= 0 | |
6 warnings generated. | |
configure:5610: checking for int16_t | |
configure:5630: /Users/asimmons/Development/emscripten/emcc -o conftest -fno-common -O4 -Wall -fsigned-char -ffast-math conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:5625:1: error: unknown type name 'int16_t'; did you mean '__int16_t'? | |
int16_t foo; | |
^~~~~~~ | |
__int16_t | |
/Users/asimmons/Development/emscripten/system/include/libc/machine/_default_types.h:36:22: note: '__int16_t' declared here | |
typedef signed short __int16_t; | |
^ | |
1 error generated. | |
configure: failed program was: | |
#line 5619 "configure" | |
#include "confdefs.h" | |
#ifdef __BEOS__ | |
#include <inttypes.h> | |
#endif | |
#include <sys/types.h> | |
int16_t foo; | |
int main() {return 0;} | |
configure:5647: checking for int32_t | |
configure:5667: /Users/asimmons/Development/emscripten/emcc -o conftest -fno-common -O4 -Wall -fsigned-char -ffast-math conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:5662:1: error: unknown type name 'int32_t'; did you mean '__int32_t'? | |
int32_t foo; | |
^~~~~~~ | |
__int32_t | |
/Users/asimmons/Development/emscripten/system/include/libc/machine/_default_types.h:58:20: note: '__int32_t' declared here | |
typedef signed int __int32_t; | |
^ | |
1 error generated. | |
configure: failed program was: | |
#line 5656 "configure" | |
#include "confdefs.h" | |
#ifdef __BEOS__ | |
#include <inttypes.h> | |
#endif | |
#include <sys/types.h> | |
int32_t foo; | |
int main() {return 0;} | |
configure:5684: checking for uint32_t | |
configure:5704: /Users/asimmons/Development/emscripten/emcc -o conftest -fno-common -O4 -Wall -fsigned-char -ffast-math conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:5699:1: error: unknown type name 'uint32_t' | |
uint32_t foo; | |
^ | |
1 error generated. | |
configure: failed program was: | |
#line 5693 "configure" | |
#include "confdefs.h" | |
#ifdef __BEOS__ | |
#include <inttypes.h> | |
#endif | |
#include <sys/types.h> | |
uint32_t foo; | |
int main() {return 0;} | |
configure:5721: checking for u_int32_t | |
configure:5741: /Users/asimmons/Development/emscripten/emcc -o conftest -fno-common -O4 -Wall -fsigned-char -ffast-math conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:5736:1: error: unknown type name 'u_int32_t'; did you mean '__int32_t'? | |
u_int32_t foo; | |
^~~~~~~~~ | |
__int32_t | |
/Users/asimmons/Development/emscripten/system/include/libc/machine/_default_types.h:58:20: note: '__int32_t' declared here | |
typedef signed int __int32_t; | |
^ | |
1 error generated. | |
configure: failed program was: | |
#line 5730 "configure" | |
#include "confdefs.h" | |
#ifdef __BEOS__ | |
#include <inttypes.h> | |
#endif | |
#include <sys/types.h> | |
u_int32_t foo; | |
int main() {return 0;} | |
configure:5758: checking for int64_t | |
configure:5778: /Users/asimmons/Development/emscripten/emcc -o conftest -fno-common -O4 -Wall -fsigned-char -ffast-math conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:5773:1: error: unknown type name 'int64_t'; did you mean '__int64_t'? | |
int64_t foo; | |
^~~~~~~ | |
__int64_t | |
/Users/asimmons/Development/emscripten/system/include/libc/machine/_default_types.h:93:21: note: '__int64_t' declared here | |
typedef signed long __int64_t; | |
^ | |
1 error generated. | |
configure: failed program was: | |
#line 5767 "configure" | |
#include "confdefs.h" | |
#ifdef __BEOS__ | |
#include <inttypes.h> | |
#endif | |
#include <sys/types.h> | |
int64_t foo; | |
int main() {return 0;} | |
configure:5795: checking size of short | |
configure:5815: /Users/asimmons/Development/emscripten/emcc -o conftest -fno-common -O4 -Wall -fsigned-char -ffast-math conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:5806:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:5809:11: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (!f) exit(1); | |
^ | |
configure:5809:11: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:5810:16: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat] | |
fprintf(f, "%d\n", sizeof(short)); | |
~^ ~~~~~~~~~~~~~ | |
%lu | |
3 warnings generated. | |
ld: in /var/folders/NK/NK2TdejFFfOupEszIr4fG++++TM/-Tmp-/conftest-doeMuC.o, could not parse object file /var/folders/NK/NK2TdejFFfOupEszIr4fG++++TM/-Tmp-/conftest-doeMuC.o: Invalid MODULE_CODE_GLOBALVAR record for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: failed program was: | |
#line 5803 "configure" | |
#include "confdefs.h" | |
#include <stdio.h> | |
#include <sys/types.h> | |
main() | |
{ | |
FILE *f=fopen("conftestval", "w"); | |
if (!f) exit(1); | |
fprintf(f, "%d\n", sizeof(short)); | |
exit(0); | |
} | |
configure:5835: checking size of int | |
configure:5855: /Users/asimmons/Development/emscripten/emcc -o conftest -fno-common -O4 -Wall -fsigned-char -ffast-math conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:5846:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:5849:11: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (!f) exit(1); | |
^ | |
configure:5849:11: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:5850:16: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat] | |
fprintf(f, "%d\n", sizeof(int)); | |
~^ ~~~~~~~~~~~ | |
%lu | |
3 warnings generated. | |
ld: in /var/folders/NK/NK2TdejFFfOupEszIr4fG++++TM/-Tmp-/conftest-R3e1tj.o, could not parse object file /var/folders/NK/NK2TdejFFfOupEszIr4fG++++TM/-Tmp-/conftest-R3e1tj.o: Invalid MODULE_CODE_GLOBALVAR record for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: failed program was: | |
#line 5843 "configure" | |
#include "confdefs.h" | |
#include <stdio.h> | |
#include <sys/types.h> | |
main() | |
{ | |
FILE *f=fopen("conftestval", "w"); | |
if (!f) exit(1); | |
fprintf(f, "%d\n", sizeof(int)); | |
exit(0); | |
} | |
configure:5875: checking size of long | |
configure:5895: /Users/asimmons/Development/emscripten/emcc -o conftest -fno-common -O4 -Wall -fsigned-char -ffast-math conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:5886:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:5889:11: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (!f) exit(1); | |
^ | |
configure:5889:11: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:5890:16: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat] | |
fprintf(f, "%d\n", sizeof(long)); | |
~^ ~~~~~~~~~~~~ | |
%lu | |
3 warnings generated. | |
ld: in /var/folders/NK/NK2TdejFFfOupEszIr4fG++++TM/-Tmp-/conftest-s5yGj9.o, could not parse object file /var/folders/NK/NK2TdejFFfOupEszIr4fG++++TM/-Tmp-/conftest-s5yGj9.o: Invalid MODULE_CODE_GLOBALVAR record for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: failed program was: | |
#line 5883 "configure" | |
#include "confdefs.h" | |
#include <stdio.h> | |
#include <sys/types.h> | |
main() | |
{ | |
FILE *f=fopen("conftestval", "w"); | |
if (!f) exit(1); | |
fprintf(f, "%d\n", sizeof(long)); | |
exit(0); | |
} | |
configure:5915: checking size of long long | |
configure:5935: /Users/asimmons/Development/emscripten/emcc -o conftest -fno-common -O4 -Wall -fsigned-char -ffast-math conftest.c 1>&5 | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
configure:5926:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:5929:11: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (!f) exit(1); | |
^ | |
configure:5929:11: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:5930:16: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat] | |
fprintf(f, "%d\n", sizeof(long long)); | |
~^ ~~~~~~~~~~~~~~~~~ | |
%lu | |
3 warnings generated. | |
ld: in /var/folders/NK/NK2TdejFFfOupEszIr4fG++++TM/-Tmp-/conftest-7VxjfH.o, could not parse object file /var/folders/NK/NK2TdejFFfOupEszIr4fG++++TM/-Tmp-/conftest-7VxjfH.o: Invalid MODULE_CODE_GLOBALVAR record for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: failed program was: | |
#line 5923 "configure" | |
#include "confdefs.h" | |
#include <stdio.h> | |
#include <sys/types.h> | |
main() | |
{ | |
FILE *f=fopen("conftestval", "w"); | |
if (!f) exit(1); | |
fprintf(f, "%d\n", sizeof(long long)); | |
exit(0); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
configure:728: checking for a BSD compatible install | |
configure:781: checking whether build environment is sane | |
configure:838: checking whether make sets ${MAKE} | |
configure:884: checking for working aclocal | |
configure:897: checking for working autoconf | |
configure:910: checking for working automake | |
configure:923: checking for working autoheader | |
configure:936: checking for working makeinfo | |
configure:961: checking for gcc | |
configure:1074: checking whether the C compiler (clang ) works | |
configure:1090: clang -o conftest conftest.c 1>&5 | |
configure:1087:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main(){return(0);} | |
^~~~ | |
1 warning generated. | |
configure:1116: checking whether the C compiler (clang ) is a cross-compiler | |
configure:1121: checking whether we are using GNU C | |
configure:1130: clang -E conftest.c | |
configure:1149: checking whether clang accepts -g | |
configure:1192: checking for Cygwin environment | |
configure:1208: clang -c -g -O2 conftest.c 1>&5 | |
configure:1204:8: error: use of undeclared identifier '__CYGWIN32__' | |
return __CYGWIN__; | |
^ | |
configure:1202:20: note: expanded from: | |
#define __CYGWIN__ __CYGWIN32__ | |
^ | |
1 error generated. | |
configure: failed program was: | |
#line 1197 "configure" | |
#include "confdefs.h" | |
int main() { | |
#ifndef __CYGWIN__ | |
#define __CYGWIN__ __CYGWIN32__ | |
#endif | |
return __CYGWIN__; | |
; return 0; } | |
configure:1225: checking for mingw32 environment | |
configure:1237: clang -c -g -O2 conftest.c 1>&5 | |
configure:1233:8: error: use of undeclared identifier '__MINGW32__' | |
return __MINGW32__; | |
^ | |
1 error generated. | |
configure: failed program was: | |
#line 1230 "configure" | |
#include "confdefs.h" | |
int main() { | |
return __MINGW32__; | |
; return 0; } | |
configure:1254: checking how to run the C preprocessor | |
configure:1275: clang -E conftest.c >/dev/null 2>conftest.out | |
configure:1409: checking host system type | |
configure:1430: checking build system type | |
configure:1459: checking for ld used by GCC | |
configure:1527: checking if the linker (/usr/bin/ld) is GNU ld | |
GNU ld (GNU Binutils for Ubuntu) 2.20.1-system.20100303 | |
configure:1544: checking for /usr/bin/ld option to reload object files | |
configure:1556: checking for BSD-compatible nm | |
configure:1594: checking for a sed that does not truncate output | |
configure:1678: checking whether ln -s works | |
configure:1699: checking how to recognise dependent libraries | |
configure:1885: checking for object suffix | |
configure:1891: clang -c -g -O2 conftest.c 1>&5 | |
configure:1911: checking for executable suffix | |
configure:1921: clang -o conftest -g -O2 conftest.c 1>&5 | |
configure:1952: checking command to parse /usr/bin/nm -B output | |
configure:2032: clang -c -g -O2 conftest.c 1>&5 | |
configure:2035: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/ /p' > conftest.nm | |
configure:2086: clang -o conftest -g -O2 conftest.c conftstm.o 1>&5 | |
configure:2135: checking for dlfcn.h | |
configure:2145: clang -E conftest.c >/dev/null 2>conftest.out | |
configure:2181: checking for file | |
configure:2314: checking for ranlib | |
configure:2381: checking for strip | |
configure:2624: checking for objdir | |
configure:2651: checking for clang option to produce PIC | |
configure:2799: checking if clang PIC flag -fPIC works | |
configure:2813: clang -c -g -O2 -fPIC -DPIC conftest.c 1>&5 | |
configure:2865: checking if clang static flag -static works | |
configure:2880: clang -o conftest -g -O2 -static conftest.c 1>&5 | |
configure:2907: checking if clang supports -c -o file.o | |
configure:2926: clang -c -g -O2 -o out/conftest2.o conftest.c 1>&5 | |
configure:2955: checking if clang supports -c -o file.lo | |
configure:2973: clang -c -g -O2 -c -o conftest.lo conftest.c 1>&5 | |
configure:3023: checking if clang supports -fno-rtti -fno-exceptions | |
configure:3036: clang -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 | |
configure:3063: checking whether the linker (/usr/bin/ld) supports shared libraries | |
configure:3759: checking how to hardcode library paths into programs | |
configure:3787: checking whether stripping libraries is possible | |
configure:3801: checking dynamic linker characteristics | |
configure:4207: checking if libtool supports shared libraries | |
configure:4211: checking whether to build shared libraries | |
configure:4234: checking whether to build static libraries | |
configure:4770: checking whether -lc should be explicitly linked in | |
configure:4777: clang -c -g -O2 conftest.c 1>&5 | |
configure:4790: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 | |
configure:5428: checking for ANSI C header files | |
configure:5441: clang -E conftest.c >/dev/null 2>conftest.out | |
configure:5508: clang -o conftest -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:5503:67: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | |
^ | |
configure:5503:67: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
1 warning generated. | |
configure:5533: checking for working const | |
configure:5587: clang -c -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:5610: checking for int16_t | |
configure:5630: clang -o conftest -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:5647: checking for int32_t | |
configure:5667: clang -o conftest -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:5684: checking for uint32_t | |
configure:5704: clang -o conftest -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:5699:1: error: unknown type name 'uint32_t' | |
uint32_t foo; | |
^ | |
1 error generated. | |
configure: failed program was: | |
#line 5693 "configure" | |
#include "confdefs.h" | |
#ifdef __BEOS__ | |
#include <inttypes.h> | |
#endif | |
#include <sys/types.h> | |
uint32_t foo; | |
int main() {return 0;} | |
configure:5721: checking for u_int32_t | |
configure:5741: clang -o conftest -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:5758: checking for int64_t | |
configure:5778: clang -o conftest -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:5795: checking size of short | |
configure:5815: clang -o conftest -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:5806:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:5809:11: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (!f) exit(1); | |
^ | |
configure:5809:11: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:5810:16: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat] | |
fprintf(f, "%d\n", sizeof(short)); | |
~^ ~~~~~~~~~~~~~ | |
%lu | |
3 warnings generated. | |
configure:5835: checking size of int | |
configure:5855: clang -o conftest -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:5846:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:5849:11: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (!f) exit(1); | |
^ | |
configure:5849:11: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:5850:16: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat] | |
fprintf(f, "%d\n", sizeof(int)); | |
~^ ~~~~~~~~~~~ | |
%lu | |
3 warnings generated. | |
configure:5875: checking size of long | |
configure:5895: clang -o conftest -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:5886:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:5889:11: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (!f) exit(1); | |
^ | |
configure:5889:11: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:5890:16: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat] | |
fprintf(f, "%d\n", sizeof(long)); | |
~^ ~~~~~~~~~~~~ | |
%lu | |
3 warnings generated. | |
configure:5915: checking size of long long | |
configure:5935: clang -o conftest -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:5926:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:5929:11: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (!f) exit(1); | |
^ | |
configure:5929:11: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:5930:16: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat] | |
fprintf(f, "%d\n", sizeof(long long)); | |
~^ ~~~~~~~~~~~~~~~~~ | |
%lu | |
3 warnings generated. | |
configure:6013: checking for 8-bit clean memcmp | |
configure:6031: clang -o conftest -O20 -ffast-math -fsigned-char -g -O2 conftest.c 1>&5 | |
configure:6023:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:6026:3: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); | |
^ | |
configure:6026:3: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:6026:8: warning: implicit declaration of function 'memcmp' is invalid in C99 [-Wimplicit-function-declaration] | |
exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); | |
^ | |
3 warnings generated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tha same issue, did you get it to work?