[Bug ada/17260] Cannot build Ada libraries and tools

chrisp_42 at bigpond dot com gcc-bugzilla@gcc.gnu.org
Fri Sep 3 07:20:00 GMT 2004


------- Additional Comments From chrisp_42 at bigpond dot com  2004-09-03 07:20 -------
(In reply to comment #2)

> 
> There is no gnatlib_and_tools in gcc/Makefile:
> 
> # grep gnatlib gcc/Makefile
> #
> 

Did you actually try to build it?

The gnatlib_and_tools target is NOT defined in gcc/Makefile but in a makefile
fragment from the ada subdirectory that is included by the gcc/Makefile.

I would bet if you just try it - it will work fine.  I have never had any
problems building ada for this target.

p.s  if you want shared libraries you should do this in two parts:

% make -C gcc gnatlib-shared
% make -C gcc gnattools


-- 


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



More information about the Gcc-bugs mailing list