mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r427] Added -lm to libraries needed.
This commit is contained in:
parent
1460b000d8
commit
a639a5998c
@ -47,7 +47,7 @@ PRIVATE_HDR=testhdf5.h
|
||||
|
||||
# How to build the programs...
|
||||
testphdf5: $(TESTPHDF5_OBJ) ../src/libhdf5.a
|
||||
$(CC) $(CFLAGS) -o $@ $(TESTPHDF5_OBJ) ../src/libhdf5.a $(MPI_LIBS)
|
||||
$(CC) $(CFLAGS) -o $@ $(TESTPHDF5_OBJ) ../src/libhdf5.a $(MPI_LIBS) -lm
|
||||
|
||||
#------------------------------------------------------------- -*- makefile -*-
|
||||
# The following section of this makefile comes from the
|
||||
|
Loading…
x
Reference in New Issue
Block a user