libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fortran libraries on the Blue Gene with mpi


From: Christian Rössel
Subject: Re: Fortran libraries on the Blue Gene with mpi
Date: Wed, 22 Apr 2009 18:28:51 +0200
User-agent: Thunderbird 1.5.0.14 (X11/20060911)

Christian Rössel wrote:
> Ralf Wildenhues wrote:
>> * Christian Rössel wrote on Tue, Apr 21, 2009 at 10:28:37AM CEST:
>>> Ralf Wildenhues wrote:
>>>
>>>> If there are any problems or error messages, stop right here and report
>>>> back with them.  Otherwise, continue:
>>> There was one error I assume is negligible:
>>> cd ./doc && \
>>>   makeinfo --no-headers  -o notes.txt notes.texi
>>> /bin/sh: makeinfo: command not found
>> Yes, the error itself should be harmless, but it has the problem of
>> causing some other files not to be built.  Please re-bootstrap with
>>   MAKEINFO=true ./bootstrap
>>
>> then there should be a libtoolize.in file afterwards, and you should be
>> able to go on with the previous list, unless there are further errors.
> 
> Hi Ralf,
> 
> re-boostrapping works now but the missing makeinfo causes new problems:
> 
> /u/fzj301zm/BlueGene/fortran_libraries_on_the_blue_gene_with_mpi/libtool/libltdl/config/missing:
> line 54: makeinfo: command not found
> 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.
> make[2]: *** [../doc/libtool.info] Error 1
> 
> I will install makeinfo to avoid further problems.

Hi Ralf,

I installed makeinfo (texinfo-4.13) and re-bootstrapped ...

>  # GCC, non-BG
>  cd build-gcc
>  ../configure CC=gcc CXX=g++ F77=g77 FC=gfortran GCJ=no
>  make

... and ran into the next error:

/u/fzj301zm/BlueGene/fortran_libraries_on_the_blue_gene_with_mpi/libtool/libltdl/config/missing:
line 54: help2man: command not found
WARNING: `help2man' is missing on your system.  You should only need it if
         you modified a dependency of a manual page.  You may need the
         `Help2man' package in order for those modifications to take
         effect.  You can get `Help2man' from any GNU archive site.
gmake[2]: *** [../doc/libtoolize.1] Error 1

After installing help2man I was able to run the tests.

Cheers,
Christian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]