mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r3338] Purpose:
Documentation of bug Description: The --enable-static-exec flag doesn't work for Solaris and Linux systems. On Solaris this is due to there not being a static version of the libdl library. On Linux, it fails during the testing.
This commit is contained in:
parent
b1ac03cdb5
commit
bd41d7a9b4
10
RELEASE
10
RELEASE
@ -378,6 +378,16 @@ Platforms Tested
|
||||
Known Problems
|
||||
==============
|
||||
|
||||
* The --enable-static-exec configure flag fails to compile for Solaris
|
||||
platforms. This is due to the fact that not all of the system
|
||||
libraries on Solaris are available in a static format.
|
||||
|
||||
The --enable-static-exec configure flag also fails to correctly compile
|
||||
on Linux platforms using the gcc-2.95.2 compiler.
|
||||
|
||||
It is suggested that you don't use this option on these platforms
|
||||
during configuration.
|
||||
|
||||
* With the gcc 2.95.2 compiler, HDF 5 uses the `-ansi' flag during
|
||||
compilation. The ANSI version of the compiler complains about not being
|
||||
able to handle the `long long' datatype with the warning:
|
||||
|
Loading…
Reference in New Issue
Block a user