Re: trying to compile gnat



Schüle Daniel wrote:
Hello

I am failing to compile gnat
the compilation goes fine but no gnatmake is generated
I was trying different gcc releases

gcc-3.2.tar.bz2
gcc-3.3.4.tar.bz2
gcc-3.4.0.tar.bz2
gcc-4.1.1.tar.bz2

tar xjf gcc-4.1.1.tar.bz2
cd gcc-4.1.1
./configure --prefix=/myLocation --enable-languages=c,c++,ada


You also got some other good advice...But here is some more

1) You appear to be configuring within the source directory. This is not the recommended way of doing the build
2) There may very well be language and/or target specific requirements you need to follow. Read the notes at gcc.gnu.org
3) Use something prebuilt

What is your host os?
.