[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: iconv_open: non-gnu make fails to generate "iconv_open-aix.h"
From: |
Assaf Gordon |
Subject: |
Re: iconv_open: non-gnu make fails to generate "iconv_open-aix.h" |
Date: |
Sat, 24 Aug 2019 15:14:23 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 2019-08-24 3:08 p.m., Bruno Haible wrote:
Assaf Gordon wrote:
this version of "make" is the native version
(=preinstalled by the operating system) in FreeBSD and NetBSD
So, by improving the support for OpenBSD I regressed on the same
feature in FreeBSD? Ouch.
Somewhat related,
I'm also struggling with another "bmake" issue relating to automake,
here: https://lists.gnu.org/r/automake/2019-08/msg00000.html
Seems like some recent change in automake broke compilation (of released
tarballs) with "bmake", while gnu-make still works.
The fact that the error message in both case is "don't know how to make
XXXX" perhaps hints there's some common dependency detection that works
in gnu-make and not in bmake - might be helpful to consider that.
-assaf