This is the mail archive of the gcc-help@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: Buliding 4.1.0 on SLES 11.1


On Thu, 2012-01-26 at 17:16 +0000, Jonathan Wakely wrote:
> On 26 January 2012 16:23, jonatha@QX.Net wrote:
> > I am attempting to build gcc 4.1.0 on SLES 11.1.  It
> > is failing on fastjar with complaints about makeinfo.
> 
> What commands did you use to configure and build gcc?
> 
> What is the error?

(In the source directory)
mkdir obj
cd obj
../configure --prefix=/opt/gnu

I've tried
make
make bootstrap
gmake
gmake bootstrap

(with make clean or gmake clean in between).  These all fail with 

WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.

The bootstrap variants take a lot longer to get to this point, but I
believe it's always associated with fastjar.


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