This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.2 intallation
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Pedro Manuel Augusto <augusto at uma dot pt>
- Cc: gcc at gnu dot org
- Date: Thu, 19 Sep 2002 11:13:25 -0700
- Subject: Re: gcc 3.2 intallation
- References: <Pine.SV4.3.96.020919181743.17787B-100000@dragoeiro>
On Thu, Sep 19, 2002 at 06:21:58PM +0100, Pedro Manuel Augusto wrote:
>
> Dear colleague,
>
> I am trying to install the above version of gcc onto my linux-PC with
> Mandrake 8.0 (kde). There was a basic-built-in version of gcc without g77
> or such (version 2.96). My aim is to get g77 on this system to install
> further programs.
>
> I have successfully configured gcc but failed on "make install" as follows
>
[snip]
> The error it gives: "no rule to process target ../libiberty/libiberty.a'
> needed by `gengenrtl'. Stop.
>
> Can you help, please?
Building GCC isn't that simple. Please read the installation
instructions in the INSTALL directory in the source tree you
downloaded. In particular, you cannot build in the source directory
or a subdirectory of it. You'll need to use "make bootstrap". If the
only languages you need are C and F77 you'll want to configure with
--enable-languages=c,f77.
The installation instructions cover all of this plus much more
information that is likely to be important to you.
Janis