Hi,
Hi,
I'm trying to compile wine-20041019 and this is what I'm getting so far:
checking for assembler keyword for word values... configure: error: could not discover how to specify word values with assembler.
Below is the who wineinstall I did to the point of failure.
Below is my configuration:
wino #cat /etc/release Solaris 9 4/04 s9x_u6wos_08a x86 Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 22 March 2004 wino #
wino #gcc -v
Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.4.2
I've also attached the config.log file with a script file called wine.txt so you can see the execution of the wineinstall script.
Let me know your thoughts and what I can do to resolve this issue.
Phillip
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Wine configure 20041019, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure -C --prefix=/usr/local ## --------- ## ## Platform. ## ## --------- ## hostname = wino uname -m = i86pc uname -r = 5.9 uname -s = SunOS uname -v = Generic_117172-05 /usr/bin/uname -p = i386 /bin/uname -X = System = SunOS Node = wino Release = 5.9 KernelID = Generic_117172-05 Machine = i86pc BusType = <unknown> Serial = <unknown> Users = <unknown> OEM# = 0 Origin# = 1 NumCPU = 1 /bin/arch = i86pc /usr/bin/arch -k = i86pc /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: . PATH: /usr/sbin PATH: /usr/bin PATH: /opt/oss/bin PATH: /usr/sfw/bin PATH: /opt/csw/bin PATH: /opt/sfw/bin PATH: /usr/local/bin PATH: /opt/schily/bin PATH: /usr/openwin/bin PATH: /usr/dt/bin PATH: /opt/csw/gcc3/bin PATH: /usr/ccs/bin PATH: . PATH: /opt/oss/sbin PATH: /opt/oss/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1249: creating cache config.cache configure:1435: checking build system type configure:1453: result: i386-pc-solaris2.9 configure:1461: checking host system type configure:1475: result: i386-pc-solaris2.9 configure:1494: checking whether make sets $(MAKE) configure:1514: result: yes configure:1569: checking for gcc configure:1585: found /usr/local/bin/gcc configure:1595: result: gcc configure:1839: checking for C compiler version configure:1842: gcc --version </dev/null >&5 gcc (GCC) 3.4.2 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1845: $? = 0 configure:1847: gcc -v </dev/null >&5 Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version 3.4.2 configure:1850: $? = 0 configure:1852: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:1855: $? = 1 configure:1878: checking for C compiler default output file name configure:1881: gcc conftest.c >&5 configure:1884: $? = 0 configure:1930: result: a.out configure:1935: checking whether the C compiler works configure:1941: ./a.out configure:1944: $? = 0 configure:1961: result: yes configure:1968: checking whether we are cross compiling configure:1970: result: no configure:1973: checking for suffix of executables configure:1975: gcc -o conftest conftest.c >&5 configure:1978: $? = 0 configure:2003: result: configure:2009: checking for suffix of object files configure:2030: gcc -c conftest.c >&5 configure:2033: $? = 0 configure:2055: result: o configure:2059: checking whether we are using the GNU C compiler configure:2083: gcc -c conftest.c >&5 configure:2089: $? = 0 configure:2092: test -z || test ! -s conftest.err configure:2095: $? = 0 configure:2098: test -s conftest.o configure:2101: $? = 0 configure:2114: result: yes configure:2120: checking whether gcc accepts -g configure:2141: gcc -c -g conftest.c >&5 configure:2147: $? = 0 configure:2150: test -z || test ! -s conftest.err configure:2153: $? = 0 configure:2156: test -s conftest.o configure:2159: $? = 0 configure:2170: result: yes configure:2187: checking for gcc option to accept ANSI C configure:2257: gcc -c -g -O2 conftest.c >&5 configure:2263: $? = 0 configure:2266: test -z || test ! -s conftest.err configure:2269: $? = 0 configure:2272: test -s conftest.o configure:2275: $? = 0 configure:2293: result: none needed configure:2311: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2317: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2499: checking for g++ configure:2515: found /usr/local/bin/g++ configure:2525: result: g++ configure:2541: checking for C++ compiler version configure:2544: g++ --version </dev/null >&5 g++ (GCC) 3.4.2 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2547: $? = 0 configure:2549: g++ -v </dev/null >&5 Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version 3.4.2 configure:2552: $? = 0 configure:2554: g++ -V </dev/null >&5 g++: `-V' option must have argument configure:2557: $? = 1 configure:2560: checking whether we are using the GNU C++ compiler configure:2584: g++ -c conftest.cc >&5 configure:2590: $? = 0 configure:2593: test -z || test ! -s conftest.err configure:2596: $? = 0 configure:2599: test -s conftest.o configure:2602: $? = 0 configure:2615: result: yes configure:2621: checking whether g++ accepts -g configure:2642: g++ -c -g conftest.cc >&5 configure:2648: $? = 0 configure:2651: test -z || test ! -s conftest.err configure:2654: $? = 0 configure:2657: test -s conftest.o configure:2660: $? = 0 configure:2671: result: yes configure:2713: g++ -c -g -O2 conftest.cc >&5 configure:2719: $? = 0 configure:2722: test -z || test ! -s conftest.err configure:2725: $? = 0 configure:2728: test -s conftest.o configure:2731: $? = 0 configure:2757: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:13: error: `exit' undeclared (first use this function) conftest.cc:13: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:2763: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2713: g++ -c -g -O2 conftest.cc >&5 configure:2719: $? = 0 configure:2722: test -z || test ! -s conftest.err configure:2725: $? = 0 configure:2728: test -s conftest.o configure:2731: $? = 0 configure:2757: g++ -c -g -O2 conftest.cc >&5 configure:2763: $? = 0 configure:2766: test -z || test ! -s conftest.err configure:2769: $? = 0 configure:2772: test -s conftest.o configure:2775: $? = 0 configure:2839: checking for cpp configure:2855: found /usr/local/bin/cpp configure:2866: result: cpp configure:2879: checking for the directory containing the Wine tools configure:2903: result: $(TOPOBJDIR) configure:2914: checking how to run the C preprocessor configure:2949: gcc -E conftest.c configure:2955: $? = 0 configure:2987: gcc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:2993: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3032: result: gcc -E configure:3056: gcc -E conftest.c configure:3062: $? = 0 configure:3094: gcc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3100: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3146: checking for X configure:3380: result: libraries /usr/openwin/lib, headers /usr/openwin/include configure:3405: checking whether -R must be followed by a space configure:3424: gcc -o conftest -g -O2 conftest.c -R/usr/openwin/lib >&5 configure:3430: $? = 0 configure:3433: test -z || test ! -s conftest.err configure:3436: $? = 0 configure:3439: test -s conftest configure:3442: $? = 0 configure:3454: result: no configure:3551: gcc -o conftest -g -O2 conftest.c -L/usr/openwin/lib -R/usr/openwin/lib -lX11 >&5 configure:3557: $? = 0 configure:3560: test -z || test ! -s conftest.err configure:3563: $? = 0 configure:3566: test -s conftest configure:3569: $? = 0 configure:3725: checking for gethostbyname configure:3782: gcc -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file gethostbyname /var/tmp//ccIJffjd.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:3788: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define gethostbyname innocuous_gethostbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethostbyname (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef gethostbyname | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethostbyname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | choke me | #else | char (*f) () = gethostbyname; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != gethostbyname; | ; | return 0; | } configure:3812: result: no configure:3816: checking for gethostbyname in -lnsl configure:3846: gcc -o conftest -g -O2 conftest.c -lnsl >&5 configure:3852: $? = 0 configure:3855: test -z || test ! -s conftest.err configure:3858: $? = 0 configure:3861: test -s conftest configure:3864: $? = 0 configure:3877: result: yes configure:3961: checking for connect configure:4018: gcc -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file connect /var/tmp//cceAXcER.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:4024: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | /* Define connect to an innocuous variant, in case <limits.h> declares connect. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define connect innocuous_connect | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char connect (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef connect | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char connect (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_connect) || defined (__stub___connect) | choke me | #else | char (*f) () = connect; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != connect; | ; | return 0; | } configure:4048: result: no configure:4052: checking for connect in -lsocket configure:4082: gcc -o conftest -g -O2 conftest.c -lsocket -lnsl >&5 configure:4088: $? = 0 configure:4091: test -z || test ! -s conftest.err configure:4094: $? = 0 configure:4097: test -s conftest configure:4100: $? = 0 configure:4113: result: yes configure:4122: checking for remove configure:4179: gcc -o conftest -g -O2 conftest.c >&5 configure:4185: $? = 0 configure:4188: test -z || test ! -s conftest.err configure:4191: $? = 0 configure:4194: test -s conftest configure:4197: $? = 0 configure:4209: result: yes configure:4283: checking for shmat configure:4340: gcc -o conftest -g -O2 conftest.c >&5 configure:4346: $? = 0 configure:4349: test -z || test ! -s conftest.err configure:4352: $? = 0 configure:4355: test -s conftest configure:4358: $? = 0 configure:4370: result: yes configure:4453: checking for IceConnectionNumber in -lICE configure:4483: gcc -o conftest -g -O2 -L/usr/openwin/lib conftest.c -lICE -lsocket -lnsl >&5 configure:4489: $? = 0 configure:4492: test -z || test ! -s conftest.err configure:4495: $? = 0 configure:4498: test -s conftest configure:4501: $? = 0 configure:4514: result: yes configure:4528: checking for flex configure:4544: found /opt/sfw/bin/flex configure:4554: result: flex configure:4567: checking for yywrap in -lfl configure:4597: gcc -o conftest -g -O2 conftest.c -lfl >&5 configure:4603: $? = 0 configure:4606: test -z || test ! -s conftest.err configure:4609: $? = 0 configure:4612: test -s conftest configure:4615: $? = 0 configure:4628: result: yes configure:4705: checking lex output file root configure:4716: flex conftest.l configure:4719: $? = 0 configure:4731: result: lex.yy configure:4736: checking whether yytext is a pointer configure:4752: gcc -o conftest -g -O2 conftest.c -lfl >&5 configure:4758: $? = 0 configure:4761: test -z || test ! -s conftest.err configure:4764: $? = 0 configure:4767: test -s conftest configure:4770: $? = 0 configure:4784: result: yes configure:4800: checking for flex configure:4816: found /opt/sfw/bin/flex configure:4826: result: flex configure:4848: checking for bison configure:4864: found /opt/sfw/bin/bison configure:4874: result: bison configure:4939: checking for gas configure:4955: found /opt/sfw/bin/gas configure:4965: result: gas configure:5020: checking for ld configure:5036: found /usr/ccs/bin/ld configure:5047: result: ld configure:5100: checking for ar configure:5116: found /usr/ccs/bin/ar configure:5127: result: ar configure:5180: checking for ranlib configure:5196: found /usr/ccs/bin/ranlib configure:5207: result: ranlib configure:5260: checking for strip configure:5276: found /usr/ccs/bin/strip configure:5287: result: strip configure:5340: checking for windres configure:5367: result: false configure:5379: checking whether ln -s works configure:5383: result: yes configure:5390: checking whether ln works configure:5397: result: yes configure:5406: checking for egrep configure:5416: result: egrep configure:5423: checking for ldconfig configure:5454: result: true configure:5474: checking for a BSD-compatible install configure:5529: result: /opt/sfw/bin/ginstall -c configure:5549: checking for lclint configure:5578: result: no configure:5549: checking for lint configure:5578: result: no configure:5596: checking for docbook2html configure:5625: result: no configure:5596: checking for db2html configure:5625: result: no configure:5637: checking for docbook2pdf configure:5666: result: no configure:5637: checking for db2pdf configure:5666: result: no configure:5678: checking for docbook2ps configure:5707: result: no configure:5678: checking for db2ps configure:5707: result: no configure:5719: checking for docbook2txt configure:5748: result: no configure:5719: checking for db2txt configure:5748: result: no configure:5760: checking for fontforge configure:5789: result: no configure:5800: checking for i386_set_ldt in -li386 configure:5830: gcc -o conftest -g -O2 conftest.c -li386 >&5 ld: fatal: library -li386: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure:5836: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char i386_set_ldt (); | int | main () | { | i386_set_ldt (); | ; | return 0; | } configure:5861: result: no configure:5873: checking for _oss_ioctl in -lossaudio configure:5903: gcc -o conftest -g -O2 conftest.c -lossaudio >&5 ld: fatal: library -lossaudio: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure:5909: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _oss_ioctl (); | int | main () | { | _oss_ioctl (); | ; | return 0; | } configure:5934: result: no configure:5949: checking for iswalnum configure:6006: gcc -o conftest -g -O2 conftest.c >&5 configure:6012: $? = 0 configure:6015: test -z || test ! -s conftest.err configure:6018: $? = 0 configure:6021: test -s conftest configure:6024: $? = 0 configure:6036: result: yes configure:6124: checking for gethostbyname configure:6211: result: no configure:6220: checking for gethostbyname in -lnsl configure:6281: result: yes configure:6299: checking for connect configure:6386: result: no configure:6395: checking for connect in -lsocket configure:6456: result: yes configure:6474: checking for inet_aton configure:6531: gcc -o conftest -g -O2 conftest.c -lsocket -lnsl >&5 Undefined first referenced symbol in file inet_aton /var/tmp//ccMQGaUg.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:6537: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | /* end confdefs.h. */ | /* Define inet_aton to an innocuous variant, in case <limits.h> declares inet_aton. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define inet_aton innocuous_inet_aton | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char inet_aton (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef inet_aton | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char inet_aton (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_inet_aton) || defined (__stub___inet_aton) | choke me | #else | char (*f) () = inet_aton; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != inet_aton; | ; | return 0; | } configure:6561: result: no configure:6570: checking for inet_aton in -lresolv configure:6600: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 configure:6606: $? = 0 configure:6609: test -z || test ! -s conftest.err configure:6612: $? = 0 configure:6615: test -s conftest configure:6618: $? = 0 configure:6631: result: yes configure:6646: checking for _xpg4_setrunelocale in -lxpg4 configure:6676: gcc -o conftest -g -O2 conftest.c -lxpg4 -lresolv -lsocket -lnsl >&5 ld: fatal: library -lxpg4: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure:6682: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _xpg4_setrunelocale (); | int | main () | { | _xpg4_setrunelocale (); | ; | return 0; | } configure:6707: result: no configure:6719: checking for poll in -lpoll configure:6749: gcc -o conftest -g -O2 conftest.c -lpoll -lresolv -lsocket -lnsl >&5 ld: fatal: library -lpoll: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure:6755: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char poll (); | int | main () | { | poll (); | ; | return 0; | } configure:6780: result: no configure:6792: checking for res_9_init in -lresolv configure:6822: gcc -o conftest -g -O2 conftest.c -lresolv -lresolv -lsocket -lnsl >&5 Undefined first referenced symbol in file res_9_init /var/tmp//ccAqvnBU.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:6828: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char res_9_init (); | int | main () | { | res_9_init (); | ; | return 0; | } configure:6853: result: no configure:6864: checking for pthread_create in -lpthread configure:6894: gcc -o conftest -g -O2 conftest.c -lpthread -lresolv -lsocket -lnsl >&5 configure:6900: $? = 0 configure:6903: test -z || test ! -s conftest.err configure:6906: $? = 0 configure:6909: test -s conftest configure:6912: $? = 0 configure:6925: result: yes configure:6948: checking for ANSI C header files configure:6973: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:6979: $? = 0 configure:6982: test -z || test ! -s conftest.err configure:6985: $? = 0 configure:6988: test -s conftest.o configure:6991: $? = 0 configure:7077: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lresolv -lsocket -lnsl >&5 configure:7080: $? = 0 configure:7082: ./conftest configure:7085: $? = 0 configure:7100: result: yes configure:7124: checking for sys/types.h configure:7140: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7146: $? = 0 configure:7149: test -z || test ! -s conftest.err configure:7152: $? = 0 configure:7155: test -s conftest.o configure:7158: $? = 0 configure:7169: result: yes configure:7124: checking for sys/stat.h configure:7140: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7146: $? = 0 configure:7149: test -z || test ! -s conftest.err configure:7152: $? = 0 configure:7155: test -s conftest.o configure:7158: $? = 0 configure:7169: result: yes configure:7124: checking for stdlib.h configure:7140: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7146: $? = 0 configure:7149: test -z || test ! -s conftest.err configure:7152: $? = 0 configure:7155: test -s conftest.o configure:7158: $? = 0 configure:7169: result: yes configure:7124: checking for string.h configure:7140: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7146: $? = 0 configure:7149: test -z || test ! -s conftest.err configure:7152: $? = 0 configure:7155: test -s conftest.o configure:7158: $? = 0 configure:7169: result: yes configure:7124: checking for memory.h configure:7140: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7146: $? = 0 configure:7149: test -z || test ! -s conftest.err configure:7152: $? = 0 configure:7155: test -s conftest.o configure:7158: $? = 0 configure:7169: result: yes configure:7124: checking for strings.h configure:7140: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7146: $? = 0 configure:7149: test -z || test ! -s conftest.err configure:7152: $? = 0 configure:7155: test -s conftest.o configure:7158: $? = 0 configure:7169: result: yes configure:7124: checking for inttypes.h configure:7140: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7146: $? = 0 configure:7149: test -z || test ! -s conftest.err configure:7152: $? = 0 configure:7155: test -s conftest.o configure:7158: $? = 0 configure:7169: result: yes configure:7124: checking for stdint.h configure:7140: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 conftest.c:60:20: stdint.h: No such file or directory configure:7146: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | | #include <stdint.h> configure:7169: result: no configure:7124: checking for unistd.h configure:7140: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7146: $? = 0 configure:7149: test -z || test ! -s conftest.err configure:7152: $? = 0 configure:7155: test -s conftest.o configure:7158: $? = 0 configure:7169: result: yes configure:7195: checking X11/Xlib.h usability configure:7207: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7213: $? = 0 configure:7216: test -z || test ! -s conftest.err configure:7219: $? = 0 configure:7222: test -s conftest.o configure:7225: $? = 0 configure:7235: result: yes configure:7239: checking X11/Xlib.h presence configure:7249: gcc -E -I/usr/openwin/include conftest.c configure:7255: $? = 0 configure:7275: result: yes configure:7310: checking for X11/Xlib.h configure:7317: result: yes configure:7348: checking for X11/XKBlib.h configure:7367: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7373: $? = 0 configure:7376: test -z || test ! -s conftest.err configure:7379: $? = 0 configure:7382: test -s conftest.o configure:7385: $? = 0 configure:7396: result: yes configure:7348: checking for X11/Xutil.h configure:7367: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7373: $? = 0 configure:7376: test -z || test ! -s conftest.err configure:7379: $? = 0 configure:7382: test -s conftest.o configure:7385: $? = 0 configure:7396: result: yes configure:7348: checking for X11/extensions/shape.h configure:7367: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7373: $? = 0 configure:7376: test -z || test ! -s conftest.err configure:7379: $? = 0 configure:7382: test -s conftest.o configure:7385: $? = 0 configure:7396: result: yes configure:7348: checking for X11/extensions/XInput.h configure:7367: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7373: $? = 0 configure:7376: test -z || test ! -s conftest.err configure:7379: $? = 0 configure:7382: test -s conftest.o configure:7385: $? = 0 configure:7396: result: yes configure:7348: checking for X11/extensions/XShm.h configure:7367: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7373: $? = 0 configure:7376: test -z || test ! -s conftest.err configure:7379: $? = 0 configure:7382: test -s conftest.o configure:7385: $? = 0 configure:7396: result: yes configure:7348: checking for X11/extensions/Xrandr.h configure:7367: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 conftest.c:37:35: X11/extensions/Xrandr.h: No such file or directory configure:7373: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | /* end confdefs.h. */ | #include <X11/Xlib.h> | #ifdef HAVE_X11_XUTIL_H | # include <X11/Xutil.h> | #endif | | #include <X11/extensions/Xrandr.h> configure:7396: result: no configure:7348: checking for X11/extensions/Xrender.h configure:7367: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:7373: $? = 0 configure:7376: test -z || test ! -s conftest.err configure:7379: $? = 0 configure:7382: test -s conftest.o configure:7385: $? = 0 configure:7396: result: yes configure:7348: checking for X11/extensions/Xvlib.h configure:7367: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 conftest.c:38:34: X11/extensions/Xvlib.h: No such file or directory configure:7373: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | /* end confdefs.h. */ | #include <X11/Xlib.h> | #ifdef HAVE_X11_XUTIL_H | # include <X11/Xutil.h> | #endif | | #include <X11/extensions/Xvlib.h> configure:7396: result: no configure:7348: checking for X11/extensions/xf86dga.h configure:7367: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 conftest.c:38:36: X11/extensions/xf86dga.h: No such file or directory configure:7373: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | /* end confdefs.h. */ | #include <X11/Xlib.h> | #ifdef HAVE_X11_XUTIL_H | # include <X11/Xutil.h> | #endif | | #include <X11/extensions/xf86dga.h> configure:7396: result: no configure:7348: checking for X11/extensions/xf86vmode.h configure:7367: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 conftest.c:38:38: X11/extensions/xf86vmode.h: No such file or directory configure:7373: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | /* end confdefs.h. */ | #include <X11/Xlib.h> | #ifdef HAVE_X11_XUTIL_H | # include <X11/Xutil.h> | #endif | | #include <X11/extensions/xf86vmode.h> configure:7396: result: no configure:7410: checking for XkbQueryExtension in -lX11 configure:7440: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lX11 -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lX11 -lsocket -lnsl -lresolv -lsocket -lnsl >&5 configure:7446: $? = 0 configure:7449: test -z || test ! -s conftest.err configure:7452: $? = 0 configure:7455: test -s conftest configure:7458: $? = 0 configure:7471: result: yes configure:7485: checking for XShmQueryExtension in -lXext configure:7515: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lXext -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lX11 -lsocket -lnsl -lresolv -lsocket -lnsl >&5 configure:7521: $? = 0 configure:7524: test -z || test ! -s conftest.err configure:7527: $? = 0 configure:7530: test -s conftest configure:7533: $? = 0 configure:7546: result: yes configure:7560: checking for XShapeQueryExtension in -lXext configure:7590: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lXext -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lX11 -lsocket -lnsl -lresolv -lsocket -lnsl >&5 configure:7596: $? = 0 configure:7599: test -z || test ! -s conftest.err configure:7602: $? = 0 configure:7605: test -s conftest configure:7608: $? = 0 configure:7621: result: yes configure:8023: checking GL/gl.h usability configure:8035: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:8041: $? = 0 configure:8044: test -z || test ! -s conftest.err configure:8047: $? = 0 configure:8050: test -s conftest.o configure:8053: $? = 0 configure:8063: result: yes configure:8067: checking GL/gl.h presence configure:8077: gcc -E -I/usr/openwin/include conftest.c configure:8083: $? = 0 configure:8103: result: yes configure:8138: checking for GL/gl.h configure:8145: result: yes configure:8023: checking GL/glx.h usability configure:8035: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:8041: $? = 0 configure:8044: test -z || test ! -s conftest.err configure:8047: $? = 0 configure:8050: test -s conftest.o configure:8053: $? = 0 configure:8063: result: yes configure:8067: checking GL/glx.h presence configure:8077: gcc -E -I/usr/openwin/include conftest.c configure:8083: $? = 0 configure:8103: result: yes configure:8138: checking for GL/glx.h configure:8145: result: yes configure:8164: checking for GL/glext.h configure:8180: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:8186: $? = 0 configure:8189: test -z || test ! -s conftest.err configure:8192: $? = 0 configure:8195: test -s conftest.o configure:8198: $? = 0 configure:8209: result: yes configure:8220: checking for up-to-date OpenGL version configure:8241: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:8247: $? = 0 configure:8250: test -z || test ! -s conftest.err configure:8253: $? = 0 configure:8256: test -s conftest.o configure:8259: $? = 0 configure:8272: result: yes configure:8277: checking for glXCreateContext in -lGL configure:8307: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lGL -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lX11 -lm -lsocket -lnsl -lresolv -lsocket -lnsl >&5 configure:8313: $? = 0 configure:8316: test -z || test ! -s conftest.err configure:8319: $? = 0 configure:8322: test -s conftest configure:8325: $? = 0 configure:8338: result: yes configure:8355: checking for glXGetProcAddressARB in -lGL configure:8385: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lGL -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lX11 -lm -lsocket -lnsl -lresolv -lsocket -lnsl >&5 configure:8391: $? = 0 configure:8394: test -z || test ! -s conftest.err configure:8397: $? = 0 configure:8400: test -s conftest configure:8403: $? = 0 configure:8416: result: yes configure:8429: checking for OpenGL extension functions prototypes configure:8454: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:8460: $? = 0 configure:8463: test -z || test ! -s conftest.err configure:8466: $? = 0 configure:8469: test -s conftest.o configure:8472: $? = 0 configure:8485: result: yes configure:8498: checking for gluLookAt in -lGLU configure:8529: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lGLU -lGL -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXext -lX11 -lm -lsocket -lnsl -lresolv -lsocket -lnsl >&5 configure:8535: $? = 0 configure:8538: test -z || test ! -s conftest.err configure:8541: $? = 0 configure:8544: test -s conftest configure:8547: $? = 0 configure:8560: result: yes configure:8570: checking for glutMainLoop in -lglut configure:8600: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lglut -lGL -lGLU -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXmu -lXi -lX11 -lsocket -lnsl -lresolv -lsocket -lnsl >&5 ld: fatal: library -lglut: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure:8606: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char glutMainLoop (); | int | main () | { | glutMainLoop (); | ; | return 0; | } configure:8631: result: no configure:8659: checking audio/audiolib.h usability configure:8671: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 conftest.c:76:28: audio/audiolib.h: No such file or directory configure:8677: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <audio/audiolib.h> configure:8699: result: no configure:8703: checking audio/audiolib.h presence configure:8713: gcc -E -I/usr/openwin/include conftest.c conftest.c:42:28: audio/audiolib.h: No such file or directory configure:8719: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | /* end confdefs.h. */ | #include <audio/audiolib.h> configure:8739: result: no configure:8774: checking for audio/audiolib.h configure:8781: result: no configure:8951: checking ncurses.h usability configure:8963: gcc -c -g -O2 conftest.c >&5 conftest.c:76:21: ncurses.h: No such file or directory configure:8969: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <ncurses.h> configure:8991: result: no configure:8995: checking ncurses.h presence configure:9005: gcc -E conftest.c conftest.c:42:21: ncurses.h: No such file or directory configure:9011: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | /* end confdefs.h. */ | #include <ncurses.h> configure:9031: result: no configure:9066: checking for ncurses.h configure:9073: result: no configure:9385: checking for getbkgd configure:9442: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 Undefined first referenced symbol in file getbkgd /var/tmp//ccC7Y3pU.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:9448: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | /* end confdefs.h. */ | /* Define getbkgd to an innocuous variant, in case <limits.h> declares getbkgd. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define getbkgd innocuous_getbkgd | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getbkgd (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef getbkgd | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getbkgd (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_getbkgd) || defined (__stub___getbkgd) | choke me | #else | char (*f) () = getbkgd; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getbkgd; | ; | return 0; | } configure:9472: result: no configure:9385: checking for resizeterm configure:9442: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 Undefined first referenced symbol in file resizeterm /var/tmp//ccGlzjpu.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:9448: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | /* end confdefs.h. */ | /* Define resizeterm to an innocuous variant, in case <limits.h> declares resizeterm. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define resizeterm innocuous_resizeterm | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char resizeterm (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef resizeterm | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char resizeterm (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_resizeterm) || defined (__stub___resizeterm) | choke me | #else | char (*f) () = resizeterm; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != resizeterm; | ; | return 0; | } configure:9472: result: no configure:9488: checking for sane-config configure:9515: result: no configure:9770: checking unicode/ubidi.h usability configure:9782: gcc -c -g -O2 conftest.c >&5 configure:9788: $? = 0 configure:9791: test -z || test ! -s conftest.err configure:9794: $? = 0 configure:9797: test -s conftest.o configure:9800: $? = 0 configure:9810: result: yes configure:9814: checking unicode/ubidi.h presence configure:9824: gcc -E conftest.c configure:9830: $? = 0 configure:9850: result: yes configure:9885: checking for unicode/ubidi.h configure:9892: result: yes configure:9911: checking whether can link with ICU libraries /usr/lib/libsicuuc.a and /usr/lib/libsicudata.a configure:9930: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl /usr/lib/libsicuuc.a /usr/lib/libsicudata.a -lstdc++ -lgcc_s >&5 gcc: /usr/lib/libsicuuc.a: No such file or directory gcc: /usr/lib/libsicudata.a: No such file or directory configure:9936: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | /* end confdefs.h. */ | #include <unicode/ubidi.h> | int | main () | { | ubidi_open() | ; | return 0; | } configure:9963: result: no configure:9971: checking for FT_Init_FreeType in -lfreetype configure:10001: gcc -o conftest -g -O2 conftest.c -lfreetype -L/usr/openwin/lib -R/usr/openwin/lib -lresolv -lsocket -lnsl >&5 configure:10007: $? = 0 configure:10010: test -z || test ! -s conftest.err configure:10013: $? = 0 configure:10016: test -s conftest configure:10019: $? = 0 configure:10032: result: yes configure:10048: checking for freetype-config configure:10064: found /usr/sfw/bin/freetype-config configure:10075: result: freetype-config configure:10157: checking for ft2build.h configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5 configure:10181: $? = 0 configure:10184: test -z || test ! -s conftest.err configure:10187: $? = 0 configure:10190: test -s conftest.o configure:10193: $? = 0 configure:10204: result: yes configure:10157: checking for freetype/freetype.h configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5 configure:10181: $? = 0 configure:10184: test -z || test ! -s conftest.err configure:10187: $? = 0 configure:10190: test -s conftest.o configure:10193: $? = 0 configure:10204: result: yes configure:10157: checking for freetype/ftglyph.h configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5 configure:10181: $? = 0 configure:10184: test -z || test ! -s conftest.err configure:10187: $? = 0 configure:10190: test -s conftest.o configure:10193: $? = 0 configure:10204: result: yes configure:10157: checking for freetype/tttables.h configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5 configure:10181: $? = 0 configure:10184: test -z || test ! -s conftest.err configure:10187: $? = 0 configure:10190: test -s conftest.o configure:10193: $? = 0 configure:10204: result: yes configure:10157: checking for freetype/ftnames.h configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5 conftest.c:51:30: freetype/ftnames.h: No such file or directory configure:10181: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | /* end confdefs.h. */ | #if HAVE_FT2BUILD_H | #include <ft2build.h> | #endif | | #include <freetype/ftnames.h> configure:10204: result: no configure:10157: checking for freetype/ftsnames.h configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5 configure:10181: $? = 0 configure:10184: test -z || test ! -s conftest.err configure:10187: $? = 0 configure:10190: test -s conftest.o configure:10193: $? = 0 configure:10204: result: yes configure:10157: checking for freetype/ttnameid.h configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5 configure:10181: $? = 0 configure:10184: test -z || test ! -s conftest.err configure:10187: $? = 0 configure:10190: test -s conftest.o configure:10193: $? = 0 configure:10204: result: yes configure:10157: checking for freetype/ftoutln.h configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5 configure:10181: $? = 0 configure:10184: test -z || test ! -s conftest.err configure:10187: $? = 0 configure:10190: test -s conftest.o configure:10193: $? = 0 configure:10204: result: yes configure:10157: checking for freetype/ftwinfnt.h configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5 conftest.c:54:31: freetype/ftwinfnt.h: No such file or directory configure:10181: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | /* end confdefs.h. */ | #if HAVE_FT2BUILD_H | #include <ft2build.h> | #endif | | #include <freetype/ftwinfnt.h> configure:10204: result: no configure:10157: checking for freetype/internal/sfnt.h configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5 configure:10181: $? = 0 configure:10184: test -z || test ! -s conftest.err configure:10187: $? = 0 configure:10190: test -s conftest.o configure:10193: $? = 0 configure:10204: result: yes configure:10224: gcc -E -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c configure:10230: $? = 0 configure:10280: checking for parport header/ppdev.h configure:10301: gcc -c -g -O2 conftest.c >&5 conftest.c:53:25: linux/ppdev.h: No such file or directory conftest.c: In function `main': conftest.c:57: error: `PPCLAIM' undeclared (first use in this function) conftest.c:57: error: (Each undeclared identifier is reported only once conftest.c:57: error: for each function it appears in.) configure:10307: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | /* end confdefs.h. */ | #include <linux/ppdev.h> | int | main () | { | ioctl (1,PPCLAIM,0) | ; | return 0; | } configure:10331: result: no configure:10342: checking for va_copy configure:10365: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 configure:10371: $? = 0 configure:10374: test -z || test ! -s conftest.err configure:10377: $? = 0 configure:10380: test -s conftest configure:10383: $? = 0 configure:10396: result: yes configure:10406: checking for __va_copy configure:10429: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 configure:10435: $? = 0 configure:10438: test -z || test ! -s conftest.err configure:10441: $? = 0 configure:10444: test -s conftest configure:10447: $? = 0 configure:10460: result: yes configure:10471: checking for sigsetjmp configure:10494: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 configure:10500: $? = 0 configure:10503: test -z || test ! -s conftest.err configure:10506: $? = 0 configure:10509: test -s conftest configure:10512: $? = 0 configure:10525: result: yes configure:10536: checking for pthread_rwlock_t configure:10562: gcc -c -g -O2 conftest.c >&5 configure:10568: $? = 0 configure:10571: test -z || test ! -s conftest.err configure:10574: $? = 0 configure:10577: test -s conftest.o configure:10580: $? = 0 configure:10591: result: yes configure:10601: checking for pthread_rwlockattr_t configure:10627: gcc -c -g -O2 conftest.c >&5 configure:10633: $? = 0 configure:10636: test -z || test ! -s conftest.err configure:10639: $? = 0 configure:10642: test -s conftest.o configure:10645: $? = 0 configure:10656: result: yes configure:10680: checking for pthread_getattr_np configure:10737: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl -lpthread >&5 Undefined first referenced symbol in file pthread_getattr_np /var/tmp//cc0yYi5e.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:10743: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | /* Define pthread_getattr_np to an innocuous variant, in case <limits.h> declares pthread_getattr_np. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define pthread_getattr_np innocuous_pthread_getattr_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_getattr_np (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef pthread_getattr_np | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pthread_getattr_np (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_pthread_getattr_np) || defined (__stub___pthread_getattr_np) | choke me | #else | char (*f) () = pthread_getattr_np; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pthread_getattr_np; | ; | return 0; | } configure:10767: result: no configure:10680: checking for pthread_get_stackaddr_np configure:10737: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl -lpthread >&5 Undefined first referenced symbol in file pthread_get_stackaddr_np /var/tmp//ccumWcAK.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:10743: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | /* Define pthread_get_stackaddr_np to an innocuous variant, in case <limits.h> declares pthread_get_stackaddr_np. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define pthread_get_stackaddr_np innocuous_pthread_get_stackaddr_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_get_stackaddr_np (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef pthread_get_stackaddr_np | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pthread_get_stackaddr_np (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_pthread_get_stackaddr_np) || defined (__stub___pthread_get_stackaddr_np) | choke me | #else | char (*f) () = pthread_get_stackaddr_np; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pthread_get_stackaddr_np; | ; | return 0; | } configure:10767: result: no configure:10680: checking for pthread_get_stacksize_np configure:10737: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl -lpthread >&5 Undefined first referenced symbol in file pthread_get_stacksize_np /var/tmp//ccE5EZ9f.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:10743: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | /* Define pthread_get_stacksize_np to an innocuous variant, in case <limits.h> declares pthread_get_stacksize_np. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define pthread_get_stacksize_np innocuous_pthread_get_stacksize_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_get_stacksize_np (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef pthread_get_stacksize_np | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pthread_get_stacksize_np (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_pthread_get_stacksize_np) || defined (__stub___pthread_get_stacksize_np) | choke me | #else | char (*f) () = pthread_get_stacksize_np; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pthread_get_stacksize_np; | ; | return 0; | } configure:10767: result: no configure:10795: checking sys/soundcard.h usability configure:10807: gcc -c -g -O2 conftest.c >&5 conftest.c:92:27: sys/soundcard.h: No such file or directory configure:10813: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/soundcard.h> configure:10835: result: no configure:10839: checking sys/soundcard.h presence configure:10849: gcc -E conftest.c conftest.c:58:27: sys/soundcard.h: No such file or directory configure:10855: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <sys/soundcard.h> configure:10875: result: no configure:10910: checking for sys/soundcard.h configure:10917: result: no configure:10795: checking machine/soundcard.h usability configure:10807: gcc -c -g -O2 conftest.c >&5 conftest.c:92:31: machine/soundcard.h: No such file or directory configure:10813: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <machine/soundcard.h> configure:10835: result: no configure:10839: checking machine/soundcard.h presence configure:10849: gcc -E conftest.c conftest.c:58:31: machine/soundcard.h: No such file or directory configure:10855: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <machine/soundcard.h> configure:10875: result: no configure:10910: checking for machine/soundcard.h configure:10917: result: no configure:10795: checking soundcard.h usability configure:10807: gcc -c -g -O2 conftest.c >&5 conftest.c:92:23: soundcard.h: No such file or directory configure:10813: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <soundcard.h> configure:10835: result: no configure:10839: checking soundcard.h presence configure:10849: gcc -E conftest.c conftest.c:58:23: soundcard.h: No such file or directory configure:10855: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <soundcard.h> configure:10875: result: no configure:10910: checking for soundcard.h configure:10917: result: no configure:10931: checking for Open Sound System configure:10966: gcc -c -g -O2 conftest.c >&5 conftest.c:74:2: #error No open sound system configure:10972: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | | #if defined(HAVE_SYS_SOUNDCARD_H) | #include <sys/soundcard.h> | #elif defined(HAVE_MACHINE_SOUNDCARD_H) | #include <machine/soundcard.h> | #elif defined(HAVE_SOUNDCARD_H) | #include <soundcard.h> | #endif | | int | main () | { | | | /* check for one of the Open Sound System specific SNDCTL_ defines */ | #if !defined(SNDCTL_DSP_STEREO) | #error No open sound system | #endif | | ; | return 0; | } configure:10995: result: no configure:11007: checking for Open Sound System/MIDI interface configure:11042: gcc -c -g -O2 conftest.c >&5 conftest.c:74:2: #error No open sound system MIDI interface configure:11048: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | | #if defined(HAVE_SYS_SOUNDCARD_H) | #include <sys/soundcard.h> | #elif defined(HAVE_MACHINE_SOUNDCARD_H) | #include <machine/soundcard.h> | #elif defined(HAVE_SOUNDCARD_H) | #include <soundcard.h> | #endif | | int | main () | { | | | /* check for one of the Open Sound System specific SNDCTL_SEQ defines */ | #if !defined(SNDCTL_SEQ_SYNC) | #error No open sound system MIDI interface | #endif | | ; | return 0; | } configure:11071: result: no configure:11085: checking for artsc-config configure:11118: result: no configure:11205: checking alsa/asoundlib.h usability configure:11217: gcc -c -g -O2 conftest.c >&5 conftest.c:92:28: alsa/asoundlib.h: No such file or directory configure:11223: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <alsa/asoundlib.h> configure:11245: result: no configure:11249: checking alsa/asoundlib.h presence configure:11259: gcc -E conftest.c conftest.c:58:28: alsa/asoundlib.h: No such file or directory configure:11265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <alsa/asoundlib.h> configure:11285: result: no configure:11320: checking for alsa/asoundlib.h configure:11327: result: no configure:11205: checking sys/asoundlib.h usability configure:11217: gcc -c -g -O2 conftest.c >&5 conftest.c:92:27: sys/asoundlib.h: No such file or directory configure:11223: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/asoundlib.h> configure:11245: result: no configure:11249: checking sys/asoundlib.h presence configure:11259: gcc -E conftest.c conftest.c:58:27: sys/asoundlib.h: No such file or directory configure:11265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <sys/asoundlib.h> configure:11285: result: no configure:11320: checking for sys/asoundlib.h configure:11327: result: no configure:11433: checking libaudioio.h usability configure:11445: gcc -c -g -O2 conftest.c >&5 conftest.c:92:24: libaudioio.h: No such file or directory configure:11451: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <libaudioio.h> configure:11473: result: no configure:11477: checking libaudioio.h presence configure:11487: gcc -E conftest.c conftest.c:58:24: libaudioio.h: No such file or directory configure:11493: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <libaudioio.h> configure:11513: result: no configure:11548: checking for libaudioio.h configure:11555: result: no configure:11655: checking capi20.h usability configure:11667: gcc -c -g -O2 conftest.c >&5 conftest.c:92:20: capi20.h: No such file or directory configure:11673: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <capi20.h> configure:11695: result: no configure:11699: checking capi20.h presence configure:11709: gcc -E conftest.c conftest.c:58:20: capi20.h: No such file or directory configure:11715: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | /* end confdefs.h. */ | #include <capi20.h> configure:11735: result: no configure:11770: checking for capi20.h configure:11777: result: no configure:12018: checking whether mmap64 works defined as mmap configure:12061: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 conftest.c: In function `main': conftest.c:74: warning: comparison between pointer and integer configure:12064: $? = 0 configure:12066: ./conftest success! configure:12069: $? = 0 configure:12083: result: yes configure:12102: checking for gcc strength-reduce bug configure:12130: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 configure:12133: $? = 0 configure:12135: ./conftest configure:12138: $? = 0 configure:12152: result: no configure:12159: checking for gcc -fshort-wchar support configure:12182: gcc -o conftest -g -O2 -fshort-wchar conftest.c -lresolv -lsocket -lnsl >&5 configure:12188: $? = 0 configure:12191: test -z || test ! -s conftest.err configure:12194: $? = 0 configure:12197: test -s conftest configure:12200: $? = 0 configure:12213: result: yes configure:12224: checking for gcc -mpreferred-stack-boundary=2 support configure:12247: gcc -o conftest -g -O2 -mpreferred-stack-boundary=2 conftest.c -lresolv -lsocket -lnsl >&5 configure:12253: $? = 0 configure:12256: test -z || test ! -s conftest.err configure:12259: $? = 0 configure:12262: test -s conftest configure:12265: $? = 0 configure:12278: result: yes configure:12285: checking for gcc -fno-strict-aliasing support configure:12308: gcc -o conftest -g -O2 -fno-strict-aliasing conftest.c -lresolv -lsocket -lnsl >&5 configure:12314: $? = 0 configure:12317: test -z || test ! -s conftest.err configure:12320: $? = 0 configure:12323: test -s conftest configure:12326: $? = 0 configure:12339: result: yes configure:12346: checking for gcc -gstabs+ support configure:12369: gcc -o conftest -g -O2 -gstabs+ conftest.c -lresolv -lsocket -lnsl >&5 configure:12375: $? = 0 configure:12378: test -z || test ! -s conftest.err configure:12381: $? = 0 configure:12384: test -s conftest configure:12387: $? = 0 configure:12400: result: yes configure:12409: checking for broken string.h that generates warnings configure:12430: gcc -c -g -O2 -Wpointer-arith -Werror conftest.c >&5 configure:12436: $? = 0 configure:12439: test -z || test ! -s conftest.err configure:12442: $? = 0 configure:12445: test -s conftest.o configure:12448: $? = 0 configure:12459: result: no configure:12469: checking how to define a function in assembly code configure:12491: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 Assembler: conftest.c "/var/tmp//ccnhJa4i.s", line 24 : .def directive obsolete "/var/tmp//ccnhJa4i.s", line 24 : .scl directive obsolete "/var/tmp//ccnhJa4i.s", line 24 : Obsolete use of .type directive "/var/tmp//ccnhJa4i.s", line 24 : .endef directive obsolete configure:12497: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | #define _FILE_OFFSET_BITS 64 | #define CC_FLAG_SHORT_WCHAR "-fshort-wchar" | /* end confdefs.h. */ | void ac_asm(void) { asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0"); } | | int | main () | { | | ; | return 0; | } configure:12533: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 configure:12539: $? = 0 configure:12542: test -z || test ! -s conftest.err configure:12545: $? = 0 configure:12548: test -s conftest configure:12551: $? = 0 configure:12611: result: .type @function configure:12640: checking whether external symbols need an underscore prefix configure:12662: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 Undefined first referenced symbol in file ac_test /var/tmp//ccSNb8Gk.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:12668: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | #define _FILE_OFFSET_BITS 64 | #define CC_FLAG_SHORT_WCHAR "-fshort-wchar" | #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function" | /* end confdefs.h. */ | void ac_asm(void) { asm(".globl _ac_test\n_ac_test:\t.long 0"); } | extern int ac_test; | int | main () | { | if (ac_test) return 1 | ; | return 0; | } configure:12692: result: no configure:12711: checking for assembler keyword for ASCII strings configure:12733: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 configure:12739: $? = 0 configure:12742: test -z || test ! -s conftest.err configure:12745: $? = 0 configure:12748: test -s conftest configure:12751: $? = 0 configure:12855: result: .string configure:12865: checking for assembler keyword for word values configure:12887: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 Assembler: conftest.c "/var/tmp//cciL5P4f.s", line 24 : Illegal mnemonic "/var/tmp//cciL5P4f.s", line 24 : Syntax error configure:12893: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | #define _FILE_OFFSET_BITS 64 | #define CC_FLAG_SHORT_WCHAR "-fshort-wchar" | #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function" | #define __ASM_NAME(name) name | #define __ASM_STRING ".string" | /* end confdefs.h. */ | void ac_asm(void) { asm(".data\n\t.short 1\n\t.text"); } | | int | main () | { | | ; | return 0; | } configure:12929: gcc -o conftest -g -O2 conftest.c -lresolv -lsocket -lnsl >&5 Assembler: conftest.c "/var/tmp//ccX4Wrxg.s", line 24 : Illegal mnemonic "/var/tmp//ccX4Wrxg.s", line 24 : Syntax error configure:12935: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | #define HAVE_ISWALNUM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #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_UNISTD_H 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XKBLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HAVE_X11_EXTENSIONS_SHAPE_H 1 | #define HAVE_X11_EXTENSIONS_XINPUT_H 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_XKB 1 | #define HAVE_LIBXXSHM 1 | #define HAVE_LIBXSHAPE 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLX_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_OPENGL 1 | #define HAVE_GLX_GETPROCADDRESS 1 | #define HAVE_GLEXT_PROTOTYPES 1 | #define HAVE_UNICODE_UBIDI_H 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_FREETYPE_FREETYPE_H 1 | #define HAVE_FREETYPE_FTGLYPH_H 1 | #define HAVE_FREETYPE_TTTABLES_H 1 | #define HAVE_FREETYPE_FTSNAMES_H 1 | #define HAVE_FREETYPE_TTNAMEID_H 1 | #define HAVE_FREETYPE_FTOUTLN_H 1 | #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 | #define HAVE_FREETYPE_FTTRIGON_H 1 | #define HAVE_FREETYPE 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_PTHREAD_RWLOCK_T 1 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 | #define _FILE_OFFSET_BITS 64 | #define CC_FLAG_SHORT_WCHAR "-fshort-wchar" | #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function" | #define __ASM_NAME(name) name | #define __ASM_STRING ".string" | /* end confdefs.h. */ | void ac_asm(void) { asm(".data\n\t.half 1\n\t.text"); } | | int | main () | { | | ; | return 0; | } configure:12954: error: could not discover how to specify word values with assembler. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_asm_func_def=$'.type @function' ac_cv_build=i386-pc-solaris2.9 ac_cv_build_alias=i386-pc-solaris2.9 ac_cv_c___va_copy=yes ac_cv_c_asm_string=.string ac_cv_c_compiler_gnu=yes ac_cv_c_extern_prefix=no ac_cv_c_gcc_fshort_wchar=yes ac_cv_c_gcc_gstabs=yes ac_cv_c_gcc_no_strict_aliasing=yes ac_cv_c_gcc_stack_boundary=yes ac_cv_c_gcc_strength_bug=no ac_cv_c_opensoundsystem=no ac_cv_c_opensoundsystem_midi=no ac_cv_c_ppdev=no ac_cv_c_sigsetjmp=yes ac_cv_c_string_h_warnings=no ac_cv_c_va_copy=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_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_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_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_exeext= ac_cv_func_connect=no ac_cv_func_getbkgd=no ac_cv_func_gethostbyname=no ac_cv_func_inet_aton=no ac_cv_func_iswalnum=yes ac_cv_func_pthread_get_stackaddr_np=no ac_cv_func_pthread_get_stacksize_np=no ac_cv_func_pthread_getattr_np=no ac_cv_func_remove=yes ac_cv_func_resizeterm=no ac_cv_func_shmat=yes ac_cv_have_x=$'have_x=yes \t\tac_x_includes=/usr/openwin/include ac_x_libraries=/usr/openwin/lib' ac_cv_header_GL_gl_h=yes ac_cv_header_GL_glext_h=yes ac_cv_header_GL_glx_h=yes ac_cv_header_X11_XKBlib_h=yes ac_cv_header_X11_Xlib_h=yes ac_cv_header_X11_Xutil_h=yes ac_cv_header_X11_extensions_XInput_h=yes ac_cv_header_X11_extensions_XShm_h=yes ac_cv_header_X11_extensions_Xrandr_h=no ac_cv_header_X11_extensions_Xrender_h=yes ac_cv_header_X11_extensions_Xvlib_h=no ac_cv_header_X11_extensions_shape_h=yes ac_cv_header_X11_extensions_xf86dga_h=no ac_cv_header_X11_extensions_xf86vmode_h=no ac_cv_header_alsa_asoundlib_h=no ac_cv_header_audio_audiolib_h=no ac_cv_header_capi20_h=no ac_cv_header_freetype_freetype_h=yes ac_cv_header_freetype_ftglyph_h=yes ac_cv_header_freetype_ftnames_h=no ac_cv_header_freetype_ftoutln_h=yes ac_cv_header_freetype_ftsnames_h=yes ac_cv_header_freetype_ftwinfnt_h=no ac_cv_header_freetype_internal_sfnt_h=yes ac_cv_header_freetype_ttnameid_h=yes ac_cv_header_freetype_tttables_h=yes ac_cv_header_ft2build_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libaudioio_h=no ac_cv_header_machine_soundcard_h=no ac_cv_header_memory_h=yes ac_cv_header_ncurses_h=no ac_cv_header_soundcard_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_asoundlib_h=no ac_cv_header_sys_soundcard_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unicode_ubidi_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-pc-solaris2.9 ac_cv_host_alias=i386-pc-solaris2.9 ac_cv_lib_GLU_gluLookAt=yes ac_cv_lib_GL_glXCreateContext=yes ac_cv_lib_GL_glXGetProcAddressARB=yes ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_X11_XkbQueryExtension=yes ac_cv_lib_Xext_XShapeQueryExtension=yes ac_cv_lib_Xext_XShmQueryExtension=yes ac_cv_lib_fl_yywrap=yes ac_cv_lib_freetype_FT_Init_FreeType=yes ac_cv_lib_glut_glutMainLoop=no ac_cv_lib_i386_i386_set_ldt=no ac_cv_lib_nsl_gethostbyname=yes ac_cv_lib_ossaudio__oss_ioctl=no ac_cv_lib_poll_poll=no ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_resolv_inet_aton=yes ac_cv_lib_resolv_res_9_init=no ac_cv_lib_socket_connect=yes ac_cv_lib_xpg4__xpg4_setrunelocale=no ac_cv_mmap64_works=yes ac_cv_objext=o ac_cv_path_LDCONFIG=true ac_cv_path_install=$'/opt/sfw/bin/ginstall -c' ac_cv_prog_BISON=bison ac_cv_prog_CPP=$'gcc -E' ac_cv_prog_LEX=flex ac_cv_prog_XLEX=flex ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_AS=gas ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CPPBIN=cpp ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_LD=ld ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_ac_ct_WINDRES=false ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep=egrep ac_cv_prog_ft_devel=freetype-config ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes ac_cv_prog_sane_devel=no ac_cv_type_pthread_rwlock_t=yes ac_cv_type_pthread_rwlockattr_t=yes wine_cv_extension_prototypes=yes wine_cv_fttrigon=yes wine_cv_msg_freetype=no wine_cv_opengl_version_OK=yes wine_cv_toolsdir=$'$(TOPOBJDIR)' ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' ALSALIBS='' AR='ar' ARTSCCONFIG='' ARTSINCL='' ARTSLIBS='' AS='gas' AUDIOIOLIBS='' BISON='bison' CAPI4LINUXLIBS='' CC='gcc' CFLAGS='-g -O2' COREFOUNDATIONLIB='' CPP='gcc -E' CPPBIN='cpp' CPPFLAGS='' CROSSCC='' CROSSTEST='' CROSSWINDRES='' CRTLIBS='' CURSESLIBS='' CXX='g++' CXXFLAGS='-g -O2' DB2HTML='false' DB2PDF='false' DB2PS='false' DB2TXT='false' DEFS='' DLLDEFS='' DLLEXT='' DLLFLAGS='' DLLIBS='' DLLTOOL='' DLLWRAP='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='egrep' EXEEXT='' EXTRACFLAGS='-Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith' FONTFORGE='false' FONTSSUBDIRS='' FREETYPEINCL='-I/usr/sfw/include -I/usr/sfw/include/freetype2' FREETYPELIBS='-L/usr/sfw/lib -lfreetype -lz' GLU32FILES='$(GLU32FILES)' GLUT32FILES='' GLUT_LIBS='' ICULIBS='' IMPLIBEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' IOKITLIB='' LD='ld' LDCONFIG='true' LDD='' LDDLLFLAGS='' LDEXECFLAGS='' LDFLAGS='' LDLIBWINEFLAGS='' LDPATH='' LDSHARED='' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBEXT='' LIBOBJS='' LIBPTHREAD='-lpthread' LIBS='-lresolv -lsocket -lnsl ' LINT='' LINTFLAGS='' LN='ln' LN_S='ln -s' LTLIBOBJS='' MAIN_BINARY='' NASLIBS='' OBJEXT='o' OPENGLFILES='$(OPENGLFILES)' OPENGL_LIBS='-lGL -lGLU' PACKAGE_BUGREPORT='wine-devel@xxxxxxxxxx' PACKAGE_NAME='Wine' PACKAGE_STRING='Wine 20041019' PACKAGE_TARNAME='wine' PACKAGE_VERSION='20041019' PATH_SEPARATOR=':' RANLIB='ranlib' SANEINCL='' SANELIBS='' SET_MAKE='' SHELL='/bin/bash' SOCKETLIBS='' STRIP='strip' TOOLSDIR='$(TOPOBJDIR)' WIN16_FILES='$(WIN16_FILES)' WIN16_INSTALL='$(WIN16_INSTALL)' WINDRES='false' WINE_BINARIES='' XFILES='$(XFILES)' XLEX='flex' XLIB='-lXext -lX11' X_CFLAGS=' -I/usr/openwin/include' X_EXTRA_LIBS='-lsocket -lnsl' X_LIBS=' -L/usr/openwin/lib -R/usr/openwin/lib' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='ar' ac_ct_AS='gas' ac_ct_CC='gcc' ac_ct_CPPBIN='cpp' ac_ct_CXX='g++' ac_ct_DLLTOOL='' ac_ct_DLLWRAP='' ac_ct_LD='ld' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' ac_ct_WINDRES='false' bindir='${exec_prefix}/bin' build='i386-pc-solaris2.9' build_alias='' build_cpu='i386' build_os='solaris2.9' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' ft_devel2='' ft_devel='freetype-config' host='i386-pc-solaris2.9' host_alias='' host_cpu='i386' host_os='solaris2.9' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sane_devel='no' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ------------- ## ## Output files. ## ## ------------- ## MAKE_DLL_RULES='' MAKE_LIB_RULES='' MAKE_PROG_RULES='' MAKE_RULES='' MAKE_TEST_RULES='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CC_FLAG_SHORT_WCHAR "-fshort-wchar" #define HAVE_FREETYPE 1 #define HAVE_FREETYPE_FREETYPE_H 1 #define HAVE_FREETYPE_FTGLYPH_H 1 #define HAVE_FREETYPE_FTOUTLN_H 1 #define HAVE_FREETYPE_FTSNAMES_H 1 #define HAVE_FREETYPE_FTTRIGON_H 1 #define HAVE_FREETYPE_INTERNAL_SFNT_H 1 #define HAVE_FREETYPE_TTNAMEID_H 1 #define HAVE_FREETYPE_TTTABLES_H 1 #define HAVE_FT2BUILD_H 1 #define HAVE_GLEXT_PROTOTYPES 1 #define HAVE_GLX_GETPROCADDRESS 1 #define HAVE_GL_GLEXT_H 1 #define HAVE_GL_GLX_H 1 #define HAVE_GL_GL_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_ISWALNUM 1 #define HAVE_LIBNSL 1 #define HAVE_LIBRESOLV 1 #define HAVE_LIBSOCKET 1 #define HAVE_LIBXSHAPE 1 #define HAVE_LIBXXSHM 1 #define HAVE_MEMORY_H 1 #define HAVE_OPENGL 1 #define HAVE_PTHREAD_RWLOCKATTR_T 1 #define HAVE_PTHREAD_RWLOCK_T 1 #define HAVE_SIGSETJMP 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNICODE_UBIDI_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VA_COPY 1 #define HAVE_X11_EXTENSIONS_SHAPE_H 1 #define HAVE_X11_EXTENSIONS_XINPUT_H 1 #define HAVE_X11_EXTENSIONS_XRENDER_H 1 #define HAVE_X11_EXTENSIONS_XSHM_H 1 #define HAVE_X11_XKBLIB_H 1 #define HAVE_X11_XLIB_H 1 #define HAVE_X11_XUTIL_H 1 #define HAVE_XKB 1 #define HAVE___VA_COPY 1 #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" #define PACKAGE_NAME "Wine" #define PACKAGE_STRING "Wine 20041019" #define PACKAGE_TARNAME "wine" #define PACKAGE_VERSION "20041019" #define STDC_HEADERS 1 #define YYTEXT_POINTER 1 #define _FILE_OFFSET_BITS 64 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function" #define __ASM_NAME(name) name #define __ASM_STRING ".string" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1
Script started on Sat Oct 23 14:55:03 2004 wino #./tools/wineinstall WINE Installer v0.74 ./tools/wineinstall: whoami: command not found ./tools/wineinstall: [: =: unary operator expected Running configure... configure: creating cache config.cache checking build system type... i386-pc-solaris2.9 checking host system type... i386-pc-solaris2.9 checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for cpp... cpp checking for the directory containing the Wine tools... $(TOPOBJDIR) checking how to run the C preprocessor... gcc -E checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include checking whether -R must be followed by a space... no checking for gethostbyname... no checking for gethostbyname in -lnsl... yes checking for connect... no checking for connect in -lsocket... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for flex... flex checking for bison... bison checking for gas... gas checking for ld... ld checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking for windres... false checking whether ln -s works... yes checking whether ln works... yes checking for egrep... egrep checking for ldconfig... true checking for a BSD-compatible install... /opt/sfw/bin/ginstall -c checking for lclint... no checking for lint... no checking for docbook2html... no checking for db2html... no checking for docbook2pdf... no checking for db2pdf... no checking for docbook2ps... no checking for db2ps... no checking for docbook2txt... no checking for db2txt... no checking for fontforge... no checking for i386_set_ldt in -li386... no checking for _oss_ioctl in -lossaudio... no checking for iswalnum... yes checking for gethostbyname... (cached) no checking for gethostbyname in -lnsl... (cached) yes checking for connect... (cached) no checking for connect in -lsocket... (cached) yes checking for inet_aton... no checking for inet_aton in -lresolv... yes checking for _xpg4_setrunelocale in -lxpg4... no checking for poll in -lpoll... no checking for res_9_init in -lresolv... no checking for pthread_create in -lpthread... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for X11/XKBlib.h... yes checking for X11/Xutil.h... yes checking for X11/extensions/shape.h... yes checking for X11/extensions/XInput.h... yes checking for X11/extensions/XShm.h... yes checking for X11/extensions/Xrandr.h... no checking for X11/extensions/Xrender.h... yes checking for X11/extensions/Xvlib.h... no checking for X11/extensions/xf86dga.h... no checking for X11/extensions/xf86vmode.h... no checking for XkbQueryExtension in -lX11... yes checking for XShmQueryExtension in -lXext... yes checking for XShapeQueryExtension in -lXext... yes checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking GL/glx.h usability... yes checking GL/glx.h presence... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for up-to-date OpenGL version... yes checking for glXCreateContext in -lGL... yes checking for glXGetProcAddressARB in -lGL... yes checking for OpenGL extension functions prototypes... yes checking for gluLookAt in -lGLU... yes checking for glutMainLoop in -lglut... no checking audio/audiolib.h usability... no checking audio/audiolib.h presence... no checking for audio/audiolib.h... no checking ncurses.h usability... no checking ncurses.h presence... no checking for ncurses.h... no checking for getbkgd... no checking for resizeterm... no checking for sane-config... no checking unicode/ubidi.h usability... yes checking unicode/ubidi.h presence... yes checking for unicode/ubidi.h... yes checking whether can link with ICU libraries /usr/lib/libsicuuc.a and /usr/lib/libsicudata.a... no checking for FT_Init_FreeType in -lfreetype... yes checking for freetype-config... freetype-config checking for ft2build.h... yes checking for freetype/freetype.h... yes checking for freetype/ftglyph.h... yes checking for freetype/tttables.h... yes checking for freetype/ftnames.h... no checking for freetype/ftsnames.h... yes checking for freetype/ttnameid.h... yes checking for freetype/ftoutln.h... yes checking for freetype/ftwinfnt.h... no checking for freetype/internal/sfnt.h... yes checking for parport header/ppdev.h... no checking for va_copy... yes checking for __va_copy... yes checking for sigsetjmp... yes checking for pthread_rwlock_t... yes checking for pthread_rwlockattr_t... yes checking for pthread_getattr_np... no checking for pthread_get_stackaddr_np... no checking for pthread_get_stacksize_np... no checking sys/soundcard.h usability... no checking sys/soundcard.h presence... no checking for sys/soundcard.h... no checking machine/soundcard.h usability... no checking machine/soundcard.h presence... no checking for machine/soundcard.h... no checking soundcard.h usability... no checking soundcard.h presence... no checking for soundcard.h... no checking for Open Sound System... no checking for Open Sound System/MIDI interface... no checking for artsc-config... no checking alsa/asoundlib.h usability... no checking alsa/asoundlib.h presence... no checking for alsa/asoundlib.h... no checking sys/asoundlib.h usability... no checking sys/asoundlib.h presence... no checking for sys/asoundlib.h... no checking libaudioio.h usability... no checking libaudioio.h presence... no checking for libaudioio.h... no checking capi20.h usability... no checking capi20.h presence... no checking for capi20.h... no checking whether mmap64 works defined as mmap... yes checking for gcc strength-reduce bug... no checking for gcc -fshort-wchar support... yes checking for gcc -mpreferred-stack-boundary=2 support... yes checking for gcc -fno-strict-aliasing support... yes checking for gcc -gstabs+ support... yes checking for broken string.h that generates warnings... no checking how to define a function in assembly code... .type @function checking whether external symbols need an underscore prefix... no checking for assembler keyword for ASCII strings... .string checking for assembler keyword for word values... configure: error: could not discover how to specify word values with assembler. Configure failed, aborting install. wino #^D script done on Sat Oct 23 14:56:07 2004