Commits
wendling committed 1708a418037
Purpose: Bug Fix Problem: There was a problem with the way the linker for the DEC-Compaq C V6.4-014 compiler was determining which libraries to load. It would search the directories and look for a shared version of the library. Then it would search the libraries again looking for the static version of the library. When we wanted the static version (say, for the libjpeg.a library shipped with HDF4), it would pick up another copy of it which would fail our tests. Solution: Use the -oldstyle_liblookup flag that's passed to the linker and gives use the old, desireable solution. Pltforms Tested: OSF5.1 at PSC...