Changeset 805


Ignore:
Timestamp:
03/08/06 12:14:56 (6 years ago)
Author:
faa59
Message:

Add note about JAVA building

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.MinGW

    r804 r805  
    1515Now just type 
    1616 
    17 ./configure 
    18 make 
    19 make check 
    20 make install 
     17  ./configure 
     18  make 
     19  make check 
     20  make install 
     21 
     22To build the JAVA interface with gcj you need to pass the JAVA home 
     23directory to configure. If your gcj command is  /mingw/bin/gcj  then use 
     24 
     25  ./configure --with-java-home=/mingw 
    2126 
    2227If you get a compile error about redeclaration of ssize_t when including the HDF5 header, you need to edit /usr/local/hdf5/include/H5pubconf.h and change the definition of H5_SIZEOF_SSIZE_T to e.g. 
Note: See TracChangeset for help on using the changeset viewer.