Created
February 21, 2012 20:23
-
-
Save paleozogt/1878663 to your computer and use it in GitHub Desktop.
compiling libogg on Mac OS X
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 (gcc ) works | |
configure:1090: gcc -o conftest conftest.c 1>&5 | |
configure:1116: checking whether the C compiler (gcc ) is a cross-compiler | |
configure:1121: checking whether we are using GNU C | |
configure:1130: gcc -E conftest.c | |
configure:1149: checking whether gcc accepts -g | |
configure:1192: checking for Cygwin environment | |
configure:1208: gcc -c -g -O2 conftest.c 1>&5 | |
configure: In function 'main': | |
configure:1204: error: '__CYGWIN32__' undeclared (first use in this function) | |
configure:1204: error: (Each undeclared identifier is reported only once | |
configure:1204: error: for each function it appears in.) | |
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: gcc -c -g -O2 conftest.c 1>&5 | |
configure: In function 'main': | |
configure:1233: error: '__MINGW32__' undeclared (first use in this function) | |
configure:1233: error: (Each undeclared identifier is reported only once | |
configure:1233: error: for each function it appears in.) | |
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: gcc -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/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: gcc -c -g -O2 conftest.c 1>&5 | |
configure:1911: checking for executable suffix | |
configure:1921: gcc -o conftest -g -O2 conftest.c 1>&5 | |
configure:1952: checking command to parse /usr/bin/nm output | |
configure:2032: gcc -c -g -O2 conftest.c 1>&5 | |
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: gcc -c -g -O2 conftest.c 1>&5 | |
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: gcc -o conftest.dSYM -g -O2 conftest.c conftstm.o 1>&5 | |
ld: can't open output file for writing: conftest.dSYM, errno=21 for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:2135: checking for dlfcn.h | |
configure:2145: gcc -E conftest.c >/dev/null 2>conftest.out | |
configure:2314: checking for ranlib | |
configure:2381: checking for strip | |
configure:2624: checking for objdir | |
configure:2651: checking for gcc option to produce PIC | |
configure:2799: checking if gcc PIC flag -fno-common works | |
configure:2813: gcc -c -g -O2 -fno-common -DPIC conftest.c 1>&5 | |
configure:2865: checking if gcc static flag -static works | |
configure:2880: gcc -o conftest.dSYM -g -O2 -static conftest.c 1>&5 | |
ld: library not found for -lcrt0.o | |
collect2: ld returned 1 exit status | |
configure: failed program was: | |
#line 2873 "configure" | |
#include "confdefs.h" | |
int main() { | |
; return 0; } | |
configure:2907: checking if gcc supports -c -o file.o | |
configure:2926: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5 | |
configure:2955: checking if gcc supports -c -o file.lo | |
configure:2973: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5 | |
configure:3023: checking if gcc supports -fno-rtti -fno-exceptions | |
configure:3036: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 | |
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C | |
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C | |
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: gcc -E conftest.c >/dev/null 2>conftest.out | |
configure:5508: gcc -o conftest.dSYM -fno-common -O4 -Wall -fsigned-char -ffast-math -g -O2 conftest.c 1>&5 | |
configure: In function 'main': | |
configure:5503: warning: implicit declaration of function 'exit' | |
configure:5503: warning: incompatible implicit declaration of built-in function 'exit' | |
configure: failed program was: | |
#line 5497 "configure" | |
#include "confdefs.h" | |
#include <ctype.h> | |
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
int main () { int i; for (i = 0; i < 256; i++) | |
if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | |
exit (0); } | |
configure:5533: checking for working const | |
configure:5587: gcc -c -fno-common -O4 -Wall -fsigned-char -ffast-math -g -O2 conftest.c 1>&5 | |
configure: In function 'main': | |
configure:5561: warning: unused variable 's' | |
configure:5581: warning: unused variable 'foo' | |
configure:5549: warning: unused variable 'zero' | |
configure:5543: warning: unused variable 'x' | |
configure:5610: checking for int16_t | |
configure:5630: gcc -o conftest.dSYM -fno-common -O4 -Wall -fsigned-char -ffast-math -g -O2 conftest.c 1>&5 | |
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: gcc -o conftest.dSYM -fno-common -O4 -Wall -fsigned-char -ffast-math -g -O2 conftest.c 1>&5 | |
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: gcc -o conftest.dSYM -fno-common -O4 -Wall -fsigned-char -ffast-math -g -O2 conftest.c 1>&5 | |
configure:5699: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'foo' | |
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: gcc -o conftest.dSYM -fno-common -O4 -Wall -fsigned-char -ffast-math -g -O2 conftest.c 1>&5 | |
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: gcc -o conftest.dSYM -fno-common -O4 -Wall -fsigned-char -ffast-math -g -O2 conftest.c 1>&5 | |
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: gcc -o conftest.dSYM -fno-common -O4 -Wall -fsigned-char -ffast-math -g -O2 conftest.c 1>&5 | |
configure:5807: warning: return type defaults to 'int' | |
configure: In function 'main': | |
configure:5809: warning: implicit declaration of function 'exit' | |
configure:5809: warning: incompatible implicit declaration of built-in function 'exit' | |
configure:5810: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' | |
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: gcc -o conftest.dSYM -fno-common -O4 -Wall -fsigned-char -ffast-math -g -O2 conftest.c 1>&5 | |
configure:5847: warning: return type defaults to 'int' | |
configure: In function 'main': | |
configure:5849: warning: implicit declaration of function 'exit' | |
configure:5849: warning: incompatible implicit declaration of built-in function 'exit' | |
configure:5850: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' | |
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: gcc -o conftest.dSYM -fno-common -O4 -Wall -fsigned-char -ffast-math -g -O2 conftest.c 1>&5 | |
configure:5887: warning: return type defaults to 'int' | |
configure: In function 'main': | |
configure:5889: warning: implicit declaration of function 'exit' | |
configure:5889: warning: incompatible implicit declaration of built-in function 'exit' | |
configure:5890: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' | |
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: gcc -o conftest.dSYM -fno-common -O4 -Wall -fsigned-char -ffast-math -g -O2 conftest.c 1>&5 | |
configure:5927: warning: return type defaults to 'int' | |
configure: In function 'main': | |
configure:5929: warning: implicit declaration of function 'exit' | |
configure:5929: warning: incompatible implicit declaration of built-in function 'exit' | |
configure:5930: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' | |
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); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment