error occured when installing wine-1.1.9
The following error occur when I used command "sudo ./configure" in Ubuntu:
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/home/cricket/myfiles/wine-1.1.9':
configure: error: C compiler cannot create executables
See `config.log' for more details.
******************************************
Then I view config.log for further info and found:
74 configure:2828: $? = 1
75 configure:2866: result:
76 configure: failed program was:
77 | /* confdefs.h. */
78 | #define PACKAGE_NAME "Wine"
79 | #define PACKAGE_TARNAME "wine"
80 | #define PACKAGE_VERSION "1.1.9"
81 | #define PACKAGE_STRING "Wine 1.1.9"
82 | #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
83 | /* end confdefs.h. */
84 |
85 | int
86 | main ()
87 | {
88 |
89 | ;
90 | return 0;
91 | }
92 configure:2872: error: in `/home/cricket/myfiles/wine-1.1.9':
93 configure:2875: error: C compiler cannot create executables
94 See `config.log' for more details.
***************************************************
but I can not find the file named 'confdefs.h'
Had any one ever met this error?
Any help would be appreciated.
|