免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 5727 | 回复: 14
打印 上一主题 下一主题

安装ntfs-3g报错,各位请帮忙看看 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-02-04 09:11 |只看该作者 |倒序浏览
rhel4.6-X86-64下,帮忙看看
#tar xvf fuse-2.6.5.tar
#cd fuse-2.6.5
#./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
2 [报告]
发表于 2010-02-04 09:18 |只看该作者
See `config.log' for more details.
看看文件里面说的是什么

论坛徽章:
0
3 [报告]
发表于 2010-02-04 09:19 |只看该作者
See `config.log'

好像少编译器

论坛徽章:
0
4 [报告]
发表于 2010-02-04 09:49 |只看该作者
#more config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by fuse configure 2.6.5, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = c11
uname -m = x86_64
uname -r = 2.6.9-67.EL
uname -s = Linux
uname -v = #1 Wed Nov 7 13:43:31 EST 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin

论坛徽章:
0
5 [报告]
发表于 2010-02-04 09:49 |只看该作者
## ----------- ##
## Core tests. ##
## ----------- ##

configure:1965: checking build system type
configure:1983: result: x86_64-unknown-linux-gnu
configure:2005: checking host system type
configure:2020: result: x86_64-unknown-linux-gnu
configure:2042: checking target system type
configure:2057: result: x86_64-unknown-linux-gnu
configure:2099: checking for a BSD-compatible install
configure:2155: result: /usr/bin/install -c
configure:2166: checking whether build environment is sane
configure:2209: result: yes
configure:2274: checking for gawk
configure:2290: found /bin/gawk
configure:2301: result: gawk
configure:2312: checking whether make sets $(MAKE)
configure:2333: result: yes
configure:2668: checking for style of include used by make
configure:2696: result: GNU
configure:2769: checking for gcc
configure:2785: found /usr/bin/gcc
configure:2796: result: gcc
configure:3034: checking for C compiler version
configure:3041: gcc --version >&5
gcc32 (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-47.3)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3044: $? = 0
configure:3051: gcc -v >&5
Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --enable-languages=c,c++ --disable-libgcj --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47.3)
configure:3054: $? = 0
configure:3061: gcc -V >&5
gcc32: argument to `-V' is missing
configure:3064: $? = 1
configure:3087: checking for C compiler default output file name
configure:3114: gcc    conftest.c  >&5
configure:3117: $? = 0
configure:3155: result: a.out
configure:3172: checking whether the C compiler works
configure:3182: ./a.out
configure:3185: $? = 0
configure:3202: result: yes
configure:3209: checking whether we are cross compiling
configure:3211: result: no
configure:3214: checking for suffix of executables
configure:3221: gcc -o conftest    conftest.c  >&5
configure:3224: $? = 0
configure:3248: result:
configure:3254: checking for suffix of object files
configure:3280: gcc -c   conftest.c >&5
configure:3283: $? = 0
configure:3306: result: o
configure:3310: checking whether we are using the GNU C compiler
configure:3339: gcc -c   conftest.c >&5
configure:3345: $? = 0
configure:3362: result: yes
configure:3367: checking whether gcc accepts -g
configure:3397: gcc -c -g  conftest.c >&5
configure:3403: $? = 0
configure:3502: result: yes
configure:3519: checking for gcc option to accept ISO C89
configure:3593: gcc  -c -g -O2  conftest.c >&5
configure:3599: $? = 0
configure:3622: result: none needed
configure:3642: checking dependency style of gcc
configure:3732: result: gcc3
configure:3749: checking for a sed that does not truncate output
configure:3828: result: /bin/sed
configure:3845: checking for grep that handles long lines and -e
configure:3919: result: /bin/grep
configure:3924: checking for egrep
configure:4002: result: /bin/grep -E
configure:4007: checking for fgrep
configure:4085: result: /bin/grep -F
configure:4120: checking for ld used by gcc
configure:4187: result: /usr/bin/ld
configure:4196: checking if the linker (/usr/bin/ld) is GNU ld
configure:4211: result: yes
configure:4224: checking for BSD- or MS-compatible name lister (nm)
configure:4273: result: /usr/bin/nm -B
configure:4395: checking the name lister (/usr/bin/nm -B) interface
configure:4402: gcc -c -g -O2  conftest.c >&5
configure:4405: /usr/bin/nm -B "conftest.o"
configure:4408: output
0000000000000000 D some_variable
configure:4415: result: BSD nm
configure:4418: checking whether ln -s works
configure:4422: result: yes
configure:4430: checking the maximum length of command line arguments
configure:4544: result: 32768
configure:4562: checking whether the shell understands some XSI constructs
configure:4570: result: yes
configure:4574: checking for /usr/bin/ld option to reload object files
configure:4581: result: -r
configure:4608: checking how to recognise dependent libraries
configure:4788: result: pass_all
configure:4848: checking for ar
configure:4864: found /usr/bin/ar
configure:4875: result: ar
configure:4957: checking for strip
configure:4973: found /usr/bin/strip
configure:4984: result: strip
configure:5060: checking for ranlib
configure:5076: found /usr/bin/ranlib
configure:5087: result: ranlib
configure:5181: checking command to parse /usr/bin/nm -B output from gcc object
configure:5297: gcc -c -g -O2  conftest.c >&5
configure:5300: $? = 0
configure:5304: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[         ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][         ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5307: $? = 0
configure:5361: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5364: $? = 0
configure:5402: result: ok
configure:5492: gcc -c -g -O2  conftest.c >&5
configure:5495: $? = 0
configure:5635: checking how to run the C preprocessor
configure:5675: gcc -E  conftest.c
configure:5681: $? = 0
configure:5712: gcc -E  conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:5718: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fuse"
| #define PACKAGE_TARNAME "fuse"
| #define PACKAGE_VERSION "2.6.5"
| #define PACKAGE_STRING "fuse 2.6.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fuse"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5751: result: gcc -E
configure:5780: gcc -E  conftest.c
configure:5786: $? = 0
configure:5817: gcc -E  conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:5823: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fuse"
| #define PACKAGE_TARNAME "fuse"
| #define PACKAGE_VERSION "2.6.5"
| #define PACKAGE_STRING "fuse 2.6.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fuse"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5861: checking for ANSI C header files
configure:5891: gcc -c -g -O2  conftest.

论坛徽章:
0
6 [报告]
发表于 2010-02-04 09:50 |只看该作者
configure:5897: $? = 0
configure:5996: gcc -o conftest -g -O2   conftest.c  >&5
configure:5999: $? = 0
configure:6005: ./conftest
configure:6008: $? = 0
configure:6025: result: yes
configure:6049: checking for sys/types.h
configure:6070: gcc -c -g -O2  conftest.c >&5
configure:6076: $? = 0
configure:6092: result: yes
configure:6049: checking for sys/stat.h
configure:6070: gcc -c -g -O2  conftest.c >&5
configure:6076: $? = 0
configure:6092: result: yes
configure:6049: checking for stdlib.h
configure:6070: gcc -c -g -O2  conftest.c >&5
configure:6076: $? = 0
configure:6092: result: yes
configure:6049: checking for string.h
configure:6070: gcc -c -g -O2  conftest.c >&5
configure:6076: $? = 0
configure:6092: result: yes
configure:6049: checking for memory.h
configure:6070: gcc -c -g -O2  conftest.c >&5
configure:6076: $? = 0
configure:6092: result: yes
configure:6049: checking for strings.h
configure:6070: gcc -c -g -O2  conftest.c >&5
configure:6076: $? = 0
configure:6092: result: yes
configure:6049: checking for inttypes.h
configure:6070: gcc -c -g -O2  conftest.c >&5
configure:6076: $? = 0
configure:6092: result: yes
configure:6049: checking for stdint.h
configure:6070: gcc -c -g -O2  conftest.c >&5
configure:6076: $? = 0
configure:6092: result: yes
configure:6049: checking for unistd.h
configure:6070: gcc -c -g -O2  conftest.c >&5
configure:6076: $? = 0
configure:6092: result: yes
configure:6108: checking for dlfcn.h
configure:6129: gcc -c -g -O2  conftest.c >&5
configure:6135: $? = 0
configure:6151: result: yes
configure:6213: checking for objdir
configure:6228: result: .libs
configure:6521: checking if gcc supports -fno-rtti -fno-exceptions
configure:6539: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
configure:6543: $? = 0
configure:6556: result: yes
configure:6576: checking for gcc option to produce PIC
configure:6809: result: -fPIC -DPIC
configure:6821: checking if gcc PIC flag -fPIC -DPIC works
configure:6839: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:6843: $? = 0
configure:6856: result: yes
configure:6880: checking if gcc static flag -static works
configure:6908: result: yes
configure:6923: checking if gcc supports -c -o file.o
configure:6944: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6948: $? = 0
configure:6970: result: yes
configure:6978: checking if gcc supports -c -o file.o
configure:7025: result: yes
configure:7058: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:8111: result: yes
configure:8148: checking whether -lc should be explicitly linked in
configure:8153: gcc -c -g -O2  conftest.c >&5
configure:8156: $? = 0
configure:8171: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:8174: $? = 0
configure:8186: result: no
configure:8340: checking dynamic linker characteristics
configure:8959: result: GNU/Linux ld.so
configure:9054: checking how to hardcode library paths into programs
configure:9079: result: immediate
configure:9892: checking whether stripping libraries is possible
configure:9897: result: yes
configure:9932: checking if libtool su

论坛徽章:
0
7 [报告]
发表于 2010-02-04 09:52 |只看该作者
configure:9934: result: yes
configure:9937: checking whether to build shared libraries
configure:9958: result: yes
configure:9961: checking whether to build static libraries
configure:9965: result: yes
configure:10048: checking for gcc
configure:10075: result: gcc
configure:10313: checking for C compiler version
configure:10320: gcc --version >&5
gcc32 (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-47.3)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:10323: $? = 0
configure:10330: gcc -v >&5
Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --enable-languages=c,c++ --disable-libgcj --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47.3)
configure:10333: $? = 0
configure:10340: gcc -V >&5
gcc32: argument to `-V' is missing
configure:10343: $? = 1
configure:10346: checking whether we are using the GNU C compiler
configure:10398: result: yes
configure:10403: checking whether gcc accepts -g
configure:10538: result: yes
configure:10555: checking for gcc option to accept ISO C89
configure:10658: result: none needed
configure:10678: checking dependency style of gcc
configure:10768: result: gcc3
configure:10786: checking whether gcc and cc understand -c and -o together
configure:10821: gcc -c conftest.c -o conftest2.o >&5
configure:10824: $? = 0
configure:10830: gcc -c conftest.c -o conftest2.o >&5
configure:10833: $? = 0
configure:10844: cc -c conftest.c >&5
configure:10847: $? = 0
configure:10855: cc -c conftest.c -o conftest2.o >&5
configure:10858: $? = 0
configure:10864: cc -c conftest.c -o conftest2.o >&5
configure:10867: $? = 0
configure:10885: result: yes
configure:10992: checking for fork
configure:11048: gcc -o conftest -Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing   conftest.c  >&5
conftest.c:45: warning: function declaration isn't a prototype
conftest.c:55: warning: function declaration isn't a prototype
configure:11054: $? = 0
configure:11072: result: yes
configure:10992: checking for setxattr
configure:11048: gcc -o conftest -Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing   conftest.c  >&5
conftest.c:46: warning: function declaration isn't a prototype
conftest.c:56: warning: function declaration isn't a prototype
configure:11054: $? = 0
configure:11072: result: yes
configure:10992: checking for fdatasync
configure:11048: gcc -o conftest -Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing   conftest.c  >&5
conftest.c:47: warning: function declaration isn't a prototype
conftest.c:57: warning: function declaration isn't a prototype
configure:11054: $? = 0
configure:11072: result: yes
configure:11082: checking for struct stat.st_atim
configure:11110: gcc -c -Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing  conftest.c >&5
conftest.c:60: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:62: invalid operands to binary !=
configure:11116: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fuse"
| #define PACKAGE_TARNAME "fuse"
| #define PACKAGE_VERSION "2.6.5"
| #define PACKAGE_STRING "fuse 2.6.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fuse"
| #define VERSION "2.6.5"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FORK 1
| #define HAVE_SETXATTR 1
| #define HAVE_FDATASYNC 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_atim)
| return 0;
|   ;
|   return 0;
| }

论坛徽章:
0
8 [报告]
发表于 2010-02-04 09:53 |只看该作者
configure:11149: gcc -c -Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing  conftest.c >&5
conftest.c:60: warning: function declaration isn't a prototype
configure:11155: $? = 0
configure:11173: result: yes
configure:11184: checking for struct stat.st_atimespec
configure:11212: gcc -c -Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing  conftest.c >&5
conftest.c:61: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:63: structure has no member named `st_atimespec'
configure:11218: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fuse"
| #define PACKAGE_TARNAME "fuse"
| #define PACKAGE_VERSION "2.6.5"
| #define PACKAGE_STRING "fuse 2.6.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fuse"
| #define VERSION "2.6.5"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FORK 1
| #define HAVE_SETXATTR 1
| #define HAVE_FDATASYNC 1
| #define HAVE_STRUCT_STAT_ST_ATIM 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_atimespec)
| return 0;
|   ;
|   return 0;
| }
configure:11251: gcc -c -Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing  conftest.c >&5
conftest.c:61: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:63: structure has no member named `st_atimespec'
configure:11257: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fuse"
| #define PACKAGE_TARNAME "fuse"
| #define PACKAGE_VERSION "2.6.5"
| #define PACKAGE_STRING "fuse 2.6.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fuse"
| #define VERSION "2.6.5"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FORK 1
| #define HAVE_SETXATTR 1
| #define HAVE_FDATASYNC 1
| #define HAVE_STRUCT_STAT_ST_ATIM 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_atimespec)
| return 0;
|   ;
|   return 0;
| }
configure:11275: result: no
configure:11289: checking for library containing clock_gettime
configure:11330: gcc -o conftest -Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing   conftest.c  >&5
conftest.c:33: warning: function declaration isn't a prototype
conftest.c:36: warning: function declaration isn't a prototype
/tmp/ccKqXsAw.o(.text+0x7): In function `main':
/opt/fuse-2.6.5/conftest.c:37: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:11336: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fuse"
| #define PACKAGE_TARNAME "fuse"
| #define PACKAGE_VERSION "2.6.5"
| #define PACKAGE_STRING "fuse 2.6.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fuse"
| #define VERSION "2.6.5"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FORK 1
| #define HAVE_SETXATTR 1
| #define HAVE_FDATASYNC 1
| #define HAVE_STRUCT_STAT_ST_ATIM 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:11330: gcc -o conftest -Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing   conftest.c -lrt   >&5
conftest.c:33: warning: function declaration isn't a prototype
conftest.c:36: warning: function declaration isn't a prototype
configure:11336: $? = 0
configure:11364: result: -lrt
configure:11427: checking selinux/selinux.h usability
configure:11444: gcc -c -Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing  conftest.c >&5
configure:11450: $? = 0
configure:11464: result: yes
configure:11468: checking selinux/selinux.h presence
configure:11483: gcc -E  conftest.c
configure:11489: $? = 0
configure:11503: result: yes
configure:11531: checking for selinux/selinux.h
configure:11539: result: yes
configure:11548: checking for getfilecon in -lselinux
configure:11583: gcc -o conftest -Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing   conftest.c -lselinux   >&5
conftest.c:34: warning: function declaration isn't a prototype
conftest.c:37: warning: function declaration isn't a prototype
configure:11589: $? = 0
configure:11607: result: yes
configure:11760: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by fuse config.status 2.6.5, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on ppc11

config.status:844: creating fuse.pc
config.status:844: creating Makefile
config.status:844: creating lib/Makefile
config.status:844: creating util/Makefile
config.status:844: creating example/Makefile
config.status:844: creating include/Makefile
config.status:844: creating include/config.h
config.status:1118: executing depfiles commands
config.status:1118: executing libtool commands
configure:13811: === configuring in kernel (/opt/fuse-2.6.5/kernel)
configure:13914: running /bin/sh ./configure '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_fdatasync=yes
ac_cv_func_fork=yes
ac_cv_func_setxattr=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_selinux_selinux_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes

论坛徽章:
0
9 [报告]
发表于 2010-02-04 09:54 |只看该作者
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_selinux_getfilecon=yes
ac_cv_member_struct_stat_st_atim=yes
ac_cv_member_struct_stat_st_atimespec=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime=-lrt
ac_cv_target=x86_64-unknown-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[         ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][         ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=32768

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /opt/fuse-2.6.5/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /opt/fuse-2.6.5/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /opt/fuse-2.6.5/missing --run autoconf'
AUTOHEADER='${SHELL} /opt/fuse-2.6.5/missing --run autoheader'
AUTOMAKE='${SHELL} /opt/fuse-2.6.5/missing --run automake-1.9'
AWK='gawk'
BSD_FALSE=''
BSD_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
INIT_D_PATH='/etc/init.d'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lselinux '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LINUX_FALSE='#'
LINUX_TRUE=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /opt/fuse-2.6.5/missing --run makeinfo'
MOUNT_FUSE_PATH='/sbin'
NM='/usr/bin/nm -B'
OBJEXT='o'
PACKAGE='fuse'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='fuse'
PACKAGE_STRING='fuse 2.6.5'
PACKAGE_TARNAME='fuse'
PACKAGE_VERSION='2.6.5'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
UDEV_RULES_PATH='/etc/udev/rules.d'
VERSION='2.6.5'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/opt/fuse-2.6.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libfuse_libs='-pthread -lrt '
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgconfigdir='${libdir}/pkgconfig'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs2='include lib util example'
subdirs=' kernel'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "fuse"
#define PACKAGE_TARNAME "fuse"
#define PACKAGE_VERSION "2.6.5"
#define PACKAGE_STRING "fuse 2.6.5"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "fuse"
#define VERSION "2.6.5"
#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 HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_FORK 1
#define HAVE_SETXATTR 1
#define HAVE_FDATASYNC 1
#define HAVE_STRUCT_STAT_ST_ATIM 1
#define HAVE_SELINUX_SELINUX_H 1
#define HAVE_LIBSELINUX 1

configure: exit 0

论坛徽章:
34
亥猪
日期:2015-03-20 13:55:11戌狗
日期:2015-03-20 13:57:01酉鸡
日期:2015-03-20 14:03:56未羊
日期:2015-03-20 14:18:30子鼠
日期:2015-03-20 14:20:14丑牛
日期:2015-03-20 14:20:31辰龙
日期:2015-03-20 14:35:34巳蛇
日期:2015-03-20 14:35:56操作系统版块每日发帖之星
日期:2015-11-06 06:20:00操作系统版块每日发帖之星
日期:2015-11-08 06:20:00操作系统版块每日发帖之星
日期:2015-11-19 06:20:00黄金圣斗士
日期:2015-11-24 10:43:13
10 [报告]
发表于 2010-02-04 09:57 |只看该作者
error: cannot run C compiled programs.
gcc 没装好?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP