[Bug 562] New - Configure aborts w/error during install

wine-bugs at winehq.com wine-bugs at winehq.com
Fri Apr 5 10:58:53 CST 2002


http://bugs.codeweavers.com/show_bug.cgi?id=562

*** shadow/562	Fri Apr  5 10:58:53 2002
--- shadow/562.tmp.12517	Fri Apr  5 10:58:53 2002
***************
*** 0 ****
--- 1,2318 ----
+ +============================================================================+
+ | Configure aborts w/error during install                                    |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 562                         Product: Wine                    |
+ |       Status: UNCONFIRMED                 Version: 20020310                |
+ |   Resolution:                            Platform:                         |
+ |     Severity: normal                   OS/Version: All                     |
+ |     Priority: P1                        Component: wine-tools              |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: wine-bugs at winehq.com                                         |
+ |  Reported By: jsteve17 at tampabay.rr.com                                     |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |    Milestone: TargetMilestone: ---                                         |
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I downloaded the wine source and ran "./tools/wineinstall .
+ Configure hung as shown below, so I had to hit ctrl-c.
+ 
+ config.status: creating ole/Makefile
+ config.status: creating programs/Makefile
+ config.status: creating programs/avitools/Makefile
+ config.status: creating programs/clock/Makefile
+ config.status: creating programs/cmdlgtst/Makefile
+ config.status: creating programs/control/Makefile
+ ./config.status: Can't reopen pipe to command substitution (fd 4): No child 
+ processes
+ 
+ Configure failed, aborting install.
+ 
+ Here is my config.log file
+ 
+ Configure failed, aborting install.
+ 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 20020310, which was
+ generated by GNU Autoconf 2.52.  Invocation command line was
+ 
+   $ ./configure -C --enable-opengl
+ 
+ ## ---------- ##
+ ## Platform.  ##
+ ## ---------- ##
+ 
+ hostname = dt1c1n27.tampabay.rr.com
+ uname -m = i686
+ uname -r = 2.2.14-5.0
+ uname -s = Linux
+ uname -v = #1 Tue Mar 7 21:07:39 EST 2000
+ 
+ /usr/bin/uname -p = unknown
+ /bin/uname -X     = unknown
+ 
+ /bin/arch              = i686
+ /usr/bin/arch -k       = unknown
+ /usr/convex/getsysinfo = unknown
+ hostinfo               = unknown
+ /bin/machine           = unknown
+ /usr/bin/oslevel       = unknown
+ /bin/universe          = unknown
+ 
+ PATH = 
+ /opt/intel/compiler50/ia32/bin:/usr/local/qt/bin:/usr/local/kde/bin:/usr/local/plt/bin:/usr/java/j2sdk1.4.0/bin:/usr/local/qt/bin:/usr/local/kde/bin:/opt/intel/compiler50/ia32/bin:/usr/local/qt/bin:/usr/local/kde/bin:/usr/local/plt/bin:/usr/java/j2sdk1.4.0/bin:/opt/intel/compiler50/ia32/bin:/usr/local/qt/bin:/usr/local/kde/bin:/usr/local/plt/bin:/usr/java/j2sdk1.4.0/bin:/opt/intel/compiler50/ia32/bin:/usr/local/qt/bin:/usr/local/kde/bin:/usr/local/plt/bin:/usr/java/j2sdk1.4.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/mupad/share/bin:/home/jeffs/bin:/usr/local/mupad/share/bin:/usr/local/mupad/share/bin:/usr/local/mupad/share/bin
+ 
+ ## ------------ ##
+ ## Core tests.  ##
+ ## ------------ ##
+ 
+ configure:902: creating cache config.cache
+ configure:973: PATH=".;."; conftest.sh
+ ./configure: conftest.sh: command not found
+ configure:976: $? = 127
+ configure:1065: checking build system type
+ configure:1083: result: i686-pc-linux-gnu
+ configure:1090: checking host system type
+ configure:1104: result: i686-pc-linux-gnu
+ configure:1111: checking target system type
+ configure:1125: result: i686-pc-linux-gnu
+ configure:1138: checking whether make sets ${MAKE}
+ configure:1158: result: yes
+ configure:1210: checking for gcc
+ configure:1225: found /usr/local/bin/gcc
+ configure:1233: result: gcc
+ configure:1461: checking for C compiler version
+ configure:1464: gcc --version </dev/null >&5
+ 2.95.3
+ configure:1467: $? = 0
+ configure:1469: gcc -v </dev/null >&5
+ Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs
+ gcc version 2.95.3 20010315 (release)
+ configure:1472: $? = 0
+ configure:1474: gcc -V </dev/null >&5
+ gcc: argument to `-V' is missing
+ configure:1477: $? = 1
+ configure:1497: checking for C compiler default output
+ configure:1500: gcc    conftest.c  >&5
+ configure:1503: $? = 0
+ configure:1532: result: a.out
+ configure:1537: checking whether the C compiler works
+ configure:1543: ./a.out
+ configure:1546: $? = 0
+ configure:1561: result: yes
+ configure:1568: checking whether we are cross compiling
+ configure:1570: result: no
+ configure:1573: checking for executable suffix
+ configure:1575: gcc -o conftest    conftest.c  >&5
+ configure:1578: $? = 0
+ configure:1600: result:
+ configure:1606: checking for object suffix
+ configure:1624: gcc -c   conftest.c >&5
+ configure:1627: $? = 0
+ configure:1646: result: o
+ configure:1650: checking whether we are using the GNU C compiler
+ configure:1671: gcc -c   conftest.c >&5
+ configure:1674: $? = 0
+ configure:1677: test -s conftest.o
+ configure:1680: $? = 0
+ configure:1692: result: yes
+ configure:1698: checking whether gcc accepts -g
+ configure:1716: gcc -c -g  conftest.c >&5
+ configure:1719: $? = 0
+ configure:1722: test -s conftest.o
+ configure:1725: $? = 0
+ configure:1735: result: yes
+ configure:1762: gcc -c -g -O2  conftest.c >&5
+ conftest.c:2: parse error before `me'
+ configure:1765: $? = 1
+ configure: failed program was:
+ #ifndef __cplusplus
+   choke me
+ #endif
+ configure:1868: checking how to run the C preprocessor
+ configure:1894: gcc -E  conftest.c
+ configure:1900: $? = 0
+ configure:1927: gcc -E  conftest.c
+ configure:1924: ac_nonexistent.h: No such file or directory
+ configure:1933: $? = 1
+ configure: failed program was:
+ #line 1923 "configure"
+ #include "confdefs.h"
+ #include <ac_nonexistent.h>
+ configure:1970: result: gcc -E
+ configure:1985: gcc -E  conftest.c
+ configure:1991: $? = 0
+ configure:2018: gcc -E  conftest.c
+ configure:2015: ac_nonexistent.h: No such file or directory
+ configure:2024: $? = 1
+ configure: failed program was:
+ #line 2014 "configure"
+ #include "confdefs.h"
+ #include <ac_nonexistent.h>
+ configure:2063: checking for X
+ configure:2272: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
+ configure:2411: gcc -o conftest -g -O2   conftest.c   -L/usr/X11R6/lib -lX11 >&5
+ configure:2414: $? = 0
+ configure:2417: test -s conftest
+ configure:2420: $? = 0
+ configure:2546: checking for gethostbyname
+ configure:2583: gcc -o conftest -g -O2   conftest.c  >&5
+ configure:2586: $? = 0
+ configure:2589: test -s conftest
+ configure:2592: $? = 0
+ configure:2602: result: yes
+ configure:2723: checking for connect
+ configure:2760: gcc -o conftest -g -O2   conftest.c  >&5
+ configure:2763: $? = 0
+ configure:2766: test -s conftest
+ configure:2769: $? = 0
+ configure:2779: result: yes
+ configure:2839: checking for remove
+ configure:2876: gcc -o conftest -g -O2   conftest.c  >&5
+ configure:2879: $? = 0
+ configure:2882: test -s conftest
+ configure:2885: $? = 0
+ configure:2895: result: yes
+ configure:2955: checking for shmat
+ configure:2992: gcc -o conftest -g -O2   conftest.c  >&5
+ configure:2995: $? = 0
+ configure:2998: test -s conftest
+ configure:3001: $? = 0
+ configure:3011: result: yes
+ configure:3080: checking for IceConnectionNumber in -lICE
+ configure:3107: gcc -o conftest -g -O2   -L/usr/X11R6/lib conftest.c -lICE   >&5
+ configure:3110: $? = 0
+ configure:3113: test -s conftest
+ configure:3116: $? = 0
+ configure:3127: result: yes
+ configure:3141: checking for bison
+ configure:3156: found /usr/bin/bison
+ configure:3164: result: bison -y
+ configure:3179: checking for flex
+ configure:3194: found /usr/bin/flex
+ configure:3202: result: flex
+ configure:3215: checking for yywrap in -lfl
+ configure:3242: gcc -o conftest -g -O2   conftest.c -lfl   >&5
+ configure:3245: $? = 0
+ configure:3248: test -s conftest
+ configure:3251: $? = 0
+ configure:3262: result: yes
+ configure:3325: checking lex output file root
+ configure:3344: result: lex.yy
+ configure:3348: checking whether yytext is a pointer
+ configure:3364: gcc -o conftest -g -O2   conftest.c  -lfl >&5
+ configure:3367: $? = 0
+ configure:3370: test -s conftest
+ configure:3373: $? = 0
+ configure:3385: result: yes
+ configure:3401: checking for bison
+ configure:3416: found /usr/bin/bison
+ configure:3424: result: bison
+ configure:3445: checking for flex
+ configure:3460: found /usr/bin/flex
+ configure:3468: result: flex
+ configure:3523: checking for ranlib
+ configure:3538: found /usr/bin/ranlib
+ configure:3547: result: ranlib
+ configure:3571: checking for a BSD compatible install
+ configure:3620: result: /usr/bin/install -c
+ configure:3631: checking whether ln -s works
+ configure:3635: result: yes
+ configure:3644: checking for c2man
+ configure:3668: result: $(TOPSRCDIR)/tools/c2man.pl
+ configure:3677: checking for ldconfig
+ configure:3694: found /sbin/ldconfig
+ configure:3706: result: /sbin/ldconfig
+ configure:3717: checking for lclint
+ configure:3743: result: no
+ configure:3717: checking for lint
+ configure:3743: result: no
+ configure:3760: checking for sqrt in -lm
+ configure:3787: gcc -o conftest -g -O2   conftest.c -lm   >&5
+ configure:3776: warning: conflicting types for built-in function `sqrt'
+ configure:3790: $? = 0
+ configure:3793: test -s conftest
+ configure:3796: $? = 0
+ configure:3807: result: yes
+ configure:3818: checking for i386_set_ldt in -li386
+ configure:3845: gcc -o conftest -g -O2   conftest.c -li386  -lm  >&5
+ /usr/bin/ld: cannot find -li386
+ collect2: ld returned 1 exit status
+ configure:3848: $? = 1
+ configure: failed program was:
+ #line 3826 "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 ();
+ int
+ main ()
+ {
+ i386_set_ldt ();
+   ;
+   return 0;
+ }
+ configure:3865: result: no
+ configure:3876: checking for _oss_ioctl in -lossaudio
+ configure:3903: gcc -o conftest -g -O2   conftest.c -lossaudio  -lm  >&5
+ /usr/bin/ld: cannot find -lossaudio
+ collect2: ld returned 1 exit status
+ configure:3906: $? = 1
+ configure: failed program was:
+ #line 3884 "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 ();
+ int
+ main ()
+ {
+ _oss_ioctl ();
+   ;
+   return 0;
+ }
+ configure:3923: result: no
+ configure:3937: checking for iswalnum
+ configure:3974: gcc -o conftest -g -O2   conftest.c -lm  >&5
+ configure:3977: $? = 0
+ configure:3980: test -s conftest
+ configure:3983: $? = 0
+ configure:3993: result: yes
+ configure:4066: checking for gethostbyname
+ configure:4122: result: yes
+ configure:4195: checking for connect
+ configure:4251: result: yes
+ configure:4321: checking for _xpg4_setrunelocale in -lxpg4
+ configure:4348: gcc -o conftest -g -O2   conftest.c -lxpg4  -lm  >&5
+ /usr/bin/ld: cannot find -lxpg4
+ collect2: ld returned 1 exit status
+ configure:4351: $? = 1
+ configure: failed program was:
+ #line 4329 "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 ();
+ int
+ main ()
+ {
+ _xpg4_setrunelocale ();
+   ;
+   return 0;
+ }
+ configure:4368: result: no
+ configure:4379: checking for mmap in -lmmap
+ configure:4406: gcc -o conftest -g -O2   conftest.c -lmmap  -lm  >&5
+ /usr/bin/ld: cannot find -lmmap
+ collect2: ld returned 1 exit status
+ configure:4409: $? = 1
+ configure: failed program was:
+ #line 4387 "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 ();
+ int
+ main ()
+ {
+ mmap ();
+   ;
+   return 0;
+ }
+ configure:4426: result: no
+ configure:4442: checking for openpty
+ configure:4479: gcc -o conftest -g -O2   conftest.c -lm  >&5
+ /tmp/cc3NxbdZ.o: In function `main':
+ /home/jeffs/downloads/wine-20020310/configure:4470: undefined reference to 
+ `openpty'
+ collect2: ld returned 1 exit status
+ configure:4482: $? = 1
+ configure: failed program was:
+ #line 4448 "configure"
+ #include "confdefs.h"
+ /* System header to define __stub macros and hopefully few prototypes,
+     which can conflict with char openpty (); 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 openpty ();
+ char (*f) ();
+ 
+ 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_openpty) || defined (__stub___openpty)
+ choke me
+ #else
+ f = openpty;
+ #endif
+ 
+   ;
+   return 0;
+ }
+ configure:4498: result: no
+ configure:4506: checking for openpty in -lutil
+ configure:4533: gcc -o conftest -g -O2   conftest.c -lutil  -lm  >&5
+ configure:4536: $? = 0
+ configure:4539: test -s conftest
+ configure:4542: $? = 0
+ configure:4553: result: yes
+ configure:4572: checking for dlfcn.h
+ configure:4582: gcc -E  conftest.c
+ configure:4588: $? = 0
+ configure:4607: result: yes
+ configure:4617: checking for dlopen
+ configure:4654: gcc -o conftest -g -O2   conftest.c -lm  >&5
+ /tmp/cccmIY2x.o: In function `main':
+ /home/jeffs/downloads/wine-20020310/configure:4645: undefined reference to 
+ `dlopen'
+ collect2: ld returned 1 exit status
+ configure:4657: $? = 1
+ configure: failed program was:
+ #line 4623 "configure"
+ #include "confdefs.h"
+ /* System header to define __stub macros and hopefully few prototypes,
+     which can conflict with char dlopen (); 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 dlopen ();
+ char (*f) ();
+ 
+ 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_dlopen) || defined (__stub___dlopen)
+ choke me
+ #else
+ f = dlopen;
+ #endif
+ 
+   ;
+   return 0;
+ }
+ configure:4673: result: no
+ configure:4681: checking for dlopen in -ldl
+ configure:4708: gcc -o conftest -g -O2   conftest.c -ldl  -lm  >&5
+ configure:4711: $? = 0
+ configure:4714: test -s conftest
+ configure:4717: $? = 0
+ configure:4728: result: yes
+ configure:4755: checking for jpeglib.h
+ configure:4765: gcc -E  conftest.c
+ configure:4771: $? = 0
+ configure:4790: result: yes
+ configure:4796: checking for jpeg_start_decompress in -ljpeg
+ configure:4823: gcc -o conftest -g -O2   conftest.c -ljpeg  -lm  >&5
+ configure:4826: $? = 0
+ configure:4829: test -s conftest
+ configure:4832: $? = 0
+ configure:4843: result: yes
+ configure:4872: checking for X11/Xlib.h
+ configure:4882: gcc -E   -I/usr/X11R6/include conftest.c
+ configure:4888: $? = 0
+ configure:4907: result: yes
+ configure:4917: checking for X11/XKBlib.h
+ configure:4927: gcc -E   -I/usr/X11R6/include conftest.c
+ configure:4933: $? = 0
+ configure:4952: result: yes
+ configure:4958: checking for XkbQueryExtension in -lX11
+ configure:4985: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c -lX11  
+ -L/usr/X11R6/lib -lXext -lX11  -lm  >&5
+ configure:4988: $? = 0
+ configure:4991: test -s conftest
+ configure:4994: $? = 0
+ configure:5005: result: yes
+ configure:5025: checking for X11/extensions/XShm.h
+ configure:5035: gcc -E   -I/usr/X11R6/include conftest.c
+ configure:5041: $? = 0
+ configure:5060: result: yes
+ configure:5066: checking for XShmQueryExtension in -lXext
+ configure:5093: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c -lXext  
+ -L/usr/X11R6/lib -lXext -lX11  -lm  >&5
+ configure:5096: $? = 0
+ configure:5099: test -s conftest
+ configure:5102: $? = 0
+ configure:5113: result: yes
+ configure:5133: checking for X11/extensions/shape.h
+ configure:5143: gcc -E   -I/usr/X11R6/include conftest.c
+ configure:5149: $? = 0
+ configure:5168: result: yes
+ configure:5174: checking for XShapeQueryExtension in -lXext
+ configure:5201: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c -lXext  
+ -L/usr/X11R6/lib -lXext -lX11  -lm  >&5
+ configure:5204: $? = 0
+ configure:5207: test -s conftest
+ configure:5210: $? = 0
+ configure:5221: result: yes
+ configure:5241: checking for X11/extensions/xf86dga.h
+ configure:5251: gcc -E   -I/usr/X11R6/include conftest.c
+ configure:5257: $? = 0
+ configure:5276: result: yes
+ configure:5282: checking for XDGAQueryExtension in -lXxf86dga
+ configure:5310: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c 
+ -lXxf86dga  -L/usr/X11R6/lib -lXext -lX11 
+                -lm  >&5
+ configure:5313: $? = 0
+ configure:5316: test -s conftest
+ configure:5319: $? = 0
+ configure:5330: result: yes
+ configure:5413: checking for X11/extensions/xf86vmode.h
+ configure:5423: gcc -E   -I/usr/X11R6/include conftest.c
+ configure:5429: $? = 0
+ configure:5448: result: yes
+ configure:5454: checking for XF86VidModeQueryExtension in -lXxf86vm
+ configure:5482: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c 
+ -lXxf86vm  -L/usr/X11R6/lib -lXext -lX11 
+                  -lm  >&5
+ configure:5485: $? = 0
+ configure:5488: test -s conftest
+ configure:5491: $? = 0
+ configure:5502: result: yes
+ configure:5524: checking for X11/extensions/Xvlib.h
+ configure:5534: gcc -E   -I/usr/X11R6/include conftest.c
+ configure:5540: $? = 0
+ configure:5559: result: yes
+ configure:5565: checking for XvShmCreateImage in -lXv
+ configure:5593: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c -lXv  
+ -L/usr/X11R6/lib -lXext -lX11 
+                  -lm  >&5
+ configure:5596: $? = 0
+ configure:5599: test -s conftest
+ configure:5602: $? = 0
+ configure:5613: result: yes
+ configure:5635: checking for X11/extensions/Xrender.h
+ configure:5645: gcc -E   -I/usr/X11R6/include conftest.c
+ configure:5651: $? = 0
+ configure:5670: result: yes
+ configure:5676: checking for XRenderQueryExtension in -lXrender
+ configure:5704: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c 
+ -lXrender  -L/usr/X11R6/lib -lXext -lX11 
+                  -lm  >&5
+ configure:5707: $? = 0
+ configure:5710: test -s conftest
+ configure:5713: $? = 0
+ configure:5724: result: yes
+ configure:5760: checking for GL/gl.h
+ configure:5770: gcc -E   -I/usr/X11R6/include conftest.c
+ configure:5776: $? = 0
+ configure:5795: result: yes
+ configure:5760: checking for GL/glx.h
+ configure:5770: gcc -E   -I/usr/X11R6/include conftest.c
+ configure:5776: $? = 0
+ configure:5795: result: yes
+ configure:5760: checking for GL/glext.h
+ configure:5770: gcc -E   -I/usr/X11R6/include conftest.c
+ configure:5776: $? = 0
+ configure:5795: result: yes
+ configure:5807: checking for up-to-date OpenGL version
+ configure:5825: gcc -c -g -O2   -I/usr/X11R6/include conftest.c >&5
+ configure:5828: $? = 0
+ configure:5831: test -s conftest.o
+ configure:5834: $? = 0
+ configure:5846: result: yes
+ configure:5849: checking for thread-safe OpenGL version
+ configure:5869: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c  
+ -L/usr/X11R6/lib -lGL >&5
+ configure:5872: $? = 0
+ configure:5875: test -s conftest
+ configure:5878: $? = 0
+ configure:5890: result: yes
+ configure:5895: checking for glXCreateContext in -lGL
+ configure:5922: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c -lGL  
+ -L/usr/X11R6/lib -lXext -lX11 -lm  -lm  >&5
+ configure:5925: $? = 0
+ configure:5928: test -s conftest
+ configure:5931: $? = 0
+ configure:5942: result: yes
+ configure:5957: checking for glXGetProcAddressARB in -lGL
+ configure:5984: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c -lGL  
+ -L/usr/X11R6/lib -lXext -lX11 -lm  -lm  >&5
+ configure:5987: $? = 0
+ configure:5990: test -s conftest
+ configure:5993: $? = 0
+ configure:6004: result: yes
+ configure:6016: checking for OpenGL extension functions prototypes
+ configure:6038: gcc -c -g -O2   -I/usr/X11R6/include conftest.c >&5
+ configure:6041: $? = 0
+ configure:6044: test -s conftest.o
+ configure:6047: $? = 0
+ configure:6059: result: yes
+ configure:6072: checking for gluLookAt in -lGLU
+ configure:6100: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c -lGLU  
+ -L/usr/X11R6/lib  -lSM -lICE -lXxf86dga -lXxf86vm -lXv -lXrender -lGL -lXext 
+ -lX11 -lm 
+ 		 -lm  >&5
+ configure:6103: $? = 0
+ configure:6106: test -s conftest
+ configure:6109: $? = 0
+ configure:6120: result: yes
+ configure:6147: checking for ncurses.h
+ configure:6157: gcc -E  conftest.c
+ configure:6163: $? = 0
+ configure:6182: result: yes
+ configure:6188: checking for waddch in -lncurses
+ configure:6215: gcc -o conftest -g -O2   conftest.c -lncurses  -lm  >&5
+ configure:6218: $? = 0
+ configure:6221: test -s conftest
+ configure:6224: $? = 0
+ configure:6235: result: yes
+ configure:6362: checking for getbkgd
+ configure:6399: gcc -o conftest -g -O2   conftest.c -lncurses -lm  >&5
+ configure:6402: $? = 0
+ configure:6405: test -s conftest
+ configure:6408: $? = 0
+ configure:6418: result: yes
+ configure:6362: checking for resizeterm
+ configure:6399: gcc -o conftest -g -O2   conftest.c -lncurses -lm  >&5
+ configure:6402: $? = 0
+ configure:6405: test -s conftest
+ configure:6408: $? = 0
+ configure:6418: result: yes
+ configure:6433: checking for cupsGetPPD in -lcups
+ configure:6460: gcc -o conftest -g -O2   conftest.c -lcups  -lm  >&5
+ /usr/bin/ld: cannot find -lcups
+ collect2: ld returned 1 exit status
+ configure:6463: $? = 1
+ configure: failed program was:
+ #line 6441 "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 ();
+ int
+ main ()
+ {
+ cupsGetPPD ();
+   ;
+   return 0;
+ }
+ configure:6480: result: no
+ configure:6533: checking for FT_Init_FreeType in -lfreetype
+ configure:6560: gcc -o conftest -g -O2   conftest.c -lfreetype  -L/usr/X11R6/lib 
+ -lm  >&5
+ configure:6563: $? = 0
+ configure:6566: test -s conftest
+ configure:6569: $? = 0
+ configure:6580: result: yes
+ configure:6596: checking for freetype-config
+ configure:6620: result: no
+ configure:6631: checking for freetype2-config
+ configure:6655: result: no
+ configure:6785: checking for parport header/ppdev.h
+ configure:6803: gcc -c -g -O2  conftest.c >&5
+ configure:6792: linux/ppdev.h: No such file or directory
+ configure:6806: $? = 1
+ configure: failed program was:
+ #line 6791 "configure"
+ #include "confdefs.h"
+ #include <linux/ppdev.h>
+ int
+ main ()
+ {
+ ioctl (1,PPCLAIM,0)
+   ;
+   return 0;
+ }
+ configure:6823: result: no
+ configure:6834: checking for GNU style IPX support
+ configure:6853: gcc -c -g -O2  conftest.c >&5
+ configure:6856: $? = 0
+ configure:6859: test -s conftest.o
+ configure:6862: $? = 0
+ configure:6873: result: yes
+ configure:6941: checking for sys/soundcard.h
+ configure:6951: gcc -E  conftest.c
+ configure:6957: $? = 0
+ configure:6976: result: yes
+ configure:6986: checking for Open Sound System
+ configure:7017: gcc -c -g -O2  conftest.c >&5
+ configure:7020: $? = 0
+ configure:7023: test -s conftest.o
+ configure:7026: $? = 0
+ configure:7036: result: yes
+ configure:7048: checking for Open Sound System/MIDI interface
+ configure:7079: gcc -c -g -O2  conftest.c >&5
+ configure:7082: $? = 0
+ configure:7085: test -s conftest.o
+ configure:7088: $? = 0
+ configure:7098: result: yes
+ configure:7110: checking whether mmap64 works defined as mmap
+ configure:7149: gcc -o conftest -g -O2   conftest.c -lm  >&5
+ configure: In function `main':
+ configure:7136: warning: comparison between pointer and integer
+ configure:7152: $? = 0
+ configure:7154: ./conftest
+ success!
+ configure:7157: $? = 0
+ configure:7169: result: yes
+ configure:7184: checking for gcc strength-reduce bug
+ configure:7209: gcc -o conftest -g -O2 -Wall   conftest.c -lm  >&5
+ configure:7212: $? = 0
+ configure:7214: ./conftest
+ configure:7217: $? = 0
+ configure:7229: result: no
+ configure:7236: checking for gcc -mpreferred-stack-boundary=2 support
+ configure:7256: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:7259: $? = 0
+ configure:7262: test -s conftest.o
+ configure:7265: $? = 0
+ configure:7277: result: yes
+ configure:7285: checking whether .type must sit inside a .def directive
+ configure:7311: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c conftest_asm.s -lm  >&5
+ conftest_asm.s: Assembler messages:
+ conftest_asm.s:2: Error: Unknown pseudo-op:  `.def'
+ conftest_asm.s:2: Error: Unknown pseudo-op:  `.scl'
+ conftest_asm.s:2: Error: ignoring unrecognized symbol type ""
+ conftest_asm.s:2: Error: Rest of line ignored. First ignored character is `3'.
+ conftest_asm.s:2: Error: Unknown pseudo-op:  `.endef'
+ configure:7314: $? = 1
+ configure: failed program was:
+ #line 7299 "configure"
+ #include "confdefs.h"
+ 
+ int
+ main ()
+ {
+ 
+   ;
+   return 0;
+ }
+ configure:7331: result: no
+ configure:7342: checking whether external symbols need an underscore prefix
+ configure:7367: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c conftest_asm.s -lm  >&5
+ /tmp/ccxy3Fhq.o: In function `main':
+ /home/jeffs/downloads/wine-20020310/configure:7360: undefined reference to 
+ `ac_test'
+ collect2: ld returned 1 exit status
+ configure:7370: $? = 1
+ configure: failed program was:
+ #line 7355 "configure"
+ #include "confdefs.h"
+ extern int ac_test;
+ int
+ main ()
+ {
+ if (ac_test) return 1
+   ;
+   return 0;
+ }
+ configure:7387: result: no
+ configure:7398: checking whether stdcall symbols need to be decorated
+ configure:7430: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c conftest_asm.s -lm  >&5
+ conftest_asm.s: Assembler messages:
+ conftest_asm.s:1: Error: Rest of line ignored. First ignored character is `@'.
+ conftest_asm.s:2: Error: invalid character '_' in mnemonic
+ configure:7433: $? = 1
+ configure: failed program was:
+ #line 7418 "configure"
+ #include "confdefs.h"
+ extern void __attribute__((__stdcall__)) ac_test(void);
+ int
+ main ()
+ {
+ ac_test(); return 0
+   ;
+   return 0;
+ }
+ configure:7450: result: no
+ configure:7461: checking whether assembler accepts .string
+ configure:7484: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c conftest_asm.s -lm  >&5
+ configure:7487: $? = 0
+ configure:7490: test -s conftest
+ configure:7493: $? = 0
+ configure:7504: result: yes
+ configure:7519: checking whether we can build a GNU style ELF dll
+ configure:7539: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2 
+ -fPIC -shared -Wl,-soname,conftest.so.1.0,-Bsymbolic   conftest.c -lm  >&5
+ configure:7542: $? = 0
+ configure:7545: test -s conftest
+ configure:7548: $? = 0
+ configure:7560: result: yes
+ configure:7689: checking for reentrant libc: __errno_location
+ configure:7706: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:7702: warning: return-type defaults to `int'
+ configure: In function `main':
+ configure:7702: warning: implicit declaration of function `connect'
+ configure:7709: $? = 0
+ configure:7711: ./conftest
+ configure:7714: $? = 0
+ configure:7727: result: yes
+ configure:7734: checking for reentrant libc: __error
+ configure:7751: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:7747: warning: return-type defaults to `int'
+ configure: In function `main':
+ configure:7747: warning: implicit declaration of function `connect'
+ configure:7754: $? = 0
+ configure:7756: ./conftest
+ configure:7759: $? = 1
+ configure: program exited with status 1
+ configure: failed program was:
+ #line 7743 "configure"
+ #include "confdefs.h"
+ int myerrno = 0;
+ char buf[256];
+ int *__error(){return &myerrno;}
+ main(){connect(0,buf,255); exit(!myerrno);}
+ configure:7772: result: no
+ configure:7779: checking for reentrant libc: ___errno
+ configure:7796: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:7792: warning: return-type defaults to `int'
+ configure: In function `main':
+ configure:7792: warning: implicit declaration of function `connect'
+ configure:7799: $? = 0
+ configure:7801: ./conftest
+ configure:7804: $? = 1
+ configure: program exited with status 1
+ configure: failed program was:
+ #line 7788 "configure"
+ #include "confdefs.h"
+ int myerrno = 0;
+ char buf[256];
+ int *___errno(){return &myerrno;}
+ main(){connect(0,buf,255); exit(!myerrno);}
+ configure:7817: result: no
+ configure:7824: checking for reentrant libc: __thr_errno
+ configure:7841: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:7837: warning: return-type defaults to `int'
+ configure: In function `main':
+ configure:7837: warning: implicit declaration of function `connect'
+ configure:7844: $? = 0
+ configure:7846: ./conftest
+ configure:7849: $? = 1
+ configure: program exited with status 1
+ configure: failed program was:
+ #line 7833 "configure"
+ #include "confdefs.h"
+ int myerrno = 0;
+ char buf[256];
+ int *__thr_errno(){return &myerrno;}
+ main(){connect(0,buf,255); exit(!myerrno);}
+ configure:7862: result: no
+ configure:7869: checking for reentrant libc: __errno
+ configure:7886: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:7882: warning: return-type defaults to `int'
+ configure: In function `main':
+ configure:7882: warning: implicit declaration of function `connect'
+ configure:7889: $? = 0
+ configure:7891: ./conftest
+ configure:7894: $? = 1
+ configure: program exited with status 1
+ configure: failed program was:
+ #line 7878 "configure"
+ #include "confdefs.h"
+ int myerrno = 0;
+ char buf[256];
+ int *__errno(){return &myerrno;}
+ main(){connect(0,buf,255); exit(!myerrno);}
+ configure:7907: result: no
+ configure:7925: checking for reentrant X libraries
+ configure:7957: result: yes
+ configure:7973: checking for working alloca.h
+ configure:7991: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure: In function `main':
+ configure:7984: warning: unused variable `p'
+ configure:7994: $? = 0
+ configure:7997: test -s conftest
+ configure:8000: $? = 0
+ configure:8010: result: yes
+ configure:8020: checking for alloca
+ configure:8058: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure: In function `main':
+ configure:8051: warning: unused variable `p'
+ configure:8061: $? = 0
+ configure:8064: test -s conftest
+ configure:8067: $? = 0
+ configure:8077: result: yes
+ configure:8299: checking for __libc_fork
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for _lwp_create
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ /tmp/ccZnApNR.o: In function `main':
+ /home/jeffs/downloads/wine-20020310/configure:8327: undefined reference to 
+ `_lwp_create'
+ collect2: ld returned 1 exit status
+ configure:8339: $? = 1
+ configure: failed program was:
+ #line 8305 "configure"
+ #include "confdefs.h"
+ /* System header to define __stub macros and hopefully few prototypes,
+     which can conflict with char _lwp_create (); 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 _lwp_create ();
+ char (*f) ();
+ 
+ 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__lwp_create) || defined (__stub____lwp_create)
+ choke me
+ #else
+ f = _lwp_create;
+ #endif
+ 
+   ;
+   return 0;
+ }
+ configure:8355: result: no
+ configure:8299: checking for clone
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for ecvt
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for finite
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for fpclass
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ /tmp/ccFZsfKp.o: In function `main':
+ /home/jeffs/downloads/wine-20020310/configure:8327: undefined reference to 
+ `fpclass'
+ collect2: ld returned 1 exit status
+ configure:8339: $? = 1
+ configure: failed program was:
+ #line 8305 "configure"
+ #include "confdefs.h"
+ /* System header to define __stub macros and hopefully few prototypes,
+     which can conflict with char fpclass (); 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 fpclass ();
+ char (*f) ();
+ 
+ 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_fpclass) || defined (__stub___fpclass)
+ choke me
+ #else
+ f = fpclass;
+ #endif
+ 
+   ;
+   return 0;
+ }
+ configure:8355: result: no
+ configure:8299: checking for ftruncate64
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for getnetbyaddr
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for getnetbyname
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for getpagesize
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for getprotobyname
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for getprotobynumber
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for getrlimit
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for getservbyport
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for getsockopt
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for inet_network
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for lseek64
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for lstat
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for memmove
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for mmap
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for pread
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for pwrite
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for rfork
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ /tmp/ccDoooBB.o: In function `main':
+ /home/jeffs/downloads/wine-20020310/configure:8327: undefined reference to 
+ `rfork'
+ collect2: ld returned 1 exit status
+ configure:8339: $? = 1
+ configure: failed program was:
+ #line 8305 "configure"
+ #include "confdefs.h"
+ /* System header to define __stub macros and hopefully few prototypes,
+     which can conflict with char rfork (); 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 rfork ();
+ char (*f) ();
+ 
+ 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_rfork) || defined (__stub___rfork)
+ choke me
+ #else
+ f = rfork;
+ #endif
+ 
+   ;
+   return 0;
+ }
+ configure:8355: result: no
+ configure:8299: checking for select
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for sendmsg
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for settimeofday
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for sigaltstack
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for statfs
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for strcasecmp
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for strerror
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for strncasecmp
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for tcgetattr
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for timegm
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for usleep
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for vfscanf
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for wait4
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8299: checking for waitpid
+ configure:8336: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8339: $? = 0
+ configure:8342: test -s conftest
+ configure:8345: $? = 0
+ configure:8355: result: yes
+ configure:8423: checking for arpa/inet.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for arpa/nameser.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for elf.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for float.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for ieeefp.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: ieeefp.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <ieeefp.h>
+ configure:8458: result: no
+ configure:8423: checking for libio.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for libutil.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: libutil.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <libutil.h>
+ configure:8458: result: no
+ configure:8423: checking for link.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for linux/cdrom.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for linux/input.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: linux/input.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <linux/input.h>
+ configure:8458: result: no
+ configure:8423: checking for linux/joystick.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for linux/serial.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for linux/ucdrom.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: linux/ucdrom.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <linux/ucdrom.h>
+ configure:8458: result: no
+ configure:8423: checking for net/if.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for netdb.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for netinet/in.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for netinet/in_systm.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for netinet/ip.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for netinet/tcp.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for pty.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for resolv.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sched.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for socket.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: socket.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <socket.h>
+ configure:8458: result: no
+ configure:8423: checking for stdint.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for strings.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/cdio.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: sys/cdio.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <sys/cdio.h>
+ configure:8458: result: no
+ configure:8423: checking for sys/errno.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/file.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/filio.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: sys/filio.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <sys/filio.h>
+ configure:8458: result: no
+ configure:8423: checking for sys/ipc.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/link.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: sys/link.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <sys/link.h>
+ configure:8458: result: no
+ configure:8423: checking for sys/lwp.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: sys/lwp.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <sys/lwp.h>
+ configure:8458: result: no
+ configure:8423: checking for sys/mman.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/modem.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: sys/modem.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <sys/modem.h>
+ configure:8458: result: no
+ configure:8423: checking for sys/mount.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/msg.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/param.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/ptrace.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/reg.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/signal.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/shm.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/socket.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/sockio.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: sys/sockio.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <sys/sockio.h>
+ configure:8458: result: no
+ configure:8423: checking for sys/statfs.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/strtio.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: sys/strtio.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <sys/strtio.h>
+ configure:8458: result: no
+ configure:8423: checking for sys/syscall.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/user.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/wait.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/v86.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: sys/v86.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <sys/v86.h>
+ configure:8458: result: no
+ configure:8423: checking for sys/v86intr.h
+ configure:8433: gcc -E  conftest.c
+ configure:8430: sys/v86intr.h: No such file or directory
+ configure:8439: $? = 1
+ configure: failed program was:
+ #line 8429 "configure"
+ #include "confdefs.h"
+ #include <sys/v86intr.h>
+ configure:8458: result: no
+ configure:8423: checking for sys/vfs.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for sys/vm86.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for syscall.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8423: checking for ucontext.h
+ configure:8433: gcc -E  conftest.c
+ configure:8439: $? = 0
+ configure:8458: result: yes
+ configure:8468: checking whether stat file-mode macros are broken
+ configure:8513: result: no
+ configure:8523: checking for gcc option to accept ANSI C
+ configure:8580: gcc  -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:8583: $? = 0
+ configure:8586: test -s conftest.o
+ configure:8589: $? = 0
+ configure:8606: result: none needed
+ configure:8614: checking for an ANSI C-conforming const
+ configure:8678: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure: In function `main':
+ configure:8648: warning: unused variable `s'
+ configure:8668: warning: unused variable `foo'
+ configure:8635: warning: unused variable `zero'
+ configure:8629: warning: unused variable `x'
+ configure:8647: warning: `t' might be used uninitialized in this function
+ configure:8665: warning: `b' might be used uninitialized in this function
+ configure:8681: $? = 0
+ configure:8684: test -s conftest.o
+ configure:8687: $? = 0
+ configure:8697: result: yes
+ configure:8707: checking for inline
+ configure:8724: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:8727: $? = 0
+ configure:8730: test -s conftest.o
+ configure:8733: $? = 0
+ configure:8744: result: inline
+ configure:8759: checking for ANSI C header files
+ configure:8773: gcc -E  conftest.c
+ configure:8779: $? = 0
+ configure:8866: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:8869: $? = 0
+ configure:8871: ./conftest
+ configure:8874: $? = 0
+ configure:8887: result: yes
+ configure:8903: checking for sys/types.h
+ configure:8915: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:8918: $? = 0
+ configure:8921: test -s conftest.o
+ configure:8924: $? = 0
+ configure:8934: result: yes
+ configure:8903: checking for sys/stat.h
+ configure:8915: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:8918: $? = 0
+ configure:8921: test -s conftest.o
+ configure:8924: $? = 0
+ configure:8934: result: yes
+ configure:8903: checking for stdlib.h
+ configure:8915: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:8918: $? = 0
+ configure:8921: test -s conftest.o
+ configure:8924: $? = 0
+ configure:8934: result: yes
+ configure:8903: checking for string.h
+ configure:8915: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:8918: $? = 0
+ configure:8921: test -s conftest.o
+ configure:8924: $? = 0
+ configure:8934: result: yes
+ configure:8903: checking for memory.h
+ configure:8915: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:8918: $? = 0
+ configure:8921: test -s conftest.o
+ configure:8924: $? = 0
+ configure:8934: result: yes
+ configure:8903: checking for strings.h
+ configure:8934: result: yes
+ configure:8903: checking for inttypes.h
+ configure:8915: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:8918: $? = 0
+ configure:8921: test -s conftest.o
+ configure:8924: $? = 0
+ configure:8934: result: yes
+ configure:8903: checking for stdint.h
+ configure:8934: result: yes
+ configure:8903: checking for unistd.h
+ configure:8915: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:8918: $? = 0
+ configure:8921: test -s conftest.o
+ configure:8924: $? = 0
+ configure:8934: result: yes
+ configure:8944: checking for mode_t
+ configure:8965: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:8968: $? = 0
+ configure:8971: test -s conftest.o
+ configure:8974: $? = 0
+ configure:8984: result: yes
+ configure:8996: checking for off_t
+ configure:9017: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:9020: $? = 0
+ configure:9023: test -s conftest.o
+ configure:9026: $? = 0
+ configure:9036: result: yes
+ configure:9048: checking for pid_t
+ configure:9069: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:9072: $? = 0
+ configure:9075: test -s conftest.o
+ configure:9078: $? = 0
+ configure:9088: result: yes
+ configure:9100: checking for size_t
+ configure:9121: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:9124: $? = 0
+ configure:9127: test -s conftest.o
+ configure:9130: $? = 0
+ configure:9140: result: yes
+ configure:9152: checking for long long
+ configure:9173: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:9176: $? = 0
+ configure:9179: test -s conftest.o
+ configure:9182: $? = 0
+ configure:9192: result: yes
+ configure:9195: checking size of long long
+ configure:9359: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2   
+ conftest.c -lm  >&5
+ configure:9362: $? = 0
+ configure:9364: ./conftest
+ configure:9367: $? = 0
+ configure:9383: result: 8
+ configure:9389: checking whether linux/input.h is for real
+ configure:9413: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:9397: linux/input.h: No such file or directory
+ configure:9416: $? = 1
+ configure: failed program was:
+ #line 9395 "configure"
+ #include "confdefs.h"
+ 
+ 	    #include <linux/input.h>
+ 
+ int
+ main ()
+ {
+ 
+ 	    int foo = EVIOCGBIT(EV_ABS,42);
+ 	    int bar = BTN_PINKIE;
+ 	    int fortytwo = 42;
+ 
+   ;
+   return 0;
+ }
+ configure:9433: result: no
+ configure:9444: checking whether we can use re-entrant gethostbyname_r Linux 
+ style
+ configure:9476: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:9479: $? = 0
+ configure:9482: test -s conftest.o
+ configure:9485: $? = 0
+ configure:9497: result: yes
+ configure:9510: checking whether linux/joystick.h uses the Linux 2.2+ API
+ configure:9536: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:9539: $? = 0
+ configure:9542: test -s conftest.o
+ configure:9545: $? = 0
+ configure:9556: result: yes
+ configure:9570: checking whether sys/vfs.h defines statfs
+ configure:9598: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:9601: $? = 0
+ configure:9604: test -s conftest.o
+ configure:9607: $? = 0
+ configure:9619: result: yes
+ configure:9633: checking whether sys/statfs.h defines statfs
+ configure:9659: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure: In function `main':
+ configure:9651: warning: unused variable `stfs'
+ configure:9662: $? = 0
+ configure:9665: test -s conftest.o
+ configure:9668: $? = 0
+ configure:9680: result: yes
+ configure:9694: checking whether sys/mount.h defines statfs
+ configure:9720: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure: In function `main':
+ configure:9712: storage size of `stfs' isn't known
+ configure:9712: warning: unused variable `stfs'
+ configure:9723: $? = 1
+ configure: failed program was:
+ #line 9700 "configure"
+ #include "confdefs.h"
+ 
+ 	#include <sys/types.h>
+ 	#ifdef HAVE_SYS_PARAM_H
+ 	# include <sys/param.h>
+ 	#endif
+ 	#include <sys/mount.h>
+ 
+ int
+ main ()
+ {
+ 
+ 		struct statfs stfs;
+ 
+   ;
+   return 0;
+ }
+ configure:9741: result: no
+ configure:9753: checking for f_bfree in struct statfs
+ configure:9785: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:9788: $? = 0
+ configure:9791: test -s conftest.o
+ configure:9794: $? = 0
+ configure:9804: result: yes
+ configure:9814: checking for f_bavail in struct statfs
+ configure:9846: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure:9849: $? = 0
+ configure:9852: test -s conftest.o
+ configure:9855: $? = 0
+ configure:9865: result: yes
+ configure:9875: checking for msg_accrights in struct msghdr
+ configure:9894: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure: In function `main':
+ configure:9887: structure has no member named `msg_accrights'
+ configure:9897: $? = 1
+ configure: failed program was:
+ #line 9881 "configure"
+ #include "confdefs.h"
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ int
+ main ()
+ {
+ struct msghdr s; s.msg_accrights = 0
+   ;
+   return 0;
+ }
+ configure:9913: result: no
+ configure:9923: checking for sa_len in struct sockaddr
+ configure:9942: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure: In function `main':
+ configure:9935: structure has no member named `sa_len'
+ configure:9945: $? = 1
+ configure: failed program was:
+ #line 9929 "configure"
+ #include "confdefs.h"
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ int
+ main ()
+ {
+ struct sockaddr s; s.sa_len = 0
+   ;
+   return 0;
+ }
+ configure:9961: result: no
+ configure:9971: checking for sun_len in struct sockaddr_un
+ configure:9991: gcc -c -g -O2 -Wall -mpreferred-stack-boundary=2  conftest.c 
+ >&5
+ configure: In function `main':
+ configure:9984: structure has no member named `sun_len'
+ configure:9994: $? = 1
+ configure: failed program was:
+ #line 9977 "configure"
+ #include "confdefs.h"
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
+ int
+ main ()
+ {
+ struct sockaddr_un s; s.sun_len = 0
+   ;
+   return 0;
+ }
+ configure:10010: result: no
+ configure:10178: creating ./config.status
+ 
+ ## ----------------------- ##
+ ## Running config.status.  ##
+ ## ----------------------- ##
+ 
+ This file was extended by config.status (Wine 20020310) 2.52, executed with
+   CONFIG_FILES    =
+   CONFIG_HEADERS  = 
+   CONFIG_LINKS    =
+   CONFIG_COMMANDS = 
+   > ./config.status
+ on dt1c1n27.tampabay.rr.com
+ 
+ config.status:10843: creating Make.rules
+ config.status:10843: creating dlls/Makedll.rules
+ config.status:10843: creating programs/Makeprog.rules
+ config.status:10843: creating Makefile
+ config.status:10843: creating console/Makefile
+ config.status:10843: creating controls/Makefile
+ config.status:10843: creating debugger/Makefile
+ config.status:10843: creating dlls/Makefile
+ config.status:10843: creating dlls/advapi32/Makefile
+ config.status:10843: creating dlls/avicap32/Makefile
+ config.status:10843: creating dlls/avifil32/Makefile
+ config.status:10843: creating dlls/comctl32/Makefile
+ config.status:10843: creating dlls/commdlg/Makefile
+ config.status:10843: creating dlls/crtdll/Makefile
+ config.status:10843: creating dlls/crypt32/Makefile
+ config.status:10843: creating dlls/dciman32/Makefile
+ config.status:10843: creating dlls/ddraw/Makefile
+ config.status:10843: creating dlls/devenum/Makefile
+ config.status:10843: creating dlls/dinput/Makefile
+ config.status:10843: creating dlls/dplay/Makefile
+ config.status:10843: creating dlls/dplayx/Makefile
+ config.status:10843: creating dlls/dsound/Makefile
+ config.status:10843: creating dlls/gdi/Makefile
+ config.status:10843: creating dlls/glu32/Makefile
+ config.status:10843: creating dlls/icmp/Makefile
+ config.status:10843: creating dlls/imagehlp/Makefile
+ config.status:10843: creating dlls/imm32/Makefile
+ config.status:10843: creating dlls/kernel/Makefile
+ config.status:10843: creating dlls/lzexpand/Makefile
+ config.status:10843: creating dlls/mapi32/Makefile
+ config.status:10843: creating dlls/mpr/Makefile
+ config.status:10843: creating dlls/msacm/Makefile
+ config.status:10843: creating dlls/msdmo/Makefile
+ config.status:10843: creating dlls/msimg32/Makefile
+ config.status:10843: creating dlls/msnet32/Makefile
+ config.status:10843: creating dlls/msrle32/Makefile
+ config.status:10843: creating dlls/msvcrt/Makefile
+ config.status:10843: creating dlls/msvcrt20/Makefile
+ config.status:10843: creating dlls/msvideo/Makefile
+ config.status:10843: creating dlls/netapi32/Makefile
+ config.status:10843: creating dlls/ntdll/Makefile
+ config.status:10843: creating dlls/odbc32/Makefile
+ config.status:10843: creating dlls/ole32/Makefile
+ config.status:10843: creating dlls/oleaut32/Makefile
+ config.status:10843: creating dlls/olecli/Makefile
+ config.status:10843: creating dlls/oledlg/Makefile
+ config.status:10843: creating dlls/olepro32/Makefile
+ config.status:10843: creating dlls/olesvr/Makefile
+ config.status:10843: creating dlls/opengl32/Makefile
+ config.status:10843: creating dlls/psapi/Makefile
+ config.status:10843: creating dlls/qcap/Makefile
+ config.status:10843: creating dlls/quartz/Makefile
+ config.status:10843: creating dlls/rasapi32/Makefile
+ config.status:10843: creating dlls/richedit/Makefile
+ config.status:10843: creating dlls/rpcrt4/Makefile
+ config.status:10843: creating dlls/serialui/Makefile
+ config.status:10843: creating dlls/setupapi/Makefile
+ config.status:10843: creating dlls/shdocvw/Makefile
+ config.status:10843: creating dlls/shell32/Makefile
+ config.status:10843: creating dlls/shfolder/Makefile
+ config.status:10843: creating dlls/shlwapi/Makefile
+ config.status:10843: creating dlls/sti/Makefile
+ config.status:10843: creating dlls/tapi32/Makefile
+ config.status:10843: creating dlls/ttydrv/Makefile
+ config.status:10843: creating dlls/url/Makefile
+ config.status:10843: creating dlls/urlmon/Makefile
+ config.status:10843: creating dlls/user/Makefile
+ config.status:10843: creating dlls/version/Makefile
+ config.status:10843: creating dlls/win32s/Makefile
+ config.status:10843: creating dlls/winaspi/Makefile
+ config.status:10843: creating dlls/winedos/Makefile
+ config.status:10843: creating dlls/wineps/Makefile
+ config.status:10843: creating dlls/wininet/Makefile
+ config.status:10843: creating dlls/winmm/Makefile
+ config.status:10843: creating dlls/winmm/joystick/Makefile
+ config.status:10843: creating dlls/winmm/mcianim/Makefile
+ config.status:10843: creating dlls/winmm/mciavi/Makefile
+ config.status:10843: creating dlls/winmm/mcicda/Makefile
+ config.status:10843: creating dlls/winmm/mciseq/Makefile
+ config.status:10843: creating dlls/winmm/mciwave/Makefile
+ config.status:10843: creating dlls/winmm/midimap/Makefile
+ config.status:10843: creating dlls/winmm/wavemap/Makefile
+ config.status:10843: creating dlls/winmm/wineoss/Makefile
+ config.status:10843: creating dlls/winnls/Makefile
+ config.status:10843: creating dlls/winsock/Makefile
+ config.status:10843: creating dlls/winspool/Makefile
+ config.status:10843: creating dlls/wintrust/Makefile
+ config.status:10843: creating dlls/wow32/Makefile
+ config.status:10843: creating dlls/wsock32/Makefile
+ config.status:10843: creating dlls/x11drv/Makefile
+ config.status:10843: creating documentation/Makefile
+ config.status:10843: creating files/Makefile
+ config.status:10843: creating graphics/Makefile
+ config.status:10843: creating graphics/enhmetafiledrv/Makefile
+ config.status:10843: creating graphics/metafiledrv/Makefile
+ config.status:10843: creating graphics/win16drv/Makefile
+ config.status:10843: creating graphics/x11drv/Makefile
+ config.status:10843: creating if1632/Makefile
+ config.status:10843: creating include/Makefile
+ config.status:10843: creating library/Makefile
+ config.status:10843: creating libtest/Makefile
+ config.status:10843: creating loader/Makefile
+ config.status:10843: creating loader/ne/Makefile
+ config.status:10843: creating memory/Makefile
+ config.status:10843: creating misc/Makefile
+ config.status:10843: creating miscemu/Makefile
+ config.status:10843: creating msdos/Makefile
+ config.status:10843: creating objects/Makefile
+ config.status:10843: creating ole/Makefile
+ config.status:10843: creating programs/Makefile
+ config.status:10843: creating programs/avitools/Makefile
+ config.status:10843: creating programs/clock/Makefile
+ config.status:10843: creating programs/cmdlgtst/Makefile
+ config.status:10843: creating programs/control/Makefile
+ 
+ ## ----------------- ##
+ ## Cache variables.  ##
+ ## ----------------- ##
+ 
+ ac_cv_build='i686-pc-linux-gnu'
+ ac_cv_build_alias='i686-pc-linux-gnu'
+ ac_cv_c_asm_string='yes'
+ ac_cv_c_compiler_gnu='yes'
+ ac_cv_c_const='yes'
+ ac_cv_c_dll_gnuelf='yes'
+ ac_cv_c_extern_prefix='no'
+ ac_cv_c_gcc_stack_boundary='yes'
+ ac_cv_c_gcc_strength_bug='no'
+ ac_cv_c_inline='inline'
+ ac_cv_c_ipx_gnu='yes'
+ ac_cv_c_msghdr_msg_accrights='no'
+ ac_cv_c_opensoundsystem='yes'
+ ac_cv_c_opensoundsystem_midi='yes'
+ ac_cv_c_ppdev='no'
+ ac_cv_c_sockaddr_sa_len='no'
+ ac_cv_c_sockaddr_un_sun_len='no'
+ ac_cv_c_statfs_f_bavail='yes'
+ ac_cv_c_statfs_f_bfree='yes'
+ ac_cv_c_stdcall_decoration='no'
+ ac_cv_c_type_in_def='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_func___libc_fork='yes'
+ ac_cv_func__lwp_create='no'
+ ac_cv_func_alloca_works='yes'
+ ac_cv_func_clone='yes'
+ ac_cv_func_connect='yes'
+ ac_cv_func_dlopen='no'
+ ac_cv_func_ecvt='yes'
+ ac_cv_func_finite='yes'
+ ac_cv_func_fpclass='no'
+ ac_cv_func_ftruncate64='yes'
+ ac_cv_func_getbkgd='yes'
+ ac_cv_func_gethostbyname='yes'
+ ac_cv_func_getnetbyaddr='yes'
+ ac_cv_func_getnetbyname='yes'
+ ac_cv_func_getpagesize='yes'
+ ac_cv_func_getprotobyname='yes'
+ ac_cv_func_getprotobynumber='yes'
+ ac_cv_func_getrlimit='yes'
+ ac_cv_func_getservbyport='yes'
+ ac_cv_func_getsockopt='yes'
+ ac_cv_func_inet_network='yes'
+ ac_cv_func_iswalnum='yes'
+ ac_cv_func_lseek64='yes'
+ ac_cv_func_lstat='yes'
+ ac_cv_func_memmove='yes'
+ ac_cv_func_mmap='yes'
+ ac_cv_func_openpty='no'
+ ac_cv_func_pread='yes'
+ ac_cv_func_pwrite='yes'
+ ac_cv_func_remove='yes'
+ ac_cv_func_resizeterm='yes'
+ ac_cv_func_rfork='no'
+ ac_cv_func_select='yes'
+ ac_cv_func_sendmsg='yes'
+ ac_cv_func_settimeofday='yes'
+ ac_cv_func_shmat='yes'
+ ac_cv_func_sigaltstack='yes'
+ ac_cv_func_statfs='yes'
+ ac_cv_func_strcasecmp='yes'
+ ac_cv_func_strerror='yes'
+ ac_cv_func_strncasecmp='yes'
+ ac_cv_func_tcgetattr='yes'
+ ac_cv_func_timegm='yes'
+ ac_cv_func_usleep='yes'
+ ac_cv_func_vfscanf='yes'
+ ac_cv_func_wait4='yes'
+ ac_cv_func_waitpid='yes'
+ ac_cv_have_x='have_x=yes 		ac_x_includes=/usr/X11R6/include 
+ ac_x_libraries=/usr/X11R6/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_extensions_XShm_h='yes'
+ ac_cv_header_X11_extensions_Xrender_h='yes'
+ ac_cv_header_X11_extensions_Xvlib_h='yes'
+ ac_cv_header_X11_extensions_shape_h='yes'
+ ac_cv_header_X11_extensions_xf86dga_h='yes'
+ ac_cv_header_X11_extensions_xf86vmode_h='yes'
+ ac_cv_header_arpa_inet_h='yes'
+ ac_cv_header_arpa_nameser_h='yes'
+ ac_cv_header_dlfcn_h='yes'
+ ac_cv_header_elf_h='yes'
+ ac_cv_header_float_h='yes'
+ ac_cv_header_ieeefp_h='no'
+ ac_cv_header_inttypes_h='yes'
+ ac_cv_header_jpeglib_h='yes'
+ ac_cv_header_libio_h='yes'
+ ac_cv_header_libutil_h='no'
+ ac_cv_header_link_h='yes'
+ ac_cv_header_linux_cdrom_h='yes'
+ ac_cv_header_linux_input_h='no'
+ ac_cv_header_linux_joystick_h='yes'
+ ac_cv_header_linux_serial_h='yes'
+ ac_cv_header_linux_ucdrom_h='no'
+ ac_cv_header_memory_h='yes'
+ ac_cv_header_ncurses_h='yes'
+ ac_cv_header_net_if_h='yes'
+ ac_cv_header_netdb_h='yes'
+ ac_cv_header_netinet_in_h='yes'
+ ac_cv_header_netinet_in_systm_h='yes'
+ ac_cv_header_netinet_ip_h='yes'
+ ac_cv_header_netinet_tcp_h='yes'
+ ac_cv_header_pty_h='yes'
+ ac_cv_header_resolv_h='yes'
+ ac_cv_header_sched_h='yes'
+ ac_cv_header_socket_h='no'
+ ac_cv_header_stat_broken='no'
+ ac_cv_header_stdc='yes'
+ ac_cv_header_stdint_h='yes'
+ ac_cv_header_stdlib_h='yes'
+ ac_cv_header_string_h='yes'
+ ac_cv_header_strings_h='yes'
+ ac_cv_header_sys_cdio_h='no'
+ ac_cv_header_sys_errno_h='yes'
+ ac_cv_header_sys_file_h='yes'
+ ac_cv_header_sys_filio_h='no'
+ ac_cv_header_sys_ipc_h='yes'
+ ac_cv_header_sys_link_h='no'
+ ac_cv_header_sys_lwp_h='no'
+ ac_cv_header_sys_mman_h='yes'
+ ac_cv_header_sys_modem_h='no'
+ ac_cv_header_sys_mount_h='yes'
+ ac_cv_header_sys_msg_h='yes'
+ ac_cv_header_sys_param_h='yes'
+ ac_cv_header_sys_ptrace_h='yes'
+ ac_cv_header_sys_reg_h='yes'
+ ac_cv_header_sys_shm_h='yes'
+ ac_cv_header_sys_signal_h='yes'
+ ac_cv_header_sys_socket_h='yes'
+ ac_cv_header_sys_sockio_h='no'
+ ac_cv_header_sys_soundcard_h='yes'
+ ac_cv_header_sys_stat_h='yes'
+ ac_cv_header_sys_statfs_h='yes'
+ ac_cv_header_sys_strtio_h='no'
+ ac_cv_header_sys_syscall_h='yes'
+ ac_cv_header_sys_types_h='yes'
+ ac_cv_header_sys_user_h='yes'
+ ac_cv_header_sys_v86_h='no'
+ ac_cv_header_sys_v86intr_h='no'
+ ac_cv_header_sys_vfs_h='yes'
+ ac_cv_header_sys_vm86_h='yes'
+ ac_cv_header_sys_wait_h='yes'
+ ac_cv_header_syscall_h='yes'
+ ac_cv_header_ucontext_h='yes'
+ ac_cv_header_unistd_h='yes'
+ ac_cv_host='i686-pc-linux-gnu'
+ ac_cv_host_alias='i686-pc-linux-gnu'
+ 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_Xrender_XRenderQueryExtension='yes'
+ ac_cv_lib_Xv_XvShmCreateImage='yes'
+ ac_cv_lib_Xxf86dga_XDGAQueryExtension='yes'
+ ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension='yes'
+ ac_cv_lib_cups_cupsGetPPD='no'
+ ac_cv_lib_dl_dlopen='yes'
+ ac_cv_lib_fl_yywrap='yes'
+ ac_cv_lib_freetype_FT_Init_FreeType='yes'
+ ac_cv_lib_i386_i386_set_ldt='no'
+ ac_cv_lib_jpeg_jpeg_start_decompress='yes'
+ ac_cv_lib_m_sqrt='yes'
+ ac_cv_lib_mmap_mmap='no'
+ ac_cv_lib_ncurses_waddch='yes'
+ ac_cv_lib_ossaudio__oss_ioctl='no'
+ ac_cv_lib_util_openpty='yes'
+ ac_cv_lib_xpg4__xpg4_setrunelocale='no'
+ ac_cv_mmap64_works='yes'
+ ac_cv_objext='o'
+ ac_cv_path_LDCONFIG='/sbin/ldconfig'
+ ac_cv_path_install='/usr/bin/install -c'
+ ac_cv_prog_C2MAN='$(TOPSRCDIR)/tools/c2man.pl'
+ ac_cv_prog_CPP='gcc -E'
+ ac_cv_prog_LEX='flex'
+ ac_cv_prog_XLEX='flex'
+ ac_cv_prog_XYACC='bison'
+ ac_cv_prog_YACC='bison -y'
+ ac_cv_prog_ac_ct_CC='gcc'
+ ac_cv_prog_ac_ct_RANLIB='ranlib'
+ ac_cv_prog_cc_g='yes'
+ ac_cv_prog_cc_stdc=''
+ ac_cv_prog_ft_devel='no'
+ ac_cv_prog_ft_devel2='no'
+ ac_cv_prog_lex_root='lex.yy'
+ ac_cv_prog_lex_yytext_pointer='yes'
+ ac_cv_prog_make_make_set='yes'
+ ac_cv_sizeof_long_long='8'
+ ac_cv_target='i686-pc-linux-gnu'
+ ac_cv_target_alias='i686-pc-linux-gnu'
+ ac_cv_type_long_long='yes'
+ ac_cv_type_mode_t='yes'
+ ac_cv_type_off_t='yes'
+ ac_cv_type_pid_t='yes'
+ ac_cv_type_size_t='yes'
+ ac_cv_working_alloca_h='yes'
+ wine_cv_extension_prototypes='yes'
+ wine_cv_libc_r____errno='no'
+ wine_cv_libc_r___errno='no'
+ wine_cv_libc_r___errno_location='yes'
+ wine_cv_libc_r___error='no'
+ wine_cv_libc_r___thr_errno='no'
+ wine_cv_libc_reentrant='__errno_location'
+ wine_cv_linux_gethostbyname_r_6='yes'
+ wine_cv_linux_input_h='no'
+ wine_cv_linux_joystick_22_api='yes'
+ wine_cv_msg_freetype='yes'
+ wine_cv_opengl_version_OK='yes'
+ wine_cv_opengl_version_threadsafe='yes'
+ wine_cv_sys_mount_has_statfs='no'
+ wine_cv_sys_statfs_has_statfs='yes'
+ wine_cv_sys_vfs_has_statfs='yes'
+ wine_cv_warn_cups_h='no'
+ wine_cv_x_reentrant='yes'
+ 
+ ## ------------ ##
+ ## confdefs.h.  ##
+ ## ------------ ##
+ 
+ #define YYTEXT_POINTER 1
+ #define HAVE_LIBM 1
+ #define HAVE_ISWALNUM 1
+ #define HAVE_GETHOSTBYNAME 1
+ #define HAVE_CONNECT 1
+ #define HAVE_OPENPTY 1
+ #define HAVE_DLFCN_H 1
+ #define HAVE_DLOPEN 1
+ #define HAVE_JPEGLIB_H 1
+ #define HAVE_LIBJPEG 1
+ #define HAVE_X11_XLIB_H 1
+ #define HAVE_X11_XKBLIB_H 1
+ #define HAVE_XKB 1
+ #define HAVE_X11_EXTENSIONS_XSHM_H 1
+ #define HAVE_LIBXXSHM 1
+ #define HAVE_X11_EXTENSIONS_SHAPE_H 1
+ #define HAVE_LIBXSHAPE 1
+ #define HAVE_X11_EXTENSIONS_XF86DGA_H 1
+ #define HAVE_LIBXXF86DGA2 1
+ #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
+ #define HAVE_LIBXXF86VM 1
+ #define HAVE_X11_EXTENSIONS_XVLIB_H 1
+ #define HAVE_XVIDEO 1
+ #define HAVE_X11_EXTENSIONS_XRENDER_H 1
+ #define HAVE_LIBXRENDER 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_NCURSES_H 1
+ #define HAVE_LIBNCURSES 1
+ #define HAVE_GETBKGD 1
+ #define HAVE_RESIZETERM 1
+ #define HAVE_IPX_GNU 1
+ #define HAVE_SYS_SOUNDCARD_H 1
+ #define HAVE_OSS 1
+ #define HAVE_OSS_MIDI 1
+ #define _FILE_OFFSET_BITS 64
+ #define HAVE_ASM_STRING 1
+ #define ERRNO_LOCATION __errno_location
+ #define HAVE_ALLOCA_H 1
+ #define HAVE_ALLOCA 1
+ #define HAVE___LIBC_FORK 1
+ #define HAVE_CLONE 1
+ #define HAVE_ECVT 1
+ #define HAVE_FINITE 1
+ #define HAVE_FTRUNCATE64 1
+ #define HAVE_GETNETBYADDR 1
+ #define HAVE_GETNETBYNAME 1
+ #define HAVE_GETPAGESIZE 1
+ #define HAVE_GETPROTOBYNAME 1
+ #define HAVE_GETPROTOBYNUMBER 1
+ #define HAVE_GETRLIMIT 1
+ #define HAVE_GETSERVBYPORT 1
+ #define HAVE_GETSOCKOPT 1
+ #define HAVE_INET_NETWORK 1
+ #define HAVE_LSEEK64 1
+ #define HAVE_LSTAT 1
+ #define HAVE_MEMMOVE 1
+ #define HAVE_MMAP 1
+ #define HAVE_PREAD 1
+ #define HAVE_PWRITE 1
+ #define HAVE_SELECT 1
+ #define HAVE_SENDMSG 1
+ #define HAVE_SETTIMEOFDAY 1
+ #define HAVE_SIGALTSTACK 1
+ #define HAVE_STATFS 1
+ #define HAVE_STRCASECMP 1
+ #define HAVE_STRERROR 1
+ #define HAVE_STRNCASECMP 1
+ #define HAVE_TCGETATTR 1
+ #define HAVE_TIMEGM 1
+ #define HAVE_USLEEP 1
+ #define HAVE_VFSCANF 1
+ #define HAVE_WAIT4 1
+ #define HAVE_WAITPID 1
+ #define HAVE_ARPA_INET_H 1
+ #define HAVE_ARPA_NAMESER_H 1
+ #define HAVE_ELF_H 1
+ #define HAVE_FLOAT_H 1
+ #define HAVE_LIBIO_H 1
+ #define HAVE_LINK_H 1
+ #define HAVE_LINUX_CDROM_H 1
+ #define HAVE_LINUX_JOYSTICK_H 1
+ #define HAVE_LINUX_SERIAL_H 1
+ #define HAVE_NET_IF_H 1
+ #define HAVE_NETDB_H 1
+ #define HAVE_NETINET_IN_H 1
+ #define HAVE_NETINET_IN_SYSTM_H 1
+ #define HAVE_NETINET_IP_H 1
+ #define HAVE_NETINET_TCP_H 1
+ #define HAVE_PTY_H 1
+ #define HAVE_RESOLV_H 1
+ #define HAVE_SCHED_H 1
+ #define HAVE_STDINT_H 1
+ #define HAVE_STRINGS_H 1
+ #define HAVE_SYS_ERRNO_H 1
+ #define HAVE_SYS_FILE_H 1
+ #define HAVE_SYS_IPC_H 1
+ #define HAVE_SYS_MMAN_H 1
+ #define HAVE_SYS_MOUNT_H 1
+ #define HAVE_SYS_MSG_H 1
+ #define HAVE_SYS_PARAM_H 1
+ #define HAVE_SYS_PTRACE_H 1
+ #define HAVE_SYS_REG_H 1
+ #define HAVE_SYS_SIGNAL_H 1
+ #define HAVE_SYS_SHM_H 1
+ #define HAVE_SYS_SOCKET_H 1
+ #define HAVE_SYS_STATFS_H 1
+ #define HAVE_SYS_SYSCALL_H 1
+ #define HAVE_SYS_USER_H 1
+ #define HAVE_SYS_WAIT_H 1
+ #define HAVE_SYS_VFS_H 1
+ #define HAVE_SYS_VM86_H 1
+ #define HAVE_SYSCALL_H 1
+ #define HAVE_UCONTEXT_H 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_STDINT_H 1
+ #define HAVE_UNISTD_H 1
+ #define SIZEOF_LONG_LONG 8
+ #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
+ #define HAVE_LINUX_22_JOYSTICK_API 1
+ #define STATFS_DEFINED_BY_SYS_VFS 1
+ #define STATFS_DEFINED_BY_SYS_STATFS 1
+ #define STATFS_HAS_BFREE 1
+ #define STATFS_HAS_BAVAIL 1
+ 
+ 
+ configure: exit 1
\ No newline at end of file



More information about the wine-bugs mailing list