Hola, I wanted to start working on a port to SFU now that we are making progress on the Cygwin and Mingw port and am having a little trouble. SFU doesnt come with binutils and has a older gcc (2.7). I have upgraded the gcc to the 3.x release and am having trouble getting WINE to build. SFU has support for building .SO and .dll files although I dont really know how it differs from Linux is this regard. Attached is my config.log
Thanks Steven
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 20020904, which was generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure
## --------- ## ## Platform. ## ## --------- ##
hostname = ph33r uname -m = x86 uname -r = 3.0 uname -s = Interix uname -v = SP-7.0.1701.1
/usr/bin/uname -p = AMD Duron /bin/uname -X = System = Interix Node = ph33r Release = 3.0 Version = SP-7.0.1701.1 Machine = x86 Processor = AMD Duron HostSystem = Windows HostRelease = SP3 HostVersion = 5.0
/bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown
PATH: /bin PATH: /usr/contrib/bin PATH: /usr/X11R5/bin PATH: /usr/local/bin PATH: /usr/contrib/win32/bin PATH: /dev/fs/C/WINNT/system32 PATH: /dev/fs/C/SFU/common
## ----------- ## ## Core tests. ## ## ----------- ##
configure:1300: checking build system type configure:1318: result: i386-pc-interix3 configure:1326: checking host system type configure:1340: result: i386-pc-interix3 configure:1348: checking whether make sets ${MAKE} configure:1368: result: yes configure:1423: checking for gcc configure:1439: found /usr/contrib/bin/gcc configure:1449: result: gcc configure:1693: checking for C compiler version configure:1696: gcc --version </dev/null >&5 cygnus-2.7.2-970404 configure:1699: $? = 0 configure:1701: gcc -v </dev/null >&5 Using builtin specs. gcc version cygnus-2.7.2-970404 configure:1704: $? = 0 configure:1706: gcc -V </dev/null >&5 gcc: argument to `-V' is missing configure:1709: $? = 1 configure:1735: checking for C compiler default output configure:1738: gcc conftest.c >&5 configure:1741: $? = 0 configure:1774: result: a.out configure:1779: checking whether the C compiler works configure:1785: ./a.out configure:1788: $? = 0 configure:1803: result: yes configure:1810: checking whether we are cross compiling configure:1812: result: no configure:1815: checking for suffix of executables configure:1817: gcc -o conftest conftest.c >&5 configure:1820: $? = 0 configure:1842: result: configure:1848: checking for suffix of object files configure:1872: gcc -c conftest.c >&5 configure:1875: $? = 0 configure:1894: result: o configure:1898: checking whether we are using the GNU C compiler configure:1925: gcc -c conftest.c >&5 configure:1928: $? = 0 configure:1931: test -s conftest.o configure:1934: $? = 0 configure:1946: result: yes configure:1952: checking whether gcc accepts -g configure:1976: gcc -c -g conftest.c >&5 configure:1979: $? = 0 configure:1982: test -s conftest.o configure:1985: $? = 0 configure:1995: result: yes configure:2022: gcc -c -g -O2 conftest.c >&5 conftest.c:2: syntax error before `me' configure:2025: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2140: checking how to run the C preprocessor configure:2166: gcc -E conftest.c configure:2172: $? = 0 configure:2199: gcc -E conftest.c configure:2195: ac_nonexistent.h: No such file or directory configure:2205: $? = 1 configure: failed program was: #line 2194 "configure" #include "confdefs.h" #include <ac_nonexistent.h> configure:2242: result: gcc -E configure:2257: gcc -E conftest.c configure:2263: $? = 0 configure:2290: gcc -E conftest.c configure:2286: ac_nonexistent.h: No such file or directory configure:2296: $? = 1 configure: failed program was: #line 2285 "configure" #include "confdefs.h" #include <ac_nonexistent.h> configure:2336: checking for the directory containing the Wine tools configure:2360: result: $(TOPOBJDIR) configure:2367: checking for X configure:2583: result: libraries /usr/X11R5/lib, headers /usr/X11R5/include configure:2740: gcc -o conftest -g -O2 conftest.c -L/usr/X11R5/lib -lX11 >&5 configure:2743: $? = 0 configure:2746: test -s conftest configure:2749: $? = 0 configure:2887: checking for gethostbyname configure:2930: gcc -o conftest -g -O2 conftest.c >&5 configure:2933: $? = 0 configure:2936: test -s conftest configure:2939: $? = 0 configure:2949: result: yes configure:3082: checking for connect configure:3125: gcc -o conftest -g -O2 conftest.c >&5 configure:3128: $? = 0 configure:3131: test -s conftest configure:3134: $? = 0 configure:3144: result: yes configure:3210: checking for remove configure:3253: gcc -o conftest -g -O2 conftest.c >&5 configure:3256: $? = 0 configure:3259: test -s conftest configure:3262: $? = 0 configure:3272: result: yes configure:3338: checking for shmat configure:3381: gcc -o conftest -g -O2 conftest.c >&5 configure:3384: $? = 0 configure:3387: test -s conftest configure:3390: $? = 0 configure:3400: result: yes configure:3475: checking for IceConnectionNumber in -lICE configure:3508: gcc -o conftest -g -O2 -L/usr/X11R5/lib conftest.c -lICE >&5 ld: cannot open -lICE: No such file or directory configure:3511: $? = 1 configure: failed program was: #line 3482 "configure" #include "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 IceConnectionNumber (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { IceConnectionNumber (); ; return 0; } configure:3528: result: no configure:3542: checking for bison configure:3571: result: no configure:3542: checking for byacc configure:3571: result: no configure:3583: checking for flex configure:3612: result: no configure:3583: checking for lex configure:3599: found /bin/lex configure:3609: result: lex configure:3622: checking for yywrap in -lfl configure:3655: gcc -o conftest -g -O2 conftest.c -lfl >&5 ld: cannot open -lfl: No such file or directory configure:3658: $? = 1 configure: failed program was: #line 3629 "configure" #include "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 yywrap (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { yywrap (); ; return 0; } configure:3675: result: no configure:3680: checking for yywrap in -ll configure:3713: gcc -o conftest -g -O2 conftest.c -ll >&5 configure:3716: $? = 0 configure:3719: test -s conftest configure:3722: $? = 0 configure:3733: result: yes configure:3744: checking lex output file root configure:3755: lex conftest.l configure:3758: $? = 0 configure:3770: result: lex.yy configure:3775: checking whether yytext is a pointer configure:3791: gcc -o conftest -g -O2 conftest.c -ll >&5 configure:3794: $? = 0 configure:3797: test -s conftest configure:3800: $? = 0 configure:3812: result: yes configure:3828: checking for yacc configure:3844: found /bin/yacc configure:3854: result: yacc configure:3875: checking for lex configure:3891: found /bin/lex configure:3901: result: lex configure:3960: checking for ld configure:3976: found /usr/contrib/bin/ld configure:3987: result: ld configure:4040: checking for ar configure:4056: found /bin/ar configure:4067: result: ar configure:4120: checking for ranlib configure:4136: found /bin/ranlib configure:4147: result: ranlib configure:4200: checking for strip configure:4216: found /bin/strip configure:4227: result: strip configure:4280: checking for windres configure:4307: result: false configure:4331: checking for a BSD-compatible install configure:4385: result: /bin/install -c configure:4396: checking whether ln -s works configure:4400: result: yes configure:4407: checking whether ln works configure:4419: result: no, using cp -p configure:4425: checking for c2man configure:4452: result: $(TOPSRCDIR)/tools/c2man.pl configure:4461: checking for ldconfig configure:4492: result: true configure:4504: checking for lclint configure:4533: result: no configure:4504: checking for lint configure:4533: result: no configure:4549: checking for sqrt in -lm configure:4582: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4564: warning: conflicting types for built-in function `sqrt' configure:4585: $? = 0 configure:4588: test -s conftest configure:4591: $? = 0 configure:4602: result: yes configure:4614: checking for i386_set_ldt in -li386 configure:4647: gcc -o conftest -g -O2 conftest.c -li386 -lm >&5 ld: cannot open -li386: No such file or directory configure:4650: $? = 1 configure: failed program was: #line 4621 "configure" #include "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 (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { i386_set_ldt (); ; return 0; } configure:4667: result: no configure:4679: checking for _oss_ioctl in -lossaudio configure:4712: gcc -o conftest -g -O2 conftest.c -lossaudio -lm >&5 ld: cannot open -lossaudio: No such file or directory configure:4715: $? = 1 configure: failed program was: #line 4686 "configure" #include "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 (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { _oss_ioctl (); ; return 0; } configure:4732: result: no configure:4747: checking for iswalnum configure:4790: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/ccky4zOe.o: In function `main': /dev/fs/G/src/wine-dev/wine/configure:4780: undefined reference to `iswalnum' configure:4793: $? = 1 configure: failed program was: #line 4752 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char iswalnum (); below. */ #include <assert.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 iswalnum (); char (*f) ();
#ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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_iswalnum) || defined (__stub___iswalnum) choke me #else f = iswalnum; #endif
; return 0; } configure:4809: result: no configure:4818: checking for iswalnum in -lw configure:4851: gcc -o conftest -g -O2 conftest.c -lw -lm >&5 ld: cannot open -lw: No such file or directory configure:4854: $? = 1 configure: failed program was: #line 4825 "configure" #include "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 iswalnum (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { iswalnum (); ; return 0; } configure:4871: result: no configure:4889: checking for gethostbyname configure:4951: result: yes configure:5031: checking for connect configure:5093: result: yes configure:5173: checking for inet_aton configure:5216: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:5219: $? = 0 configure:5222: test -s conftest configure:5225: $? = 0 configure:5235: result: yes configure:5312: checking for _xpg4_setrunelocale in -lxpg4 configure:5345: gcc -o conftest -g -O2 conftest.c -lxpg4 -lm >&5 ld: cannot open -lxpg4: No such file or directory configure:5348: $? = 1 configure: failed program was: #line 5319 "configure" #include "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 (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { _xpg4_setrunelocale (); ; return 0; } configure:5365: result: no configure:5377: checking for mmap in -lmmap configure:5410: gcc -o conftest -g -O2 conftest.c -lmmap -lm >&5 ld: cannot open -lmmap: No such file or directory configure:5413: $? = 1 configure: failed program was: #line 5384 "configure" #include "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 mmap (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { mmap (); ; return 0; } configure:5430: result: no configure:5444: checking for ANSI C header files configure:5458: gcc -E conftest.c configure:5464: $? = 0 configure:5551: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:5554: $? = 0 configure:5556: ./conftest configure:5559: $? = 0 configure:5573: result: yes configure:5597: checking for sys/types.h configure:5610: gcc -c -g -O2 conftest.c >&5 configure:5613: $? = 0 configure:5616: test -s conftest.o configure:5619: $? = 0 configure:5629: result: yes configure:5597: checking for sys/stat.h configure:5610: gcc -c -g -O2 conftest.c >&5 configure:5613: $? = 0 configure:5616: test -s conftest.o configure:5619: $? = 0 configure:5629: result: yes configure:5597: checking for stdlib.h configure:5610: gcc -c -g -O2 conftest.c >&5 configure:5613: $? = 0 configure:5616: test -s conftest.o configure:5619: $? = 0 configure:5629: result: yes configure:5597: checking for string.h configure:5610: gcc -c -g -O2 conftest.c >&5 configure:5613: $? = 0 configure:5616: test -s conftest.o configure:5619: $? = 0 configure:5629: result: yes configure:5597: checking for memory.h configure:5610: gcc -c -g -O2 conftest.c >&5 configure:5613: $? = 0 configure:5616: test -s conftest.o configure:5619: $? = 0 configure:5629: result: yes configure:5597: checking for strings.h configure:5610: gcc -c -g -O2 conftest.c >&5 configure:5613: $? = 0 configure:5616: test -s conftest.o configure:5619: $? = 0 configure:5629: result: yes configure:5597: checking for inttypes.h configure:5610: gcc -c -g -O2 conftest.c >&5 configure:5638: inttypes.h: No such file or directory configure:5613: $? = 1 configure: failed program was: #line 5602 "configure" #include "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 <inttypes.h> configure:5629: result: no configure:5597: checking for stdint.h configure:5610: gcc -c -g -O2 conftest.c >&5 configure:5638: stdint.h: No such file or directory configure:5613: $? = 1 configure: failed program was: #line 5602 "configure" #include "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:5629: result: no configure:5597: checking for unistd.h configure:5610: gcc -c -g -O2 conftest.c >&5 configure:5613: $? = 0 configure:5616: test -s conftest.o configure:5619: $? = 0 configure:5629: result: yes configure:5655: checking jpeglib.h usability configure:5664: gcc -c -g -O2 conftest.c >&5 configure:5692: jpeglib.h: No such file or directory configure:5667: $? = 1 configure: failed program was: #line 5657 "configure" #include "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 <jpeglib.h> configure:5682: result: no configure:5686: checking jpeglib.h presence configure:5693: gcc -E conftest.c configure:5689: jpeglib.h: No such file or directory configure:5699: $? = 1 configure: failed program was: #line 5688 "configure" #include "confdefs.h" #include <jpeglib.h> configure:5717: result: no configure:5735: checking for jpeglib.h configure:5742: result: no configure:5849: checking X11/Xlib.h usability configure:5858: gcc -c -g -O2 -I/usr/X11R5/include conftest.c >&5 configure:5861: $? = 0 configure:5864: test -s conftest.o configure:5867: $? = 0 configure:5876: result: yes configure:5880: checking X11/Xlib.h presence configure:5887: gcc -E -I/usr/X11R5/include conftest.c configure:5893: $? = 0 configure:5911: result: yes configure:5929: checking for X11/Xlib.h configure:5936: result: yes configure:5949: checking for X11/XKBlib.h configure:5962: gcc -c -g -O2 -I/usr/X11R5/include conftest.c >&5 configure:5957: X11/XKBlib.h: No such file or directory configure:5965: $? = 1 configure: failed program was: #line 5954 "configure" #include "confdefs.h" #include <X11/Xlib.h>
#include <X11/XKBlib.h> configure:5981: result: no configure:6052: WARNING: Xkb extension not found, Wine will be built without it configure:6063: checking for X11/extensions/XShm.h configure:6076: gcc -c -g -O2 -I/usr/X11R5/include conftest.c >&5 configure:6079: $? = 0 configure:6082: test -s conftest.o configure:6085: $? = 0 configure:6095: result: yes configure:6101: checking for XShmQueryExtension in -lXext configure:6134: gcc -o conftest -g -O2 -I/usr/X11R5/include conftest.c -lXext -L/usr/X11R5/lib -lXext -lX11 -lm >&5 /tmp/ccFkOVtc.o: In function `main': /dev/fs/G/src/wine-dev/wine/configure:6126: undefined reference to `XShmQueryExtension' configure:6137: $? = 1 configure: failed program was: #line 6108 "configure" #include "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 XShmQueryExtension (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { XShmQueryExtension (); ; return 0; } configure:6154: result: no configure:6177: checking for X11/Xutil.h configure:6190: gcc -c -g -O2 -I/usr/X11R5/include conftest.c >&5 configure:6193: $? = 0 configure:6196: test -s conftest.o configure:6199: $? = 0 configure:6209: result: yes configure:6225: checking for X11/extensions/shape.h configure:6241: gcc -c -g -O2 -I/usr/X11R5/include conftest.c >&5 configure:6244: $? = 0 configure:6247: test -s conftest.o configure:6250: $? = 0 configure:6260: result: yes configure:6266: checking for XShapeQueryExtension in -lXext configure:6299: gcc -o conftest -g -O2 -I/usr/X11R5/include conftest.c -lXext -L/usr/X11R5/lib -lXext -lX11 -lm >&5 configure:6302: $? = 0 configure:6305: test -s conftest configure:6308: $? = 0 configure:6319: result: yes configure:6342: checking for X11/extensions/xf86dga.h configure:6355: gcc -c -g -O2 -I/usr/X11R5/include conftest.c >&5 configure:6350: X11/extensions/xf86dga.h: No such file or directory configure:6358: $? = 1 configure: failed program was: #line 6347 "configure" #include "confdefs.h" #include <X11/Xlib.h>
#include <X11/extensions/xf86dga.h> configure:6374: result: no configure:6516: WARNING: DGA extension not found, Wine will be built without it configure:6527: checking for X11/extensions/xf86vmode.h configure:6540: gcc -c -g -O2 -I/usr/X11R5/include conftest.c >&5 configure:6535: X11/extensions/xf86vmode.h: No such file or directory configure:6543: $? = 1 configure: failed program was: #line 6532 "configure" #include "confdefs.h" #include <X11/Xlib.h>
#include <X11/extensions/xf86vmode.h> configure:6559: result: no configure:6633: WARNING: XFree86 VMODE extension not found, Wine will be built without it configure:6644: checking for X11/extensions/Xvlib.h configure:6657: gcc -c -g -O2 -I/usr/X11R5/include conftest.c >&5 configure:6652: X11/extensions/Xvlib.h: No such file or directory configure:6660: $? = 1 configure: failed program was: #line 6649 "configure" #include "confdefs.h" #include <X11/Xlib.h>
#include <X11/extensions/Xvlib.h> configure:6676: result: no configure:6750: WARNING: XVideo extension not found, Wine will be built without it configure:6761: checking for X11/extensions/Xrender.h configure:6774: gcc -c -g -O2 -I/usr/X11R5/include conftest.c >&5 configure:6769: X11/extensions/Xrender.h: No such file or directory configure:6777: $? = 1 configure: failed program was: #line 6766 "configure" #include "confdefs.h" #include <X11/Xlib.h>
#include <X11/extensions/Xrender.h> configure:6793: result: no configure:6836: checking GL/gl.h usability configure:6845: gcc -c -g -O2 -I/usr/X11R5/include conftest.c >&5 configure:6873: GL/gl.h: No such file or directory configure:6848: $? = 1 configure: failed program was: #line 6838 "configure" #include "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 <GL/gl.h> configure:6863: result: no configure:6867: checking GL/gl.h presence configure:6874: gcc -E -I/usr/X11R5/include conftest.c configure:6870: GL/gl.h: No such file or directory configure:6880: $? = 1 configure: failed program was: #line 6869 "configure" #include "confdefs.h" #include <GL/gl.h> configure:6898: result: no configure:6916: checking for GL/gl.h configure:6923: result: no configure:6836: checking GL/glx.h usability configure:6845: gcc -c -g -O2 -I/usr/X11R5/include conftest.c >&5 configure:6873: GL/glx.h: No such file or directory configure:6848: $? = 1 configure: failed program was: #line 6838 "configure" #include "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 <GL/glx.h> configure:6863: result: no configure:6867: checking GL/glx.h presence configure:6874: gcc -E -I/usr/X11R5/include conftest.c configure:6870: GL/glx.h: No such file or directory configure:6880: $? = 1 configure: failed program was: #line 6869 "configure" #include "confdefs.h" #include <GL/glx.h> configure:6898: result: no configure:6916: checking for GL/glx.h configure:6923: result: no configure:7374: checking ncurses.h usability configure:7383: gcc -c -g -O2 conftest.c >&5 configure:7411: ncurses.h: No such file or directory configure:7386: $? = 1 configure: failed program was: #line 7376 "configure" #include "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:7401: result: no configure:7405: checking ncurses.h presence configure:7412: gcc -E conftest.c configure:7408: ncurses.h: No such file or directory configure:7418: $? = 1 configure: failed program was: #line 7407 "configure" #include "confdefs.h" #include <ncurses.h> configure:7436: result: no configure:7454: checking for ncurses.h configure:7461: result: no configure:7722: checking for getbkgd configure:7765: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/ccRhSFca.o: In function `main': /dev/fs/G/src/wine-dev/wine/configure:7755: undefined reference to `getbkgd' configure:7768: $? = 1 configure: failed program was: #line 7727 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getbkgd (); below. */ #include <assert.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 getbkgd (); char (*f) ();
#ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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 f = getbkgd; #endif
; return 0; } configure:7784: result: no configure:7722: checking for resizeterm configure:7765: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/ccPUiDhe.o: In function `main': /dev/fs/G/src/wine-dev/wine/configure:7755: undefined reference to `resizeterm' configure:7768: $? = 1 configure: failed program was: #line 7727 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char resizeterm (); below. */ #include <assert.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 resizeterm (); char (*f) ();
#ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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 f = resizeterm; #endif
; return 0; } configure:7784: result: no configure:7800: checking for cupsGetPPD in -lcups configure:7833: gcc -o conftest -g -O2 conftest.c -lcups -lm >&5 ld: cannot open -lcups: No such file or directory configure:7836: $? = 1 configure: failed program was: #line 7807 "configure" #include "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 cupsGetPPD (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { cupsGetPPD (); ; return 0; } configure:7853: result: no configure:7976: checking for sane-config configure:8003: result: no configure:8201: checking for FT_Init_FreeType in -lfreetype configure:8234: gcc -o conftest -g -O2 conftest.c -lfreetype -L/usr/X11R5/lib -lm >&5 ld: cannot open -lfreetype: No such file or directory configure:8237: $? = 1 configure: failed program was: #line 8208 "configure" #include "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 FT_Init_FreeType (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { FT_Init_FreeType (); ; return 0; } configure:8254: result: no configure:8534: checking for parport header/ppdev.h configure:8558: gcc -c -g -O2 conftest.c >&5 configure:8540: linux/ppdev.h: No such file or directory configure:8561: $? = 1 configure: failed program was: #line 8539 "configure" #include "confdefs.h" #include <linux/ppdev.h> #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ioctl (1,PPCLAIM,0) ; return 0; } configure:8578: result: no configure:8589: checking for va_copy configure:8615: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/cciMfKJa.o: In function `main': /dev/fs/G/src/wine-dev/wine/configure:8606: undefined reference to `va_copy' configure:8618: $? = 1 configure: failed program was: #line 8594 "configure" #include "confdefs.h" #include <stdarg.h> #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { va_list ap1, ap2; va_copy(ap1,ap2);
; return 0; } configure:8635: result: no configure:8645: checking for __va_copy configure:8671: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:8674: $? = 0 configure:8677: test -s conftest configure:8680: $? = 0 configure:8691: result: yes configure:8702: checking for GNU style IPX support configure:8727: gcc -c -g -O2 conftest.c >&5 configure:8709: netipx/ipx.h: No such file or directory configure:8730: $? = 1 configure: failed program was: #line 8707 "configure" #include "confdefs.h" #include <sys/socket.h> #include <netipx/ipx.h> #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX ; return 0; } configure:8747: result: no configure:8760: checking for linux style IPX support configure:8786: gcc -c -g -O2 conftest.c >&5 configure:8767: asm/types.h: No such file or directory configure:8768: linux/ipx.h: No such file or directory configure:8789: $? = 1 configure: failed program was: #line 8765 "configure" #include "confdefs.h" #include <sys/socket.h> #include <asm/types.h> #include <linux/ipx.h> #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX ; return 0; } configure:8806: result: no configure:8834: checking sys/soundcard.h usability configure:8843: gcc -c -g -O2 conftest.c >&5 configure:8871: sys/soundcard.h: No such file or directory configure:8846: $? = 1 configure: failed program was: #line 8836 "configure" #include "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:8861: result: no configure:8865: checking sys/soundcard.h presence configure:8872: gcc -E conftest.c configure:8868: sys/soundcard.h: No such file or directory configure:8878: $? = 1 configure: failed program was: #line 8867 "configure" #include "confdefs.h" #include <sys/soundcard.h> configure:8896: result: no configure:8914: checking for sys/soundcard.h configure:8921: result: no configure:8834: checking machine/soundcard.h usability configure:8843: gcc -c -g -O2 conftest.c >&5 configure:8871: machine/soundcard.h: No such file or directory configure:8846: $? = 1 configure: failed program was: #line 8836 "configure" #include "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:8861: result: no configure:8865: checking machine/soundcard.h presence configure:8872: gcc -E conftest.c configure:8868: machine/soundcard.h: No such file or directory configure:8878: $? = 1 configure: failed program was: #line 8867 "configure" #include "confdefs.h" #include <machine/soundcard.h> configure:8896: result: no configure:8914: checking for machine/soundcard.h configure:8921: result: no configure:8834: checking soundcard.h usability configure:8843: gcc -c -g -O2 conftest.c >&5 configure:8871: soundcard.h: No such file or directory configure:8846: $? = 1 configure: failed program was: #line 8836 "configure" #include "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:8861: result: no configure:8865: checking soundcard.h presence configure:8872: gcc -E conftest.c configure:8868: soundcard.h: No such file or directory configure:8878: $? = 1 configure: failed program was: #line 8867 "configure" #include "confdefs.h" #include <soundcard.h> configure:8896: result: no configure:8914: checking for soundcard.h configure:8921: result: no configure:8935: checking for Open Sound System configure:8973: gcc -c -g -O2 conftest.c >&5 configure:8963: #error No open sound system configure:8976: $? = 1 configure: failed program was: #line 8940 "configure" #include "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
#ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #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:8992: result: no configure:9004: checking for Open Sound System/MIDI interface configure:9042: gcc -c -g -O2 conftest.c >&5 configure:9032: #error No open sound system MIDI interface configure:9045: $? = 1 configure: failed program was: #line 9009 "configure" #include "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
#ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #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:9061: result: no configure:9075: checking for artsc-config configure:9108: result: no configure:9112: checking for aRts Sound server configure:9171: result: no configure:9205: checking alsa/asoundlib.h usability configure:9214: gcc -c -g -O2 conftest.c >&5 configure:9242: alsa/asoundlib.h: No such file or directory configure:9217: $? = 1 configure: failed program was: #line 9207 "configure" #include "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:9232: result: no configure:9236: checking alsa/asoundlib.h presence configure:9243: gcc -E conftest.c configure:9239: alsa/asoundlib.h: No such file or directory configure:9249: $? = 1 configure: failed program was: #line 9238 "configure" #include "confdefs.h" #include <alsa/asoundlib.h> configure:9267: result: no configure:9285: checking for alsa/asoundlib.h configure:9292: result: no configure:9205: checking sys/asoundlib.h usability configure:9214: gcc -c -g -O2 conftest.c >&5 configure:9242: sys/asoundlib.h: No such file or directory configure:9217: $? = 1 configure: failed program was: #line 9207 "configure" #include "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:9232: result: no configure:9236: checking sys/asoundlib.h presence configure:9243: gcc -E conftest.c configure:9239: sys/asoundlib.h: No such file or directory configure:9249: $? = 1 configure: failed program was: #line 9238 "configure" #include "confdefs.h" #include <sys/asoundlib.h> configure:9267: result: no configure:9285: checking for sys/asoundlib.h configure:9292: result: no configure:9389: checking audio/audiolib.h usability configure:9398: gcc -c -g -O2 conftest.c >&5 configure:9426: audio/audiolib.h: No such file or directory configure:9401: $? = 1 configure: failed program was: #line 9391 "configure" #include "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:9416: result: no configure:9420: checking audio/audiolib.h presence configure:9427: gcc -E conftest.c configure:9423: audio/audiolib.h: No such file or directory configure:9433: $? = 1 configure: failed program was: #line 9422 "configure" #include "confdefs.h" #include <audio/audiolib.h> configure:9451: result: no configure:9469: checking for audio/audiolib.h configure:9476: result: no configure:9617: checking libaudioio.h usability configure:9626: gcc -c -g -O2 conftest.c >&5 configure:9654: libaudioio.h: No such file or directory configure:9629: $? = 1 configure: failed program was: #line 9619 "configure" #include "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:9644: result: no configure:9648: checking libaudioio.h presence configure:9655: gcc -E conftest.c configure:9651: libaudioio.h: No such file or directory configure:9661: $? = 1 configure: failed program was: #line 9650 "configure" #include "confdefs.h" #include <libaudioio.h> configure:9679: result: no configure:9697: checking for libaudioio.h configure:9704: result: no configure:9782: checking whether mmap64 works defined as mmap configure:9822: gcc -o conftest -g -O2 conftest.c -lm >&5 configure: In function `main': configure:9807: warning: comparison between pointer and integer configure:9825: $? = 0 configure:9827: ./conftest success! configure:9830: $? = 0 configure:9843: result: yes configure:9859: checking for gcc strength-reduce bug configure:9884: gcc -o conftest -g -O2 -Wall conftest.c -lm >&5 configure: In function `main': configure:9874: warning: comparison between signed and unsigned configure:9887: $? = 0 configure:9889: ./conftest configure:9892: $? = 0 configure:9905: result: no configure:9912: checking for gcc -mpreferred-stack-boundary=2 support configure:9938: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2 conftest.c -lm >&5 cc1: Invalid option `preferred-stack-boundary=2' configure:9941: $? = 1 configure: failed program was: #line 9919 "configure" #include "confdefs.h"
#ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () {
; return 0; } configure:9958: result: no configure:9967: checking how to define a function in assembly code configure:9992: gcc -o conftest -g -O2 -Wall conftest.c -lm >&5 configure:9995: $? = 0 configure:9998: test -s conftest configure:10001: $? = 0 configure:10085: result: .def configure:10114: checking whether external symbols need an underscore prefix configure:10139: gcc -o conftest -g -O2 -Wall conftest.c -lm >&5 configure:10142: $? = 0 configure:10145: test -s conftest configure:10148: $? = 0 configure:10158: result: yes configure:10177: checking whether stdcall symbols need to be decorated configure:10202: gcc -o conftest -g -O2 -Wall conftest.c -lm >&5 configure:10205: $? = 0 configure:10208: test -s conftest configure:10211: $? = 0 configure:10221: result: yes configure:10233: checking whether assembler accepts .string configure:10258: gcc -o conftest -g -O2 -Wall conftest.c -lm >&5 configure: In function `ac_asm': configure:10239: syntax error before `test' configure:10261: $? = 1 configure: failed program was: #line 10238 "configure" #include "confdefs.h" void ac_asm(void) { asm(".data\n\t.string "test"\n\t.text"); }
#ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () {
; return 0; } configure:10277: result: no configure:10343: checking for dllwrap configure:10370: result: false configure:10853: error: could not find a way to build shared libraries. It is currently not possible to build Wine without shared library (.so) support to allow transparent switch between .so and .dll files. If you are using Linux, you will need a newer binutils.
## ---------------- ## ## Cache variables. ## ## ---------------- ##
ac_cv_asm_func_def=.def ac_cv_build=i386-pc-interix3 ac_cv_build_alias=i386-pc-interix3 ac_cv_c___va_copy=yes ac_cv_c_artsserver=no ac_cv_c_asm_string=no ac_cv_c_compiler_gnu=yes ac_cv_c_extern_prefix=yes ac_cv_c_gcc_stack_boundary=no ac_cv_c_gcc_strength_bug=no ac_cv_c_ipx_gnu=no ac_cv_c_ipx_linux=no ac_cv_c_opensoundsystem=no ac_cv_c_opensoundsystem_midi=no ac_cv_c_ppdev=no ac_cv_c_stdcall_decoration=yes ac_cv_c_va_copy=no 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_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=yes ac_cv_func_getbkgd=no ac_cv_func_gethostbyname=yes ac_cv_func_inet_aton=yes ac_cv_func_iswalnum=no ac_cv_func_remove=yes ac_cv_func_resizeterm=no ac_cv_func_shmat=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R5/include ac_x_libraries=/usr/X11R5/lib' ac_cv_header_GL_gl_h=no ac_cv_header_GL_glx_h=no ac_cv_header_X11_XKBlib_h=no ac_cv_header_X11_Xlib_h=yes ac_cv_header_X11_Xutil_h=yes ac_cv_header_X11_extensions_XShm_h=yes ac_cv_header_X11_extensions_Xrender_h=no 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_inttypes_h=no ac_cv_header_jpeglib_h=no 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_unistd_h=yes ac_cv_host=i386-pc-interix3 ac_cv_host_alias=i386-pc-interix3 ac_cv_lib_ICE_IceConnectionNumber=no ac_cv_lib_Xext_XShapeQueryExtension=yes ac_cv_lib_Xext_XShmQueryExtension=no ac_cv_lib_cups_cupsGetPPD=no ac_cv_lib_fl_yywrap=no ac_cv_lib_freetype_FT_Init_FreeType=no ac_cv_lib_i386_i386_set_ldt=no ac_cv_lib_l_yywrap=yes ac_cv_lib_m_sqrt=yes ac_cv_lib_mmap_mmap=no ac_cv_lib_ossaudio__oss_ioctl=no ac_cv_lib_w_iswalnum=no 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='/bin/install -c' ac_cv_prog_C2MAN='$(TOPSRCDIR)/tools/c2man.pl' ac_cv_prog_CPP='gcc -E' ac_cv_prog_LEX=lex ac_cv_prog_XLEX=lex ac_cv_prog_XYACC=yacc ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_DLLWRAP=false 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_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes ac_cv_prog_sane_devel=no wine_cv_msg_freetype=no wine_cv_toolsdir='$(TOPOBJDIR)' wine_cv_warn_cups_h=no
## ----------- ## ## confdefs.h. ## ## ----------- ##
#define PACKAGE_NAME "Wine" #define PACKAGE_TARNAME "wine" #define PACKAGE_VERSION "20020904" #define PACKAGE_STRING "Wine 20020904" #define PACKAGE_BUGREPORT "" #define YYTEXT_POINTER 1 #define HAVE_LIBM 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_CONNECT 1 #define HAVE_INET_ATON 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_UNISTD_H 1 #define HAVE_X11_XLIB_H 1 #define HAVE_X11_EXTENSIONS_XSHM_H 1 #define HAVE_X11_XUTIL_H 1 #define HAVE_X11_EXTENSIONS_SHAPE_H 1 #define HAVE_LIBXSHAPE 1 #define HAVE___VA_COPY 1 #define _FILE_OFFSET_BITS 64 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef" #define __ASM_NAME(name) "_" name #define NEED_STDCALL_DECORATION 1
configure: exit 1