Skip to content
Prev 2507 / 63424 Next

configure / linking problem when using hdf5

We currently have

  ALL_LIBS = $(RLIBS) $(ALL_X_LIBS) $(FLIBS) $(R_XTRA_LIBS) $(LIBS)

I assume that the order is mostly for historic reasons.  You could try
putting ALL_X_LIBS last and see what happens ...e.g.,

  ALL_LIBS = $(RLIBS) $(R_XTRA_LIBS) $(FLIBS) $(LIBS) $(ALL_X_LIBS)

-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._