On Mon, Mar 14, 2011 at 11:16 AM, Henrik Størner <henrik at hswn.dk> wrote:
Den 14-03-2011 15:21, Asif Iqbal skrev:
On Mon, Mar 14, 2011 at 2:55 AM, Henrik Størner<henrik at hswn.dk> wrote:
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.
I already added LIBRTDEF="-lrt" to the build/Makefile.rules so why would it still give that message?
It seems to me that I need to recompile with librt, which I am already doing
It's a diagnostic, just telling you that we need librt when building binaries. It is NOT an error message.
Could you try running this command for me:
MAKE="gmake" sh -x ./build/lfs.sh
and post the output ?
Make="gmake" sh -x ./build/lfs.sh
Fail! Must be MAKE="gmake" in capital letters.
oops!
MAKE="gmake" sh -x ./build/lfs.sh
- echo Checking for Large File Support ... Checking for Large File Support ...
- cd build
- gmake -f Makefile.test-lfs clean
- uname -s
- tr [/] [_] OS=SunOS gmake: *** [clean] Error 2
- gmake -f Makefile.test-lfs gmake: Nothing to be done for `all'.
- [ 0 -ne 0 ]
- ./test-lfs-std 4 STDRES=4:1:-78191077919555584
- test 4:1:-78191077919555584 != 4:1:0 -a 4:1:-78191077919555584 != 8:1:0
- echo ERROR: LFS support check failed for standard file support ERROR: LFS support check failed for standard file support
- exit 1
Regards, Henrik
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?