Bug 8894 - Gnat.exe and gnat tools not built in make bootstrap. (Only by 'make gnatlib_and_tools')
Summary: Gnat.exe and gnat tools not built in make bootstrap. (Only by 'make gnatlib_...
Status: RESOLVED DUPLICATE of bug 5910
Alias: None
Product: gcc
Classification: Unclassified
Component: ada (show other bugs)
Version: 3.2.1
: P3 normal
Target Milestone: ---
Assignee: Nathanael C. Nerode
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-10 13:16 UTC by kredba
Modified: 2003-06-12 00:15 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kredba 2002-12-10 13:16:01 UTC
With these config options:

CC=/usr/local/gcc-3_2/bin/gcc ./configure --enable-languages=c,c++,f77,java,objc,ada \
--enable-threads=posix --with-system-zlib --enable-nls --without-included-gettext \
--enable-interpreter --disable-sljl-exceptions --disable-version-specific-runtime-libs \
--enable-shared --build=i686-pc-cygwin --host=i686-pc-cygwin \
--target=i686-pc-cygwin --enable-haifa --prefix=/usr --exec-prefix=/usr \
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/sbin

I made "make bootstrap". There were no errors, gnat1.exe and gnatbind builded OK.

But gnat.exe and gnat tools was not builded.

Release:
3.2.1

Environment:
Cygwin, nt 5.1

How-To-Repeat:
Do make bootstrap in latest cygwin environment with
gcc from http://www.geocities.com/billingd2002/gnat/ .
Comment 1 kredba 2002-12-10 13:16:01 UTC
Fix:
You need to:
 - cd to the gcc subdir of the build tree
 - make gnatlib_and_tools
See http://gcc.gnu.org/install/build.html
Comment 2 David Billinghurst 2002-12-10 13:28:36 UTC
Responsible-Changed-From-To: unassigned->billingd
Responsible-Changed-Why: .
Comment 3 David Billinghurst 2002-12-10 13:28:36 UTC
State-Changed-From-To: open->feedback
State-Changed-Why: Suggested a fix
Comment 4 Nathanael C. Nerode 2003-03-12 18:53:21 UTC
*** This bug has been marked as a duplicate of 5910 ***