From 6c53e36c681bff255f4b49f952715c48226a4c69 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 3 Jul 2003 13:49:46 -0500 Subject: [svn-r7156] Purpose: Maintenance Description: When make install prefix=NEW_DIR is used to specify new location for the installed HDF5 library, h5redeploy should be used to fix h5cc, etc. scripts. INSTALL file suggested to fix scripts by hand. Solution: Modified instructions to use h5redeploy. Platforms tested: verbena Misc. update: --- release_docs/INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 0d8133b..6a50caf 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -533,9 +533,9 @@ $ make install prefix=NEW_DIR where NEW_DIR is the new directory you wish to install HDF5. If - you do this, you should also modify the installed "bin/h5cc" - script. Change the "prefix=..." line to reflect the value of - NEW_DIR. + you do this, you should run h5redeploy in NEW_DIR/bin directory. + This utility will fix h5cc, h5fc and h5c++ scripts to reflect new + NEW_DIR location. The library can be used without installing it by pointing the compiler at the `src' and 'src/.libs' directory for include files and -- cgit v0.12