This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc 3.2 intallation


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]