bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bison-3.1.90 does not build on linux


From: Denis Excoffier
Subject: bison-3.1.90 does not build on linux
Date: Fri, 19 Oct 2018 06:29:27 +0200

Hello,

bison-3.1.90 does not build on (my) linux because (at least) clock_gettime() is 
not found in any library given.

It seems that LIB_CLOCK_GETTIME and LIB_GETHRXTIME are both correctly assigned 
to -lrt but nobody uses these macros.

Using (in Makefile.in):
src_bison_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_GETHRXTIME)

clears the problem.

Regards,

Denis Excoffier.

P.S. Seen the new 3.1.91 but not tested. Seems (by inspection and diff'ing) 
that the problem is still here though.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]