Reputation: 97
I downloaded gcc-ada-4.3.4.tar.gz when configure gave an error configure: error: cannot find install-sh or install.sh in . ./.. ./..
gcc version=4.3.4 using fedora16
Upvotes: 2
Views: 1303
Reputation: 1804
On Fedora 16 you can do yum install gcc-gnat
. This will install the appropriate GNAT version for your system.
If you really want to build it yourself, you have to install all dependencies first. You can find them easily.
Upvotes: 1