trying to compile gnat



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

also I tried to compile from parts, eg

gcc-4.1.1
gcc-ada-4.1.1.tar.bz2
gcc-core-4.1.1.tar.bz2
gcc-g++-4.1.1.tar.bz2
gcc-testsuite-4.1.1.tar.bz2

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

I am somewhat confused, gcc and g++ are genereated and
I can compile with them, so what's wrong with ada?

Regards, Daniel
.



Relevant Pages

  • Re: How do I install this missing library?
    ... you really should be carefully following LSTC's installation ... libg2c is part of gcc. ... to tell a newcomer to compile. ... like the source code to GNU tar, and make sure you understand what's ...
    (comp.os.linux.misc)
  • Re: HPGCC Questions ladies and gentlemen!!!
    ... No matter how you slice it in order to compile a C program you need to know ... it took a few hours just to get gcc running in my computer ... of the students that used an ide in the c++ class I took a few years ago. ... so why not use a data inspector if it's available? ...
    (comp.sys.hp48)
  • Re: Aquarius prolog so fast?
    ... Mercury cannot do all this because Mercury cannot keep track of the fact ... you need this capability quite rarely, ... Why not the alternative GCC back-end, ... While Mercury can compile to the internal data structures of the gcc backend, ...
    (comp.lang.prolog)
  • Re: Question about gcc on OS X 10.0.4.11 Tiger
    ... running Linux and gcc 4.0.2. ... How do I switch to a different version of gcc to compile with on OS X ... fgetsis a libc function and is not really part of the compiler. ... int main(int argc, char* argv){ ...
    (comp.sys.mac.programmer.help)
  • Re: gcc install
    ... > a good book on the topic of gcc and went about trying to set it up when ... > to get a precompiled compiler to compile the compiler LOL. ... - install the Sun Studio tools, they live in /opt/SUNWspro, modify ... Companion CD - installs in /opt/sfw you can get a GNU make and a gcc ...
    (comp.unix.solaris)