Skip to content

Commit aa1171d

Browse files
committed
CHG: libtool does not find listdc++ library if we don't provide FORTRANLIB (bug on Helene's machine and Jessica's machine)
1 parent 15cbbf2 commit aa1171d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wrappers/matlab/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ endif
152152

153153
if FORTRAN
154154
deps += $(FLIBS) $(FORTRANLIB)
155+
MEXLIB += $(FLIBS) $(FORTRANLIB)
155156
endif
156157

157158
deps += ${LIBADD_FOR_MEX}

0 commit comments

Comments
 (0)