This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ada configuration options?


> From: Alexandre Oliva <aoliva@redhat.com>

> On May 10, 2002, "John David Anglin" <dave@hiauly1.hia.nrc.ca> wrote:
> 
> >> They don't.  The GNAT run-time cannot be built as a shared library,
> >> AFAIK.
> 
> > What's the "gnatlib-shared" ada/Makefile option for?
> 
> To prove me wrong, for a start? :-)

Turns out you build the shared GNAT libraries by

  cd gcc
  make gnatlib_and_tools

(as usual for GNAT) and then

  make gnatlib-shared

I'm still having trouble actually linking against them,
though. Another thread for that, I think.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]