Den 14-03-2011 02:11, Asif Iqbal skrev:
# uname -a
SunOS solaris 5.10 Generic_142910-17 i86pc i386 i86pc
# MAKE=gmake ./configure.client
[..]
Checking for clock_gettime() requiring librt ...
clock_gettime() requires librt
Is this means librt is missing?
No, it means we need to compile with "lrt" to get the CLOCK_MONOTONIC
definitions.
Checking for Large File Support ...
ERROR: LFS support check failed for standard file support
I am pretty sure solaris 10 x86 supports large file system.
Could you try running this command for me:
MAKE="gmake" sh -x ./build/lfs.sh
and post the output ?
Regards,
Henrik