Re: [Partclone-user] Cannot configure on F14
Brought to you by:
thomas_tsai
|
From: Andreas W. <and...@gm...> - 2011-01-06 16:26:00
|
Hi, On 05.01.2011 13:02, Jeremy Sanders wrote: > Hi - I've tried to configure partclone on Fedora 14 (x86 and x86-64) with ntfs > support, but configure fails. I'm using the latest git repository for > building. This is because the configure script checks for the static version of libntfs, due to the -static switch of gcc. Edit the configure script and remove gcc's -static switch where necessary. Then everything should work just fine. Best regards, Andreas > checking whether -lc should be explicitly linked in... /bin/rm: cannot remove > `conftest*': No such file or directory > 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 > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... 64 > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for UUID... yes > configure: checking for NTFS Library and Header files ... ... > checking ntfs/version.h usability... yes > checking ntfs/version.h presence... yes > checking for ntfs/version.h... yes > checking version of libntfs... /usr/bin/ld: cannot find -lntfs > /usr/bin/ld: cannot find -lc > collect2: ld returned 1 exit status > ./configure: line 13957: ./get_lib_version: No such file or directory > ./configure: line 13958: ./get_lib_version: No such file or directory > ./configure: line 13959: ./get_lib_version: No such file or directory > ?:?:?; bad > configure: error: Please check your libntfs! > > ntfsprogs-2.0.0 is installed (Fedora development package also) and libntfs.so > is in /usr/lib or (/usr/lib64). > > Thanks > > Jeremy > |