From bf3aa1e09593e06235856e5f69d8d12fbe309ad8 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 13 Aug 2017 21:30:30 +0300 Subject: Add README_d/README.freebsd. --- README_d/ChangeLog | 4 ++++ README_d/README.freebsd | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 README_d/README.freebsd diff --git a/README_d/ChangeLog b/README_d/ChangeLog index 0ef41704..c93879f9 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,7 @@ +2017-08-13 Arnold D. Robbins + + * README.freebsd: New file. + 2016-12-23 Arnold D. Robbins * README.macosx: Updated. diff --git a/README_d/README.freebsd b/README_d/README.freebsd new file mode 100644 index 00000000..650d07ab --- /dev/null +++ b/README_d/README.freebsd @@ -0,0 +1,17 @@ +Sun Aug 13 21:23:00 IDT 2017 +============================ + +According to a report from Eric Pruitt : + +| When running ./configure for GAWK 4.1.4, the mktime(3) function is not +| detected on FreeBSD 11 when using -static with CFLAGS and LDFLAGS. This +| causes the build to fail. + +Paul Eggert says that using: + + ./configure ac_cv_func_working_mktime=yes + +will cause gawk to use the FreeBSD mktime. + +Arnold Robbins +arnold@skeeve.com -- cgit v1.2.3