Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c410c09fee27065d4aa3e0775818cb2501b12e36)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <vin.public AT gmail.com>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c410c09fee27065d4aa3e0775818cb2501b12e36)
  • Date: Thu, 2 Feb 2023 19:16:16 -0500

$ /usr/src/bash-5.2/configure --help | grep iconv
--with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
--without-libiconv-prefix don't search for libiconv in includedir and
libdir

so, it finds libiconv.so, but not libiconv.a. does libiconv package have an
option to build both static and dynamic libraries? if yes, then libiconv
spell should build them on musl machines.

On Thu, Feb 02, 2023 at 10:35:36PM +0100, Ismael Luceno wrote:
> On 02/Feb/2023 11:50, Pavel Vinogradov wrote:
> > hmhmhm, I don't have libiconv installed, only one that comes with
> > glibc, I think. Is it possible to temporarily dispel libiconv on
> > musl machine without breaking it and see if bash compiles?
>
> Seems libiconv is required with musl, but (we) never had a static
> version of it.
>
> I have no idea why bash would need anything in iconv outside of what's
> in the musl built-in implementation...




Archive powered by MHonArc 2.6.24.

Top of Page