CFLAGS to -fPIC

This commit is contained in:
graeme-winter
2019-01-18 15:00:28 +00:00
parent 1e202a7429
commit c129d095e0
+1
View File
@@ -32,6 +32,7 @@ series of datasets named `data_000001`, `data_000002`, etc.
First ensure that the HDF5 libraries are compiled with:
```
export CFLAGS=-fPIC
./configure --enable-threadsafe=yes --enable-unsupported
```