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.
Regards, Henrik