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

help! -- make gnatlib_and_tools fails


I'm following the instructions on how to build gnat. I have gnat 3.15p
binary installed and in my path. I used the following command to build
gcc:

GNATBIND=/package/gnat-3.15p/bin/gnatbind ADAC=/public/bin/gcc \
../gcc-3.1.1/configure --with-gcc-version-trigger=/mayne/c/admpubsw/gcc/gcc-3.1.
1/gcc/version.c --host=sparc-sun-solaris2.8 --prefix=/package/gcc-3.1.1 --disabl
e-nls --enable-shared --with-system-zlib --with-as=/usr/ccs/bin/as --with-ld=/us
r/ccs/bin/ld --disable-multilib --enable-threads=posix --enable-languages=c,c++,
f77,ada

I then cc'd to ../gcc-3.1.1/gcc/ada and performed the required touches:

touch treeprs.ads [es]info.h nmake.ad[bs]

cc'd back to my object dir and did the make bootstrap. 

All is well until I try to perform the last part of the compile to
compile ADA itself, I cc'd to objdir/gcc and issued the make:

make gnatlib_and_tools

at which point I get the following error:

$ make gnatlib_and_tools
make: *** No rule to make target `gnatlib_and_tools'.  Stop.

So, even though I included ada in the --enable-languages option and have
a gnatbind gnat1 on the path, I still can't build gnat. So what is up
with this?

-- 
Carl B. Constantine         University of Victoria
Programmer Analyst          http://www.csc.uvic.ca
UNIX System Administrator   Victoria, BC, Canada
cconstan at csc dot uvic dot ca        ELW A220, 721-8753


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