1
1

Minor updates to HACKING -- update the list of GNU Auto tools to the

latest versions.

This commit was SVN r7744.
Этот коммит содержится в:
Jeff Squyres 2005-10-13 11:16:34 +00:00
родитель 92429dc90f
Коммит 1d2035cd85

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

@ -86,17 +86,18 @@ section.
If you are building Open MPI from a developer's tree, you must first If you are building Open MPI from a developer's tree, you must first
install fairly recent versions of the GNU tools Autoconf, Automake, install fairly recent versions of the GNU tools Autoconf, Automake,
and Libtool. As of August 2005, the following versions are known to and Libtool. As of October 2005, the following versions are known to
work: work:
Autoconf: v2.59 Autoconf: v2.59
Automake: v1.9.6 Automake: v1.9.6
Libtool: v1.5.18 Libtool: v1.5.20
More generally, we have never found that the most recent versions of More generally, we have found that using the most recent versions of
these tools cause problems with our configure / build process. When these tools usually results in the greatest probability of a
in doubt, it is safe to upgrade these tools (at least for Open MPI!). successful configure / build. When in doubt, it is safe to upgrade
You can check what versions you have installed with the following: these tools (at least for Open MPI!). You can check what versions you
have installed with the following:
shell$ autoconf --version shell$ autoconf --version
shell$ automake --version shell$ automake --version
@ -163,14 +164,14 @@ NOTE: On MacOS/X, the default "libtool" program is different than the
--> If you are using the csh or tcsh shells, be sure to run the --> If you are using the csh or tcsh shells, be sure to run the
"rehash" command after you install each package. "rehash" command after you install each package.
shell$ cd ../automake-1.9 shell$ cd ../automake-1.9.6
shell$ ./configure --prefix=PREFIX shell$ ./configure --prefix=PREFIX
shell$ make all install shell$ make all install
--> If you are using the csh or tcsh shells, be sure to run the --> If you are using the csh or tcsh shells, be sure to run the
"rehash" command after you install each package. "rehash" command after you install each package.
shell$ cd ../libtool-1.5 shell$ cd ../libtool-1.5.20
shell$ ./configure --prefix=PREFIX shell$ ./configure --prefix=PREFIX
shell$ make all install shell$ make all install