[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RHEL5 client compilation error (xymon-4.2.3-RC1)
- To: hobbit (at) hswn.dk
- Subject: RHEL5 client compilation error (xymon-4.2.3-RC1)
- From: Juan Ramon Martin Blanco <robejrm (at) gmail.com>
- Date: Tue, 17 Feb 2009 12:37:14 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=+k2P1RYxMufpTd9XyyW+hhqLyynQ6+Ej9mCwQGFw/78=; b=XplaVst5GPIEOPd9trLknMELq93e2IkR+cGU5CKCBLAdh1V0HaN3vOwHOykwgJ37a2 ZMJXyqrwrXR/DcKd6ysFe1okCws/oZSjQpwUnNdDphihtvRjbuhs1/16ukejEDY3qCGO srqjt85/Ytv2C5WEFRKtvrPERq3NI1xVBMdmU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RJQrf6isnrczzqpAjr+3L7T8nRtGd39ZgF3jROgla/v0CvNCdLgdKBWLx7TUWUGgQC 55o4Rx7JONuZoKBiOYT1P2gl7vjU0Hwq5NM/wFzF5mVTWsnozBMXF6TsazfFAEEpsW4i OFy5KfucgmG6Nfl6bZjj/EcQ4EuSUFUsKs1kU=
Hi folks!
I am trying to compile the xymon client on a RHEL 5.3 x86_64 server but I
get the following errors (I have done a ./configure properly):
[...]
../lib/hobbitclient.a(timefunc-client.o): In function `gettimer':
/tmp/xymon-4.2.3-RC1/lib/timefunc.c:55: undefined reference to
`clock_gettime'
../lib/hobbitclient.a(timefunc-client.o): In function `getntimer':
/tmp/xymon-4.2.3-RC1/lib/timefunc.c:67: undefined reference to
`clock_gettime'
collect2: ld devolvió el estado de salida 1
make[1]: *** [setup-newfiles] Error 1
make[1]: se sale del directorio `/tmp/xymon-4.2.3-RC1/build'
make: *** [build-build] Error 2
Any clue on how to solve it? It seems to be a problem with includes (that
function is in /usr/include/time.h)
Greetings,
Juanra