红联Linux门户
Linux帮助

救命2:搞了一周还是搞不定NTFS-3G的挂载!

发布时间:2008-07-02 21:58:20来源:红联作者:jacksonasp
环境:IBM R60E、WINDOWS 2003、、RHEL5 2.6.18-92.el5xen、fuse-2.7.3-1.el5.rf.i386.rpm、ntfs-3g-1.2310.tar

安装fuse-2.7.3-1.el5.rf.i386.rpm:
#RPM -ivh fuse-2.7.3-1.el5.rf.i386.rpm
warning: fuse-2.7.3-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing... ########################################### [100%]
1:fuse ########################################### [100%]

安装ntfs-3g-1.2310.tar
1.图形环境下解压缩出一文件夹,进入后安装如下……
# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether ln -s works... yes
checking whether gcc and cc understand -c and -o together... yes
checking for ldconfig... /sbin/ldconfig
checking for mv... /bin/mv
checking for rm... /bin/rm
checking for sed... /bin/sed
checking Windows OS... no
checking fuse compatibility... internal
checking for pthread_create in -lpthread... yes
checking for clock_gettime in -lrt... yes
checking for ANSI C header files... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking sys/byteorder.h usability... no
checking sys/byteorder.h presence... no
checking for sys/byteorder.h... no
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking linux/major.h usability... yes
checking linux/major.h presence... yes
checking for linux/major.h... yes
checking linux/fd.h usability... yes
checking linux/fd.h presence... yes
checking for linux/fd.h... yes
checking linux/hdreg.h usability... yes
checking linux/hdreg.h presence... yes
checking for linux/hdreg.h... yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for library containing getmntent... none required
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for working memcmp... yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for vprintf... yes
checking for _doprnt... no
checking for atexit... yes
checking for basename... yes
checking for dup2... yes
checking for fdatasync... yes
checking for getopt_long... yes
checking for hasmntopt... yes
checking for mbsinit... yes
checking for memmove... yes
checking for memset... yes
checking for realpath... yes
checking for regcomp... yes
checking for setlocale... yes
checking for setxattr... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strnlen... yes
checking for strtol... yes
checking for strtoul... yes
checking for sysconf... yes
checking for utime... yes
checking for fork... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/fuse-lite/Makefile
config.status: creating include/ntfs-3g/Makefile
config.status: creating libfuse-lite/Makefile
config.status: creating libntfs-3g/Makefile
config.status: creating libntfs-3g/libntfs-3g.pc
config.status: creating libntfs-3g/libntfs-3g.script.so
config.status: creating src/Makefile
config.status: creating src/ntfs-3g.8
config.status: creating src/ntfs-3g.probe.8
config.status: creating config.h
config.status: executing depfiles commands
You can type now 'make' to build ntfs-3g.

------------------------------------------------------------------------------------------------
# make
make all-recursive
make[1]: Entering directory `/home/zlq/app/ntfs-3g-1.2310'
Making all in include
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/include'
Making all in ntfs-3g
make[3]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/include/ntfs-3g'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/include/ntfs-3g'
Making all in fuse-lite
make[3]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/include/fuse-lite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/include/fuse-lite'
make[3]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/include'
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/include'
Making all in libfuse-lite
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/libfuse-lite'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse.lo -MD -MP -MF ".deps/libfuse_lite_la-fuse.Tpo" -c -o libfuse_lite_la-fuse.lo `test -f 'fuse.c' || echo './'`fuse.c; \
then mv -f ".deps/libfuse_lite_la-fuse.Tpo" ".deps/libfuse_lite_la-fuse.Plo"; else rm -f ".deps/libfuse_lite_la-fuse.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse.lo -MD -MP -MF .deps/libfuse_lite_la-fuse.Tpo -c fuse.c -fPIC -DPIC -o .libs/libfuse_lite_la-fuse.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse.lo -MD -MP -MF .deps/libfuse_lite_la-fuse.Tpo -c fuse.c -o libfuse_lite_la-fuse.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_kern_chan.lo -MD -MP -MF ".deps/libfuse_lite_la-fuse_kern_chan.Tpo" -c -o libfuse_lite_la-fuse_kern_chan.lo `test -f 'fuse_kern_chan.c' || echo './'`fuse_kern_chan.c; \
then mv -f ".deps/libfuse_lite_la-fuse_kern_chan.Tpo" ".deps/libfuse_lite_la-fuse_kern_chan.Plo"; else rm -f ".deps/libfuse_lite_la-fuse_kern_chan.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_kern_chan.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_kern_chan.Tpo -c fuse_kern_chan.c -fPIC -DPIC -o .libs/libfuse_lite_la-fuse_kern_chan.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_kern_chan.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_kern_chan.Tpo -c fuse_kern_chan.c -o libfuse_lite_la-fuse_kern_chan.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_loop.lo -MD -MP -MF ".deps/libfuse_lite_la-fuse_loop.Tpo" -c -o libfuse_lite_la-fuse_loop.lo `test -f 'fuse_loop.c' || echo './'`fuse_loop.c; \
then mv -f ".deps/libfuse_lite_la-fuse_loop.Tpo" ".deps/libfuse_lite_la-fuse_loop.Plo"; else rm -f ".deps/libfuse_lite_la-fuse_loop.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_loop.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_loop.Tpo -c fuse_loop.c -fPIC -DPIC -o .libs/libfuse_lite_la-fuse_loop.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_loop.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_loop.Tpo -c fuse_loop.c -o libfuse_lite_la-fuse_loop.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_loop_mt.lo -MD -MP -MF ".deps/libfuse_lite_la-fuse_loop_mt.Tpo" -c -o libfuse_lite_la-fuse_loop_mt.lo `test -f 'fuse_loop_mt.c' || echo './'`fuse_loop_mt.c; \
then mv -f ".deps/libfuse_lite_la-fuse_loop_mt.Tpo" ".deps/libfuse_lite_la-fuse_loop_mt.Plo"; else rm -f ".deps/libfuse_lite_la-fuse_loop_mt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_loop_mt.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_loop_mt.Tpo -c fuse_loop_mt.c -fPIC -DPIC -o .libs/libfuse_lite_la-fuse_loop_mt.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_loop_mt.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_loop_mt.Tpo -c fuse_loop_mt.c -o libfuse_lite_la-fuse_loop_mt.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_lowlevel.lo -MD -MP -MF ".deps/libfuse_lite_la-fuse_lowlevel.Tpo" -c -o libfuse_lite_la-fuse_lowlevel.lo `test -f 'fuse_lowlevel.c' || echo './'`fuse_lowlevel.c; \
then mv -f ".deps/libfuse_lite_la-fuse_lowlevel.Tpo" ".deps/libfuse_lite_la-fuse_lowlevel.Plo"; else rm -f ".deps/libfuse_lite_la-fuse_lowlevel.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_lowlevel.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_lowlevel.Tpo -c fuse_lowlevel.c -fPIC -DPIC -o .libs/libfuse_lite_la-fuse_lowlevel.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_lowlevel.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_lowlevel.Tpo -c fuse_lowlevel.c -o libfuse_lite_la-fuse_lowlevel.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_mt.lo -MD -MP -MF ".deps/libfuse_lite_la-fuse_mt.Tpo" -c -o libfuse_lite_la-fuse_mt.lo `test -f 'fuse_mt.c' || echo './'`fuse_mt.c; \
then mv -f ".deps/libfuse_lite_la-fuse_mt.Tpo" ".deps/libfuse_lite_la-fuse_mt.Plo"; else rm -f ".deps/libfuse_lite_la-fuse_mt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_mt.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_mt.Tpo -c fuse_mt.c -fPIC -DPIC -o .libs/libfuse_lite_la-fuse_mt.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_mt.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_mt.Tpo -c fuse_mt.c -o libfuse_lite_la-fuse_mt.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_opt.lo -MD -MP -MF ".deps/libfuse_lite_la-fuse_opt.Tpo" -c -o libfuse_lite_la-fuse_opt.lo `test -f 'fuse_opt.c' || echo './'`fuse_opt.c; \
then mv -f ".deps/libfuse_lite_la-fuse_opt.Tpo" ".deps/libfuse_lite_la-fuse_opt.Plo"; else rm -f ".deps/libfuse_lite_la-fuse_opt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_opt.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_opt.Tpo -c fuse_opt.c -fPIC -DPIC -o .libs/libfuse_lite_la-fuse_opt.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_opt.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_opt.Tpo -c fuse_opt.c -o libfuse_lite_la-fuse_opt.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_session.lo -MD -MP -MF ".deps/libfuse_lite_la-fuse_session.Tpo" -c -o libfuse_lite_la-fuse_session.lo `test -f 'fuse_session.c' || echo './'`fuse_session.c; \
then mv -f ".deps/libfuse_lite_la-fuse_session.Tpo" ".deps/libfuse_lite_la-fuse_session.Plo"; else rm -f ".deps/libfuse_lite_la-fuse_session.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_session.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_session.Tpo -c fuse_session.c -fPIC -DPIC -o .libs/libfuse_lite_la-fuse_session.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_session.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_session.Tpo -c fuse_session.c -o libfuse_lite_la-fuse_session.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_signals.lo -MD -MP -MF ".deps/libfuse_lite_la-fuse_signals.Tpo" -c -o libfuse_lite_la-fuse_signals.lo `test -f 'fuse_signals.c' || echo './'`fuse_signals.c; \
then mv -f ".deps/libfuse_lite_la-fuse_signals.Tpo" ".deps/libfuse_lite_la-fuse_signals.Plo"; else rm -f ".deps/libfuse_lite_la-fuse_signals.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_signals.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_signals.Tpo -c fuse_signals.c -fPIC -DPIC -o .libs/libfuse_lite_la-fuse_signals.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fuse_signals.lo -MD -MP -MF .deps/libfuse_lite_la-fuse_signals.Tpo -c fuse_signals.c -o libfuse_lite_la-fuse_signals.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fusermount.lo -MD -MP -MF ".deps/libfuse_lite_la-fusermount.Tpo" -c -o libfuse_lite_la-fusermount.lo `test -f 'fusermount.c' || echo './'`fusermount.c; \
then mv -f ".deps/libfuse_lite_la-fusermount.Tpo" ".deps/libfuse_lite_la-fusermount.Plo"; else rm -f ".deps/libfuse_lite_la-fusermount.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fusermount.lo -MD -MP -MF .deps/libfuse_lite_la-fusermount.Tpo -c fusermount.c -fPIC -DPIC -o .libs/libfuse_lite_la-fusermount.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-fusermount.lo -MD -MP -MF .deps/libfuse_lite_la-fusermount.Tpo -c fusermount.c -o libfuse_lite_la-fusermount.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-helper.lo -MD -MP -MF ".deps/libfuse_lite_la-helper.Tpo" -c -o libfuse_lite_la-helper.lo `test -f 'helper.c' || echo './'`helper.c; \
then mv -f ".deps/libfuse_lite_la-helper.Tpo" ".deps/libfuse_lite_la-helper.Plo"; else rm -f ".deps/libfuse_lite_la-helper.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-helper.lo -MD -MP -MF .deps/libfuse_lite_la-helper.Tpo -c helper.c -fPIC -DPIC -o .libs/libfuse_lite_la-helper.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-helper.lo -MD -MP -MF .deps/libfuse_lite_la-helper.Tpo -c helper.c -o libfuse_lite_la-helper.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-mount.lo -MD -MP -MF ".deps/libfuse_lite_la-mount.Tpo" -c -o libfuse_lite_la-mount.lo `test -f 'mount.c' || echo './'`mount.c; \
then mv -f ".deps/libfuse_lite_la-mount.Tpo" ".deps/libfuse_lite_la-mount.Plo"; else rm -f ".deps/libfuse_lite_la-mount.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-mount.lo -MD -MP -MF .deps/libfuse_lite_la-mount.Tpo -c mount.c -fPIC -DPIC -o .libs/libfuse_lite_la-mount.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-mount.lo -MD -MP -MF .deps/libfuse_lite_la-mount.Tpo -c mount.c -o libfuse_lite_la-mount.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-mount_util.lo -MD -MP -MF ".deps/libfuse_lite_la-mount_util.Tpo" -c -o libfuse_lite_la-mount_util.lo `test -f 'mount_util.c' || echo './'`mount_util.c; \
then mv -f ".deps/libfuse_lite_la-mount_util.Tpo" ".deps/libfuse_lite_la-mount_util.Plo"; else rm -f ".deps/libfuse_lite_la-mount_util.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-mount_util.lo -MD -MP -MF .deps/libfuse_lite_la-mount_util.Tpo -c mount_util.c -fPIC -DPIC -o .libs/libfuse_lite_la-mount_util.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/fuse-lite -g -O2 -Wall -MT libfuse_lite_la-mount_util.lo -MD -MP -MF .deps/libfuse_lite_la-mount_util.Tpo -c mount_util.c -o libfuse_lite_la-mount_util.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o libfuse-lite.la libfuse_lite_la-fuse.lo libfuse_lite_la-fuse_kern_chan.lo libfuse_lite_la-fuse_loop.lo libfuse_lite_la-fuse_loop_mt.lo libfuse_lite_la-fuse_lowlevel.lo libfuse_lite_la-fuse_mt.lo libfuse_lite_la-fuse_opt.lo libfuse_lite_la-fuse_session.lo libfuse_lite_la-fuse_signals.lo libfuse_lite_la-fusermount.lo libfuse_lite_la-helper.lo libfuse_lite_la-mount.lo libfuse_lite_la-mount_util.lo -lpthread -lrt
ar cru .libs/libfuse-lite.a .libs/libfuse_lite_la-fuse.o .libs/libfuse_lite_la-fuse_kern_chan.o .libs/libfuse_lite_la-fuse_loop.o .libs/libfuse_lite_la-fuse_loop_mt.o .libs/libfuse_lite_la-fuse_lowlevel.o .libs/libfuse_lite_la-fuse_mt.o .libs/libfuse_lite_la-fuse_opt.o .libs/libfuse_lite_la-fuse_session.o .libs/libfuse_lite_la-fuse_signals.o .libs/libfuse_lite_la-fusermount.o .libs/libfuse_lite_la-helper.o .libs/libfuse_lite_la-mount.o .libs/libfuse_lite_la-mount_util.o
ranlib .libs/libfuse-lite.a
creating libfuse-lite.la
(cd .libs && rm -f libfuse-lite.la && ln -s ../libfuse-lite.la libfuse-lite.la)
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/libfuse-lite'
Making all in libntfs-3g
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/libntfs-3g'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-attrib.lo -MD -MP -MF ".deps/libntfs_3g_la-attrib.Tpo" -c -o libntfs_3g_la-attrib.lo `test -f 'attrib.c' || echo './'`attrib.c; \
then mv -f ".deps/libntfs_3g_la-attrib.Tpo" ".deps/libntfs_3g_la-attrib.Plo"; else rm -f ".deps/libntfs_3g_la-attrib.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-attrib.lo -MD -MP -MF .deps/libntfs_3g_la-attrib.Tpo -c attrib.c -fPIC -DPIC -o .libs/libntfs_3g_la-attrib.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-attrib.lo -MD -MP -MF .deps/libntfs_3g_la-attrib.Tpo -c attrib.c -o libntfs_3g_la-attrib.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-attrlist.lo -MD -MP -MF ".deps/libntfs_3g_la-attrlist.Tpo" -c -o libntfs_3g_la-attrlist.lo `test -f 'attrlist.c' || echo './'`attrlist.c; \
then mv -f ".deps/libntfs_3g_la-attrlist.Tpo" ".deps/libntfs_3g_la-attrlist.Plo"; else rm -f ".deps/libntfs_3g_la-attrlist.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-attrlist.lo -MD -MP -MF .deps/libntfs_3g_la-attrlist.Tpo -c attrlist.c -fPIC -DPIC -o .libs/libntfs_3g_la-attrlist.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-attrlist.lo -MD -MP -MF .deps/libntfs_3g_la-attrlist.Tpo -c attrlist.c -o libntfs_3g_la-attrlist.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-bitmap.lo -MD -MP -MF ".deps/libntfs_3g_la-bitmap.Tpo" -c -o libntfs_3g_la-bitmap.lo `test -f 'bitmap.c' || echo './'`bitmap.c; \
then mv -f ".deps/libntfs_3g_la-bitmap.Tpo" ".deps/libntfs_3g_la-bitmap.Plo"; else rm -f ".deps/libntfs_3g_la-bitmap.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-bitmap.lo -MD -MP -MF .deps/libntfs_3g_la-bitmap.Tpo -c bitmap.c -fPIC -DPIC -o .libs/libntfs_3g_la-bitmap.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-bitmap.lo -MD -MP -MF .deps/libntfs_3g_la-bitmap.Tpo -c bitmap.c -o libntfs_3g_la-bitmap.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-bootsect.lo -MD -MP -MF ".deps/libntfs_3g_la-bootsect.Tpo" -c -o libntfs_3g_la-bootsect.lo `test -f 'bootsect.c' || echo './'`bootsect.c; \
then mv -f ".deps/libntfs_3g_la-bootsect.Tpo" ".deps/libntfs_3g_la-bootsect.Plo"; else rm -f ".deps/libntfs_3g_la-bootsect.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-bootsect.lo -MD -MP -MF .deps/libntfs_3g_la-bootsect.Tpo -c bootsect.c -fPIC -DPIC -o .libs/libntfs_3g_la-bootsect.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-bootsect.lo -MD -MP -MF .deps/libntfs_3g_la-bootsect.Tpo -c bootsect.c -o libntfs_3g_la-bootsect.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-collate.lo -MD -MP -MF ".deps/libntfs_3g_la-collate.Tpo" -c -o libntfs_3g_la-collate.lo `test -f 'collate.c' || echo './'`collate.c; \
then mv -f ".deps/libntfs_3g_la-collate.Tpo" ".deps/libntfs_3g_la-collate.Plo"; else rm -f ".deps/libntfs_3g_la-collate.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-collate.lo -MD -MP -MF .deps/libntfs_3g_la-collate.Tpo -c collate.c -fPIC -DPIC -o .libs/libntfs_3g_la-collate.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-collate.lo -MD -MP -MF .deps/libntfs_3g_la-collate.Tpo -c collate.c -o libntfs_3g_la-collate.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-compat.lo -MD -MP -MF ".deps/libntfs_3g_la-compat.Tpo" -c -o libntfs_3g_la-compat.lo `test -f 'compat.c' || echo './'`compat.c; \
then mv -f ".deps/libntfs_3g_la-compat.Tpo" ".deps/libntfs_3g_la-compat.Plo"; else rm -f ".deps/libntfs_3g_la-compat.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-compat.lo -MD -MP -MF .deps/libntfs_3g_la-compat.Tpo -c compat.c -fPIC -DPIC -o .libs/libntfs_3g_la-compat.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-compat.lo -MD -MP -MF .deps/libntfs_3g_la-compat.Tpo -c compat.c -o libntfs_3g_la-compat.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-compress.lo -MD -MP -MF ".deps/libntfs_3g_la-compress.Tpo" -c -o libntfs_3g_la-compress.lo `test -f 'compress.c' || echo './'`compress.c; \
then mv -f ".deps/libntfs_3g_la-compress.Tpo" ".deps/libntfs_3g_la-compress.Plo"; else rm -f ".deps/libntfs_3g_la-compress.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-compress.lo -MD -MP -MF .deps/libntfs_3g_la-compress.Tpo -c compress.c -fPIC -DPIC -o .libs/libntfs_3g_la-compress.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-compress.lo -MD -MP -MF .deps/libntfs_3g_la-compress.Tpo -c compress.c -o libntfs_3g_la-compress.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-debug.lo -MD -MP -MF ".deps/libntfs_3g_la-debug.Tpo" -c -o libntfs_3g_la-debug.lo `test -f 'debug.c' || echo './'`debug.c; \
then mv -f ".deps/libntfs_3g_la-debug.Tpo" ".deps/libntfs_3g_la-debug.Plo"; else rm -f ".deps/libntfs_3g_la-debug.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-debug.lo -MD -MP -MF .deps/libntfs_3g_la-debug.Tpo -c debug.c -fPIC -DPIC -o .libs/libntfs_3g_la-debug.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-debug.lo -MD -MP -MF .deps/libntfs_3g_la-debug.Tpo -c debug.c -o libntfs_3g_la-debug.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-device.lo -MD -MP -MF ".deps/libntfs_3g_la-device.Tpo" -c -o libntfs_3g_la-device.lo `test -f 'device.c' || echo './'`device.c; \
then mv -f ".deps/libntfs_3g_la-device.Tpo" ".deps/libntfs_3g_la-device.Plo"; else rm -f ".deps/libntfs_3g_la-device.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-device.lo -MD -MP -MF .deps/libntfs_3g_la-device.Tpo -c device.c -fPIC -DPIC -o .libs/libntfs_3g_la-device.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-device.lo -MD -MP -MF .deps/libntfs_3g_la-device.Tpo -c device.c -o libntfs_3g_la-device.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-dir.lo -MD -MP -MF ".deps/libntfs_3g_la-dir.Tpo" -c -o libntfs_3g_la-dir.lo `test -f 'dir.c' || echo './'`dir.c; \
then mv -f ".deps/libntfs_3g_la-dir.Tpo" ".deps/libntfs_3g_la-dir.Plo"; else rm -f ".deps/libntfs_3g_la-dir.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-dir.lo -MD -MP -MF .deps/libntfs_3g_la-dir.Tpo -c dir.c -fPIC -DPIC -o .libs/libntfs_3g_la-dir.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-dir.lo -MD -MP -MF .deps/libntfs_3g_la-dir.Tpo -c dir.c -o libntfs_3g_la-dir.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-index.lo -MD -MP -MF ".deps/libntfs_3g_la-index.Tpo" -c -o libntfs_3g_la-index.lo `test -f 'index.c' || echo './'`index.c; \
then mv -f ".deps/libntfs_3g_la-index.Tpo" ".deps/libntfs_3g_la-index.Plo"; else rm -f ".deps/libntfs_3g_la-index.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-index.lo -MD -MP -MF .deps/libntfs_3g_la-index.Tpo -c index.c -fPIC -DPIC -o .libs/libntfs_3g_la-index.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-index.lo -MD -MP -MF .deps/libntfs_3g_la-index.Tpo -c index.c -o libntfs_3g_la-index.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-inode.lo -MD -MP -MF ".deps/libntfs_3g_la-inode.Tpo" -c -o libntfs_3g_la-inode.lo `test -f 'inode.c' || echo './'`inode.c; \
then mv -f ".deps/libntfs_3g_la-inode.Tpo" ".deps/libntfs_3g_la-inode.Plo"; else rm -f ".deps/libntfs_3g_la-inode.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-inode.lo -MD -MP -MF .deps/libntfs_3g_la-inode.Tpo -c inode.c -fPIC -DPIC -o .libs/libntfs_3g_la-inode.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-inode.lo -MD -MP -MF .deps/libntfs_3g_la-inode.Tpo -c inode.c -o libntfs_3g_la-inode.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-lcnalloc.lo -MD -MP -MF ".deps/libntfs_3g_la-lcnalloc.Tpo" -c -o libntfs_3g_la-lcnalloc.lo `test -f 'lcnalloc.c' || echo './'`lcnalloc.c; \
then mv -f ".deps/libntfs_3g_la-lcnalloc.Tpo" ".deps/libntfs_3g_la-lcnalloc.Plo"; else rm -f ".deps/libntfs_3g_la-lcnalloc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-lcnalloc.lo -MD -MP -MF .deps/libntfs_3g_la-lcnalloc.Tpo -c lcnalloc.c -fPIC -DPIC -o .libs/libntfs_3g_la-lcnalloc.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-lcnalloc.lo -MD -MP -MF .deps/libntfs_3g_la-lcnalloc.Tpo -c lcnalloc.c -o libntfs_3g_la-lcnalloc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-logfile.lo -MD -MP -MF ".deps/libntfs_3g_la-logfile.Tpo" -c -o libntfs_3g_la-logfile.lo `test -f 'logfile.c' || echo './'`logfile.c; \
then mv -f ".deps/libntfs_3g_la-logfile.Tpo" ".deps/libntfs_3g_la-logfile.Plo"; else rm -f ".deps/libntfs_3g_la-logfile.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-logfile.lo -MD -MP -MF .deps/libntfs_3g_la-logfile.Tpo -c logfile.c -fPIC -DPIC -o .libs/libntfs_3g_la-logfile.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-logfile.lo -MD -MP -MF .deps/libntfs_3g_la-logfile.Tpo -c logfile.c -o libntfs_3g_la-logfile.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-logging.lo -MD -MP -MF ".deps/libntfs_3g_la-logging.Tpo" -c -o libntfs_3g_la-logging.lo `test -f 'logging.c' || echo './'`logging.c; \
then mv -f ".deps/libntfs_3g_la-logging.Tpo" ".deps/libntfs_3g_la-logging.Plo"; else rm -f ".deps/libntfs_3g_la-logging.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-logging.lo -MD -MP -MF .deps/libntfs_3g_la-logging.Tpo -c logging.c -fPIC -DPIC -o .libs/libntfs_3g_la-logging.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-logging.lo -MD -MP -MF .deps/libntfs_3g_la-logging.Tpo -c logging.c -o libntfs_3g_la-logging.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-mft.lo -MD -MP -MF ".deps/libntfs_3g_la-mft.Tpo" -c -o libntfs_3g_la-mft.lo `test -f 'mft.c' || echo './'`mft.c; \
then mv -f ".deps/libntfs_3g_la-mft.Tpo" ".deps/libntfs_3g_la-mft.Plo"; else rm -f ".deps/libntfs_3g_la-mft.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-mft.lo -MD -MP -MF .deps/libntfs_3g_la-mft.Tpo -c mft.c -fPIC -DPIC -o .libs/libntfs_3g_la-mft.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-mft.lo -MD -MP -MF .deps/libntfs_3g_la-mft.Tpo -c mft.c -o libntfs_3g_la-mft.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-misc.lo -MD -MP -MF ".deps/libntfs_3g_la-misc.Tpo" -c -o libntfs_3g_la-misc.lo `test -f 'misc.c' || echo './'`misc.c; \
then mv -f ".deps/libntfs_3g_la-misc.Tpo" ".deps/libntfs_3g_la-misc.Plo"; else rm -f ".deps/libntfs_3g_la-misc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-misc.lo -MD -MP -MF .deps/libntfs_3g_la-misc.Tpo -c misc.c -fPIC -DPIC -o .libs/libntfs_3g_la-misc.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-misc.lo -MD -MP -MF .deps/libntfs_3g_la-misc.Tpo -c misc.c -o libntfs_3g_la-misc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-mst.lo -MD -MP -MF ".deps/libntfs_3g_la-mst.Tpo" -c -o libntfs_3g_la-mst.lo `test -f 'mst.c' || echo './'`mst.c; \
then mv -f ".deps/libntfs_3g_la-mst.Tpo" ".deps/libntfs_3g_la-mst.Plo"; else rm -f ".deps/libntfs_3g_la-mst.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-mst.lo -MD -MP -MF .deps/libntfs_3g_la-mst.Tpo -c mst.c -fPIC -DPIC -o .libs/libntfs_3g_la-mst.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-mst.lo -MD -MP -MF .deps/libntfs_3g_la-mst.Tpo -c mst.c -o libntfs_3g_la-mst.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-runlist.lo -MD -MP -MF ".deps/libntfs_3g_la-runlist.Tpo" -c -o libntfs_3g_la-runlist.lo `test -f 'runlist.c' || echo './'`runlist.c; \
then mv -f ".deps/libntfs_3g_la-runlist.Tpo" ".deps/libntfs_3g_la-runlist.Plo"; else rm -f ".deps/libntfs_3g_la-runlist.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-runlist.lo -MD -MP -MF .deps/libntfs_3g_la-runlist.Tpo -c runlist.c -fPIC -DPIC -o .libs/libntfs_3g_la-runlist.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-runlist.lo -MD -MP -MF .deps/libntfs_3g_la-runlist.Tpo -c runlist.c -o libntfs_3g_la-runlist.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-security.lo -MD -MP -MF ".deps/libntfs_3g_la-security.Tpo" -c -o libntfs_3g_la-security.lo `test -f 'security.c' || echo './'`security.c; \
then mv -f ".deps/libntfs_3g_la-security.Tpo" ".deps/libntfs_3g_la-security.Plo"; else rm -f ".deps/libntfs_3g_la-security.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-security.lo -MD -MP -MF .deps/libntfs_3g_la-security.Tpo -c security.c -fPIC -DPIC -o .libs/libntfs_3g_la-security.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-security.lo -MD -MP -MF .deps/libntfs_3g_la-security.Tpo -c security.c -o libntfs_3g_la-security.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-unistr.lo -MD -MP -MF ".deps/libntfs_3g_la-unistr.Tpo" -c -o libntfs_3g_la-unistr.lo `test -f 'unistr.c' || echo './'`unistr.c; \
then mv -f ".deps/libntfs_3g_la-unistr.Tpo" ".deps/libntfs_3g_la-unistr.Plo"; else rm -f ".deps/libntfs_3g_la-unistr.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-unistr.lo -MD -MP -MF .deps/libntfs_3g_la-unistr.Tpo -c unistr.c -fPIC -DPIC -o .libs/libntfs_3g_la-unistr.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-unistr.lo -MD -MP -MF .deps/libntfs_3g_la-unistr.Tpo -c unistr.c -o libntfs_3g_la-unistr.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-version.lo -MD -MP -MF ".deps/libntfs_3g_la-version.Tpo" -c -o libntfs_3g_la-version.lo `test -f 'version.c' || echo './'`version.c; \
then mv -f ".deps/libntfs_3g_la-version.Tpo" ".deps/libntfs_3g_la-version.Plo"; else rm -f ".deps/libntfs_3g_la-version.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-version.lo -MD -MP -MF .deps/libntfs_3g_la-version.Tpo -c version.c -fPIC -DPIC -o .libs/libntfs_3g_la-version.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-version.lo -MD -MP -MF .deps/libntfs_3g_la-version.Tpo -c version.c -o libntfs_3g_la-version.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-volume.lo -MD -MP -MF ".deps/libntfs_3g_la-volume.Tpo" -c -o libntfs_3g_la-volume.lo `test -f 'volume.c' || echo './'`volume.c; \
then mv -f ".deps/libntfs_3g_la-volume.Tpo" ".deps/libntfs_3g_la-volume.Plo"; else rm -f ".deps/libntfs_3g_la-volume.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-volume.lo -MD -MP -MF .deps/libntfs_3g_la-volume.Tpo -c volume.c -fPIC -DPIC -o .libs/libntfs_3g_la-volume.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-volume.lo -MD -MP -MF .deps/libntfs_3g_la-volume.Tpo -c volume.c -o libntfs_3g_la-volume.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-unix_io.lo -MD -MP -MF ".deps/libntfs_3g_la-unix_io.Tpo" -c -o libntfs_3g_la-unix_io.lo `test -f 'unix_io.c' || echo './'`unix_io.c; \
then mv -f ".deps/libntfs_3g_la-unix_io.Tpo" ".deps/libntfs_3g_la-unix_io.Plo"; else rm -f ".deps/libntfs_3g_la-unix_io.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-unix_io.lo -MD -MP -MF .deps/libntfs_3g_la-unix_io.Tpo -c unix_io.c -fPIC -DPIC -o .libs/libntfs_3g_la-unix_io.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT libntfs_3g_la-unix_io.lo -MD -MP -MF .deps/libntfs_3g_la-unix_io.Tpo -c unix_io.c -o libntfs_3g_la-unix_io.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o libntfs-3g.la -rpath /usr/local/lib -version-info 24 -no-undefined libntfs_3g_la-attrib.lo libntfs_3g_la-attrlist.lo libntfs_3g_la-bitmap.lo libntfs_3g_la-bootsect.lo libntfs_3g_la-collate.lo libntfs_3g_la-compat.lo libntfs_3g_la-compress.lo libntfs_3g_la-debug.lo libntfs_3g_la-device.lo libntfs_3g_la-dir.lo libntfs_3g_la-index.lo libntfs_3g_la-inode.lo libntfs_3g_la-lcnalloc.lo libntfs_3g_la-logfile.lo libntfs_3g_la-logging.lo libntfs_3g_la-mft.lo libntfs_3g_la-misc.lo libntfs_3g_la-mst.lo libntfs_3g_la-runlist.lo libntfs_3g_la-security.lo libntfs_3g_la-unistr.lo libntfs_3g_la-version.lo libntfs_3g_la-volume.lo libntfs_3g_la-unix_io.lo ../libfuse-lite/libfuse-lite.la
gcc -shared .libs/libntfs_3g_la-attrib.o .libs/libntfs_3g_la-attrlist.o .libs/libntfs_3g_la-bitmap.o .libs/libntfs_3g_la-bootsect.o .libs/libntfs_3g_la-collate.o .libs/libntfs_3g_la-compat.o .libs/libntfs_3g_la-compress.o .libs/libntfs_3g_la-debug.o .libs/libntfs_3g_la-device.o .libs/libntfs_3g_la-dir.o .libs/libntfs_3g_la-index.o .libs/libntfs_3g_la-inode.o .libs/libntfs_3g_la-lcnalloc.o .libs/libntfs_3g_la-logfile.o .libs/libntfs_3g_la-logging.o .libs/libntfs_3g_la-mft.o .libs/libntfs_3g_la-misc.o .libs/libntfs_3g_la-mst.o .libs/libntfs_3g_la-runlist.o .libs/libntfs_3g_la-security.o .libs/libntfs_3g_la-unistr.o .libs/libntfs_3g_la-version.o .libs/libntfs_3g_la-volume.o .libs/libntfs_3g_la-unix_io.o -Wl,--whole-archive ../libfuse-lite/.libs/libfuse-lite.a -Wl,--no-whole-archive -lpthread -lrt -Wl,-soname -Wl,libntfs-3g.so.24 -o .libs/libntfs-3g.so.24.0.0
(cd .libs && rm -f libntfs-3g.so.24 && ln -s libntfs-3g.so.24.0.0 libntfs-3g.so.24)
(cd .libs && rm -f libntfs-3g.so && ln -s libntfs-3g.so.24.0.0 libntfs-3g.so)
rm -fr .libs/libntfs-3g.lax
mkdir .libs/libntfs-3g.lax
rm -fr .libs/libntfs-3g.lax/libfuse-lite.a
mkdir .libs/libntfs-3g.lax/libfuse-lite.a
(cd .libs/libntfs-3g.lax/libfuse-lite.a && ar x /home/zlq/app/ntfs-3g-1.2310/libntfs-3g/../libfuse-lite/.libs/libfuse-lite.a)
ar cru .libs/libntfs-3g.a libntfs_3g_la-attrib.o libntfs_3g_la-attrlist.o libntfs_3g_la-bitmap.o libntfs_3g_la-bootsect.o libntfs_3g_la-collate.o libntfs_3g_la-compat.o libntfs_3g_la-compress.o libntfs_3g_la-debug.o libntfs_3g_la-device.o libntfs_3g_la-dir.o libntfs_3g_la-index.o libntfs_3g_la-inode.o libntfs_3g_la-lcnalloc.o libntfs_3g_la-logfile.o libntfs_3g_la-logging.o libntfs_3g_la-mft.o libntfs_3g_la-misc.o libntfs_3g_la-mst.o libntfs_3g_la-runlist.o libntfs_3g_la-security.o libntfs_3g_la-unistr.o libntfs_3g_la-version.o libntfs_3g_la-volume.o libntfs_3g_la-unix_io.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-fuse_opt.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-fuse_loop.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-fuse_lowlevel.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-fusermount.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-fuse_signals.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-fuse_loop_mt.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-helper.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-mount.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-fuse_kern_chan.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-fuse_mt.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-mount_util.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-fuse_session.o .libs/libntfs-3g.lax/libfuse-lite.a/libfuse_lite_la-fuse.o
ranlib .libs/libntfs-3g.a
rm -fr .libs/libntfs-3g.lax
creating libntfs-3g.la
(cd .libs && rm -f libntfs-3g.la && ln -s ../libntfs-3g.la libntfs-3g.la)
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/libntfs-3g'
Making all in src
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT ntfs_3g_probe-ntfs-3g.probe.o -MD -MP -MF ".deps/ntfs_3g_probe-ntfs-3g.probe.Tpo" -c -o ntfs_3g_probe-ntfs-3g.probe.o `test -f 'ntfs-3g.probe.c' || echo './'`ntfs-3g.probe.c; \
then mv -f ".deps/ntfs_3g_probe-ntfs-3g.probe.Tpo" ".deps/ntfs_3g_probe-ntfs-3g.probe.Po"; else rm -f ".deps/ntfs_3g_probe-ntfs-3g.probe.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT ntfs_3g_probe-utils.o -MD -MP -MF ".deps/ntfs_3g_probe-utils.Tpo" -c -o ntfs_3g_probe-utils.o `test -f 'utils.c' || echo './'`utils.c; \
then mv -f ".deps/ntfs_3g_probe-utils.Tpo" ".deps/ntfs_3g_probe-utils.Po"; else rm -f ".deps/ntfs_3g_probe-utils.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o ntfs-3g.probe ntfs_3g_probe-ntfs-3g.probe.o ntfs_3g_probe-utils.o ../libntfs-3g/libntfs-3g.la
mkdir .libs
gcc -g -O2 -Wall -o .libs/ntfs-3g.probe ntfs_3g_probe-ntfs-3g.probe.o ntfs_3g_probe-utils.o ../libntfs-3g/.libs/libntfs-3g.so -lpthread -lrt -Wl,--rpath -Wl,/usr/local/lib
creating ntfs-3g.probe
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DFUSE_USE_VERSION=26 -I../include/fuse-lite -I../include/ntfs-3g -g -O2 -Wall -MT ntfs_3g-ntfs-3g.o -MD -MP -MF ".deps/ntfs_3g-ntfs-3g.Tpo" -c -o ntfs_3g-ntfs-3g.o `test -f 'ntfs-3g.c' || echo './'`ntfs-3g.c; \
then mv -f ".deps/ntfs_3g-ntfs-3g.Tpo" ".deps/ntfs_3g-ntfs-3g.Po"; else rm -f ".deps/ntfs_3g-ntfs-3g.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DFUSE_USE_VERSION=26 -I../include/fuse-lite -I../include/ntfs-3g -g -O2 -Wall -MT ntfs_3g-utils.o -MD -MP -MF ".deps/ntfs_3g-utils.Tpo" -c -o ntfs_3g-utils.o `test -f 'utils.c' || echo './'`utils.c; \
then mv -f ".deps/ntfs_3g-utils.Tpo" ".deps/ntfs_3g-utils.Po"; else rm -f ".deps/ntfs_3g-utils.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o ntfs-3g ntfs_3g-ntfs-3g.o ntfs_3g-utils.o ../libntfs-3g/libntfs-3g.la
gcc -g -O2 -Wall -o .libs/ntfs-3g ntfs_3g-ntfs-3g.o ntfs_3g-utils.o ../libntfs-3g/.libs/libntfs-3g.so -lpthread -lrt -Wl,--rpath -Wl,/usr/local/lib
creating ntfs-3g
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/src'
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310'
make[1]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310'

------------------------------------------------------------------------------------------------
# make install
Making install in include
make[1]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/include'
Making install in ntfs-3g
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/include/ntfs-3g'
make[3]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/include/ntfs-3g'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include/ntfs-3g" || mkdir -p -- "/usr/local/include/ntfs-3g"
/usr/bin/install -c -m 644 'attrib.h' '/usr/local/include/ntfs-3g/attrib.h'
/usr/bin/install -c -m 644 'attrlist.h' '/usr/local/include/ntfs-3g/attrlist.h'
/usr/bin/install -c -m 644 'bitmap.h' '/usr/local/include/ntfs-3g/bitmap.h'
/usr/bin/install -c -m 644 'bootsect.h' '/usr/local/include/ntfs-3g/bootsect.h'
/usr/bin/install -c -m 644 'collate.h' '/usr/local/include/ntfs-3g/collate.h'
/usr/bin/install -c -m 644 'compat.h' '/usr/local/include/ntfs-3g/compat.h'
/usr/bin/install -c -m 644 'compress.h' '/usr/local/include/ntfs-3g/compress.h'
/usr/bin/install -c -m 644 'debug.h' '/usr/local/include/ntfs-3g/debug.h'
/usr/bin/install -c -m 644 'device.h' '/usr/local/include/ntfs-3g/device.h'
/usr/bin/install -c -m 644 'device_io.h' '/usr/local/include/ntfs-3g/device_io.h'
/usr/bin/install -c -m 644 'dir.h' '/usr/local/include/ntfs-3g/dir.h'
/usr/bin/install -c -m 644 'endians.h' '/usr/local/include/ntfs-3g/endians.h'
/usr/bin/install -c -m 644 'index.h' '/usr/local/include/ntfs-3g/index.h'
/usr/bin/install -c -m 644 'inode.h' '/usr/local/include/ntfs-3g/inode.h'
/usr/bin/install -c -m 644 'layout.h' '/usr/local/include/ntfs-3g/layout.h'
/usr/bin/install -c -m 644 'lcnalloc.h' '/usr/local/include/ntfs-3g/lcnalloc.h'
/usr/bin/install -c -m 644 'logfile.h' '/usr/local/include/ntfs-3g/logfile.h'
/usr/bin/install -c -m 644 'logging.h' '/usr/local/include/ntfs-3g/logging.h'
/usr/bin/install -c -m 644 'mft.h' '/usr/local/include/ntfs-3g/mft.h'
/usr/bin/install -c -m 644 'misc.h' '/usr/local/include/ntfs-3g/misc.h'
/usr/bin/install -c -m 644 'mst.h' '/usr/local/include/ntfs-3g/mst.h'
/usr/bin/install -c -m 644 'ntfstime.h' '/usr/local/include/ntfs-3g/ntfstime.h'
/usr/bin/install -c -m 644 'runlist.h' '/usr/local/include/ntfs-3g/runlist.h'
/usr/bin/install -c -m 644 'security.h' '/usr/local/include/ntfs-3g/security.h'
/usr/bin/install -c -m 644 'support.h' '/usr/local/include/ntfs-3g/support.h'
/usr/bin/install -c -m 644 'types.h' '/usr/local/include/ntfs-3g/types.h'
/usr/bin/install -c -m 644 'unistr.h' '/usr/local/include/ntfs-3g/unistr.h'
/usr/bin/install -c -m 644 'version.h' '/usr/local/include/ntfs-3g/version.h'
/usr/bin/install -c -m 644 'volume.h' '/usr/local/include/ntfs-3g/volume.h'
make[3]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/include/ntfs-3g'
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/include/ntfs-3g'
Making install in fuse-lite
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/include/fuse-lite'
make[3]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/include/fuse-lite'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/include/fuse-lite'
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/include/fuse-lite'
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/include'
make[3]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/include'
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/include'
make[1]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/include'
Making install in libfuse-lite
make[1]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/libfuse-lite'
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/libfuse-lite'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/libfuse-lite'
make[1]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/libfuse-lite'
Making install in libntfs-3g
make[1]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/libntfs-3g'
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/libntfs-3g'
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'libntfs-3g.la' '/usr/local/lib/libntfs-3g.la'
/usr/bin/install -c .libs/libntfs-3g.so.24.0.0 /usr/local/lib/libntfs-3g.so.24.0.0
(cd /usr/local/lib && { ln -s -f libntfs-3g.so.24.0.0 libntfs-3g.so.24 || { rm -f libntfs-3g.so.24 && ln -s libntfs-3g.so.24.0.0 libntfs-3g.so.24; }; })
(cd /usr/local/lib && { ln -s -f libntfs-3g.so.24.0.0 libntfs-3g.so || { rm -f libntfs-3g.so && ln -s libntfs-3g.so.24.0.0 libntfs-3g.so; }; })
/usr/bin/install -c .libs/libntfs-3g.lai /usr/local/lib/libntfs-3g.la
/usr/bin/install -c .libs/libntfs-3g.a /usr/local/lib/libntfs-3g.a
chmod 644 /usr/local/lib/libntfs-3g.a
ranlib /usr/local/lib/libntfs-3g.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make install-exec-hook
make[3]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/libntfs-3g'
test -z "/lib" || mkdir -p -- "/lib"
if [ "/lib" != "/usr/local/lib" ]; then \
/bin/mv -f "//usr/local/lib"/libntfs-3g.so* "//lib"; \
fi
if [ "/lib" != "/usr/local/lib" ]; then \
ln -s "/lib/libntfs-3g.so" "//usr/local/lib/libntfs-3g.so"; \
fi
make[3]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/libntfs-3g'
test -z "/usr/local/lib/pkgconfig" || mkdir -p -- "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 'libntfs-3g.pc' '/usr/local/lib/pkgconfig/libntfs-3g.pc'
test -z "/lib" || mkdir -p -- "/lib"
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/libntfs-3g'
make[1]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/libntfs-3g'
Making install in src
make[1]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/src'
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/src'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'ntfs-3g.probe' '/usr/local/bin/ntfs-3g.probe'
/usr/bin/install -c .libs/ntfs-3g.probe /usr/local/bin/ntfs-3g.probe
/usr/bin/install -c -d "/sbin"
ln -s -f "/bin/ntfs-3g" "/sbin/mount.ntfs-3g"
make install-exec-hook
make[3]: Entering directory `/home/zlq/app/ntfs-3g-1.2310/src'
/sbin/ldconfig
make[3]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/src'
/usr/bin/install -c -d "/usr/local/share/man/man8"
ln -s -f ntfs-3g.8 "/usr/local/share/man/man8/mount.ntfs-3g.8"
test -z "/usr/local/share/man/man8" || mkdir -p -- "/usr/local/share/man/man8"
/usr/bin/install -c -m 644 './ntfs-3g.8' '/usr/local/share/man/man8/ntfs-3g.8'
/usr/bin/install -c -m 644 './ntfs-3g.probe.8' '/usr/local/share/man/man8/ntfs-3g.probe.8'
test -z "/bin" || mkdir -p -- "/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'ntfs-3g' '/bin/ntfs-3g'
/usr/bin/install -c .libs/ntfs-3g /bin/ntfs-3g
test -z "/sbin" || mkdir -p -- "/sbin"
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/src'
make[1]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310/src'
make[1]: Entering directory `/home/zlq/app/ntfs-3g-1.2310'
make[2]: Entering directory `/home/zlq/app/ntfs-3g-1.2310'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/doc/ntfs-3g" || mkdir -p -- "/usr/local/share/doc/ntfs-3g"
/usr/bin/install -c -m 644 'README' '/usr/local/share/doc/ntfs-3g/README'
make[2]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310'
make[1]: Leaving directory `/home/zlq/app/ntfs-3g-1.2310'
文章评论

共有 6 条评论

  1. deepwhite 于 2008-07-06 13:41:55发表:

    引用:
    原帖由 nhwgq 于 2008-7-5 18:57 发表
    我也不是很会,可我今天搞定了!
    我用的是FC8,我用软件包更新工具把所有更新都安装好后,
    我的Windows的C盘是sdb1
    #mount -t ntfs-3g /dev/sdb1 /mnt/win-c -o force
    就这样就可以挂载上我的Windows下的C盘了! ...

    RHEL和Fedora还是有很大的不同的。这种做法在Fedora下没有问题,但是在RHEL里面不行。RHEl5里面想用的话,或者自己编译,或者使用FC6的包。

  2. nhwgq 于 2008-07-05 18:57:46发表:

    我也不是很会,可我今天搞定了!
    我用的是FC8,我用软件包更新工具把所有更新都安装好后,
    我的Windows的C盘是sdb1
    #mount -t ntfs-3g /dev/sdb1 /mnt/win-c -o force
    就这样就可以挂载上我的Windows下的C盘了!

    还有一linux自动挂载的方法:
    在/etc/fstab中加入以下字段
    /dev/sdb6 /mnt/win-sdb6 ntfs defaults,codepage=936,iocharset=cp936 0 0
    /dev/sdb1 /mnt/win-sdb1 ntfs defaults,codepage=936,iocharset=cp936 0 0
    开机就可以自动挂载了!
    /mnt下的目录是我自己建立的~~
    用fdisk-l 查看分区

    不知你搞定了没,没有的话可以试试,
    我的现在是自动挂载,哎~还有好多都不会!
    努力学习吧~~
    :0)1 :0)1

  3. jacksonasp 于 2008-07-04 08:30:11发表:

    谢谢楼上2位兄弟,我都试试。

  4. deepwhite 于 2008-07-03 10:37:53发表:

    给你一个解决方案:
    RHEL5(和CentOS)的软件包和FC6实际上相差不大,你可以考虑直接安装FC6的ntfs-3g,fuse,fuse-libs来替代。
    这样做没有什么问题,我的机器上就是这么作的。

  5. gkwangdh 于 2008-07-02 22:18:25发表:

    你系统是什么版本的阿?fedora9的话,可以直接用源安装的。
    #yum install fuse ntfs-3g:0wl;l1

  6. wang96119 于 2008-07-02 22:07:35发表:

    头都看晕了,但是我也不知道