I cannot compile it, however, because of a problem in my "toolchain"
that I need to work out. I'll work it out. I've got too many
generations of compilers floating about. The newest gcc 4.6 split out
libquadmath.so, and But somehow my g++ doesn't know how to link with
it. But I've seen plenty of these things before.
g++ -shared -o minqa.so altmov.o bigden.o biglag.o bobyqa.o bobyqb.o
lagmax.o minqa.o newuoa.o newuob.o prelim.o rescue.o trsapp.o trsbox.o
trstep.o uobyqa.o uobyqb.o update.o updatebobyqa.o
-L/usr/local/lib/R/site-library/Rcpp/lib -lRcpp
-Wl,-rpath,/usr/local/lib/R/site-library/Rcpp/lib -lgfortran -lm
-lquadmath -L/usr/lib64/R/lib -lR
/usr/bin/ld: cannot find -lgfortran
/usr/bin/ld: cannot find -lquadmath
collect2: ld returned 1 exit status
make: *** [minqa.so] Error 1
ERROR: compilation failed for package ?minqa?
* removing ?/usr/local/lib/R/site-library/minqa?
* installing *source* package ?MatrixModels? ...