public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/112671] New: libiconv support lacks separate --with-libiconv-{include,lib}
@ 2023-11-22 13:45 ro at gcc dot gnu.org
  2023-11-22 14:57 ` [Bug other/112671] " arsen at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2023-11-22 13:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112671

            Bug ID: 112671
           Summary: libiconv support lacks separate
                    --with-libiconv-{include,lib}
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
  Target Milestone: ---

When trying to build trunk on Solaris with GNU libiconv 1.17, I noticed that
the libiconv configure support is limited compared to e.g. gmp etc.  On
multilibbed targets like Solaris, you usually install both 32 and 64-bit
versions of a library into <libiconv-prefix>/include (common between 32 and
64-bit) and <libiconv-prefix>/lib (32-bit lib) resp.
<libiconv-prefix>/lib/{amd64,sparcv9}.

The current (simple-minded) support via --with-libiconv-prefix cannot handle
this,
requiring to use two different installations into different prefixes.  It's
also inconsistent with the rest of gcc which does support configurations like
this.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-11-22 15:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22 13:45 [Bug other/112671] New: libiconv support lacks separate --with-libiconv-{include,lib} ro at gcc dot gnu.org
2023-11-22 14:57 ` [Bug other/112671] " arsen at gcc dot gnu.org
2023-11-22 14:59 ` ro at CeBiTec dot Uni-Bielefeld.DE
2023-11-22 15:00 ` arsen at gcc dot gnu.org
2023-11-22 15:04 ` ro at CeBiTec dot Uni-Bielefeld.DE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).