|
From: Ken B. <kb...@co...> - 2017-03-05 21:30:49
|
Hi Bruno, On 3/5/2017 2:40 PM, Bruno Haible wrote: > But more fundamentally, the use of gnulib is fundamentally broken regarding > clisp modules: > - The clx module should not even see build/gllib/unistd.h. > - The syscalls module should not rely on the getloadavg module from the > clisp core. This is most evidently seen by a link error on AIX. > So, you cannot do anythere here until this fundamental mistake is fixed. > clisp's modules are designed as separately compilable units; therefore they > must use *independent* autoconf configurations; therefore their uses of > gnulib must be independent as well. I wondered about that. I'm glad to hear that the current behavior is a mistake. So I'll just avoid building clx until this is fixed. Thanks. Ken |