libtool-patches
[Top][All Lists]
Advanced

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

Re: mdemo ltdl failure


From: Charles Wilson
Subject: Re: mdemo ltdl failure
Date: Fri, 16 Mar 2007 15:27:45 -0500
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Charles Wilson wrote:
I'll whip up a patch and post it to the newlib list.

So, I posted the following:
http://sourceware.org/ml/newlib/2007/msg00271.html

However, there's no telling how long it'll be before a new cygwin kernel is released that includes the patch, and besides, libtool ought to work on current and reasonably recent cygwin kernels. So, how should libtool address this issue in the interim? Always use libltdl's argz stuff on cygwin, until <further notice: version check on uname, etc etc>?

If so, how do we induce that -- asking users to:

export ac_cv_func_argz_append=no;
export ac_cv_func_argz_create_sep=no;
export ac_cv_func_argz_insert=no;
export ac_cv_func_argz_next=no;
export ac_cv_func_argz_stringify=no;
export ac_cv_header_argz_h=no

before configuring is unacceptable, yes? Maybe use a SYSTEM_ARGZ_BROKEN symbol and set it on cygwin? Ralf, any ideas?

--
Chuck




reply via email to

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