summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2001-02-02 19:38:13 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2001-02-02 19:38:13 (GMT)
commit58e85908ba668341013022e69fbb8f2399ee31b8 (patch)
tree86ed461a129d13a373ba45e4d05979a8a1747750 /RELEASE
parentb809e9c3a269fb7c9aff3ffa29a16bee1572b739 (diff)
downloadhdf5-58e85908ba668341013022e69fbb8f2399ee31b8.zip
hdf5-58e85908ba668341013022e69fbb8f2399ee31b8.tar.gz
hdf5-58e85908ba668341013022e69fbb8f2399ee31b8.tar.bz2
[svn-r3340]
Purpose: document fixed Description: 1) Modify windows install documentation(install_WINDOWS) so that users can choose build and test basic hdf5 lib and tools or hdf4-related hdf5 tools 2) update windows information for RELEASE and INSTALL files Solution: Platforms tested:
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE16
1 files changed, 7 insertions, 9 deletions
diff --git a/RELEASE b/RELEASE
index 2a10566..59d0aab 100644
--- a/RELEASE
+++ b/RELEASE
@@ -124,7 +124,8 @@ h4toh5 Utility
The h4toh5 utility requires HDF5.1.4 and HDF4r1.4
The beta h4toh5 utility has been tested on Solaris 2.6, Solaris 2.5,
- Irix 6.5, HPUX 11.0, DEC Unix, FreeBSD, and Windows 2000.
+ Irix 6.5, HPUX 11.0, DEC Unix, FreeBSD, Windows 2000(NT5.0),Windows NT
+ and Windows 98.
F90 Support
===========
@@ -374,6 +375,7 @@ Platforms Tested
Workshop Compilers 5.0 98/12/15 C++ 5.0
TFLOPS 3.3 mpich-1.2.0 with local changes
Windows NT4.0, 2000 (NT5.0) MSVC++ 6.0
+ Windows 98 MSVC++ 6.0
Known Problems
==============
@@ -396,17 +398,13 @@ Known Problems
This warning is innocuous and can be safely ignored.
-* When building the HDF5 test project on Windows NT 4.0 (testhdf5
- and testhdf5dll), the compiler fails to compile tvstr.c within
- the whole project; however, when separately selecting the
- tvstr.c source code, it passes the compiler and everything that
- depends on tvstr.obj links correctly.
-
-* h4toh5 fails on object references on the Cray T3E.
-
* SunOS 5.6 with C WorkShop Compilers 4.2: Hyperslab selections will
fail if library is compiled using optimization of any level.
+* When building hdf5 tools and applications on windows platform, a linking
+warning: defaultlib "LIBC" conflicts with use of other libs will appear
+on debug version when running VC++6.0. This warning doesn't affect building
+and testing hdf5 applications. We are investigating this now.
* The Stream VFD was not tested yet under Windows.
It is not supported in the TFLOPS machine.