This is the mail archive of the gcc-bugs@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]

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


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


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