1
1

Updated the Hacking file. MacOS/X libtool broken msg and automake needs to be 1.7 or better.

This commit was SVN r1197.
Этот коммит содержится в:
Denis Dimick 2004-06-07 20:59:45 +00:00
родитель f851e0032b
Коммит d803821f5d

Просмотреть файл

@ -12,7 +12,7 @@ Use of GNU Autoconf, Automake, and Libtool
If you are building OMPI/MPI from a developer's tree, you must first
use fairly recent versions of the GNU tools Autoconf, Automake, and
Libtool. As of this writing, you need at least Autoconf v2.58,
Automake v1.6, and Libtool 1.5. You can check what versions you have
Automake v1.7(or better), and Libtool 1.5. You can check what versions you have
installed with the following:
shell$ autoconf --version
@ -22,6 +22,9 @@ shell$ libtool --version
If you need newer versions, you are *strongly* encouraged to heed the
following advice:
*NOTE: MacOS/X libtool is broken.
*Download and install the GNU Version.
1. Unless your OS distribution has easy-to-use binary installations,
the sources can be can be downloaded from:
@ -66,7 +69,7 @@ following advice:
--> if on csh or tcsh, run the "rehash" command
shell$ cd ../automake-1.6
shell$ cd ../automake-1.7
shell$ ./configure --prefix=PREFIX
shell$ make all install