guile-2 on Tru64/OSF1 regcomp.c const warning and unresolved mktime_internal

2021-07-08 Thread Jay K
/bin/ksh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/users/jay/s/guile-2.0-2.0.13+1.orig/lib -I..   -I/usr/users/jay/s/guile-2.0-2.0.13+1.orig  -mieee -I/usr/users/jay/include   -I/usr/users/jay/include -pthread -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c -o regex.lo

Re: guile-2 on Tru64/OSF1 regcomp.c const warning and unresolved mktime_internal

2021-07-08 Thread Jay K
> Unresolved symbol: mktime_internal > I haven't solved yet. Ok, well, comparing to Linux.. configure looks for function timegm, and if it is there, great, use it. If it is not there, do something else. timegm is in glibc but not OSF1 libc. GNU Gnulib: