Ragu
Ragu

Reputation: 97

Gcc-Ada configuration error

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

Answers (1)

Rommudoh
Rommudoh

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

Related Questions