public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* ada/10046: Bootstrap failed with Ada enabled and libi
@ 2003-03-12 18:26 laurent.goujon
  0 siblings, 0 replies; only message in thread
From: laurent.goujon @ 2003-03-12 18:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         10046
>Category:       ada
>Synopsis:       Bootstrap failed with Ada enabled and libi
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 12 18:26:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Laurent Goujon
>Release:        gcc version 3.2.2
>Organization:
>Environment:
OS: IBM AIX 5.1
ARCH : RS6000
>Description:
If you specify a directory where to find libiconv and you want to build gcc with ada enabled, you'll get an error :
*** No rule to make target -L/libiconv_path needed by gnat1

>How-To-Repeat:
../gcc-3.2.2/configure --with-libiconv-prefix=/some_path --enable-languages=ada
>Fix:
in gcc/ada, modify Makefile.in :

add below :
INTLLIBS = @INTLLIBS@
this line :
INTLDEPS = @INTLDEPS@

modify the line :
LIBDEPS = $(INTLLIBS) $(LIBIBERTY)
with:
LIBDEPS = $(INTLDEPS) $(LIBIBERTY)
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-12 18:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-12 18:26 ada/10046: Bootstrap failed with Ada enabled and libi laurent.goujon

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).