diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-06-28 18:55:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-06-28 18:55:59 (GMT) |
commit | b0d493ccdd42d4f35fddc4cefc2484dfa25c7710 (patch) | |
tree | bf81eabd0af8418f63697bef2001cc89ba3707a3 | |
parent | 375dda8f5fbe0438f98e893914e9ec893319a262 (diff) | |
download | hdf5-b0d493ccdd42d4f35fddc4cefc2484dfa25c7710.zip hdf5-b0d493ccdd42d4f35fddc4cefc2484dfa25c7710.tar.gz hdf5-b0d493ccdd42d4f35fddc4cefc2484dfa25c7710.tar.bz2 |
[svn-r4078] Purpose:
Document Solaris 64-bit support.
Description:
Added paragraph to "alternate compilers" section which describes how to
enable 64-bit support for Solaris.
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -245,6 +245,15 @@ $ export SGI_ABI $ ./configure + Similarly, users compiling on a Solaris machine and desiring to + build the distribution with 64-bit support should specify the + correct flags with the CC variable: + + $ CC='cc -xarch=v9' ./configure + + Specifying these machine architecture flags in the CFLAGS variable + (see below) will not work correctly. + 5.3.3. Additional compilation flags If addtional flags must be passed to the compilation commands then specify those flags with the CFLAGS variable. For instance, |