public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bdubbs at swbell dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/17260] Cannot build Ada libraries and tools
Date: Thu, 02 Sep 2004 07:26:00 -0000	[thread overview]
Message-ID: <20040902072654.3278.qmail@sourceware.org> (raw)
In-Reply-To: <20040901054641.17260.bdubbs@swbell.net>


------- Additional Comments From bdubbs at swbell dot net  2004-09-02 07:26 -------
I built gcc-3.3.3 with these instructions:

Building gcc 3.3.3
 
# { ../gcc-3.3.3/configure --prefix=/usr --enable-shared  
--enable-languages=c,ada \
   --prefix=/opt/gcc333 --enable-threads=posix  \
   --enable-__cxa_atexit --enable-clocale=gnu &&
   make bootstrap &&
   make -C gcc gnatlib_and_tools  &&
   make -k check && make install; } 2>&1 | tee gcc-build.log

The files built were:

# ls /opt/gcc333/bin
cpp     gcov      gnatbl    gnatkr    gnatmake  gnatpsta              
i686-pc-linux-gnu-gcc-3.3.3
gcc     gnat      gnatchop  gnatlink  gnatname  gnatxref
gccbug  gnatbind  gnatfind  gnatls    gnatprep  i686-pc-linux-gnu-gcc

# echo $PATH
/opt/gcc333/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin
# gcc -v
Reading specs from /opt/gcc333/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/specs
Configured with: ../gcc-3.3.3/configure --prefix=/usr --enable-shared
--enable-languages=c,ada --prefix=/opt/gcc333 --enable-threads=posix
--enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.3.3

The build log is large:  it is at http://cis.sac.accd.edu/~bdubbs/gcc341-build.log

Trying to build gcc-3.4.1, I used:

# { ../gcc-3.4.1/configure --prefix=/usr --enable-shared  
--enable-languages=c,ada   \
     --prefix=/opt/gcc341 --enable-threads=posix  --enable-__cxa_atexit \
     --enable-clocale=gnu ; } 2>&1 | tee gcc341-build.log
 
# make bootstrap 2>&1 | tee -a gcc341-build.log

There is no gnatlib_and_tools in gcc/Makefile:

# grep gnatlib gcc/Makefile
#

The log for this build is at: http://cis.sac.accd.edu/~bdubbs/gcc341-build.log



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17260


  parent reply	other threads:[~2004-09-02  7:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-01  5:46 [Bug ada/17260] New: " bdubbs at swbell dot net
2004-09-01 13:08 ` [Bug ada/17260] " pinskia at gcc dot gnu dot org
2004-09-02  7:26 ` bdubbs at swbell dot net [this message]
2004-09-03  7:20 ` chrisp_42 at bigpond dot com
2004-09-03  7:22 ` charlet at act-europe dot fr
2004-09-03 13:27 ` bdubbs at swbell dot net

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040902072654.3278.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).