summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-04-24 00:10:46 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-04-24 00:10:46 (GMT)
commit7c5391e40c63fa4a4588ff9d378b2fe7a5ed39c8 (patch)
treecea4b43fa91c7961db5c58fe6efe31287956671f /README
parent22c5d82191b9a390864717de8e3bdd110f04786f (diff)
downloadhdf5-7c5391e40c63fa4a4588ff9d378b2fe7a5ed39c8.zip
hdf5-7c5391e40c63fa4a4588ff9d378b2fe7a5ed39c8.tar.gz
hdf5-7c5391e40c63fa4a4588ff9d378b2fe7a5ed39c8.tar.bz2
[svn-r3838] Purpose:
(Final?) Bug Fix Description: Okay, for those of you following this saga: Shared libraries weren't being found on the O2K system. Why not? Well, turns out that libtool is dain bramaged. Instead of creating executables for executables, it creates shell scripts. These shell scripts actually recompile the code, relinking it with the "correct" libraries. It's similar to when it goes to do an install. It recompiles to the binary so that it picks up the proper libraries. BUT! Libtool wasn't placing into the shell scripts where the shared libraries it was looking for actually were. Solution: I hacked up ltmain.sh so that it puts the required dynamic library directories into the compile line when it creates the shell-script/binaries. Platforms tested: Modi4...
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions