search for: quadrprog

Displaying 1 result from an estimated 1 matches for "quadrprog".

Did you mean: quadprog
2002 May 30
1
problem installing quadprog
When I try to build/install the quadprog package under R1.50 and NT4 it seems to have trouble finding blas routines. I'm currently using the generic blas routines, rather than ATLAS or some other tuned implementation: > Rcmd INSTALL d:/temp/quadrprog ... gcc --shared -s -o quadprog.dll quadprog.def quadprog.a quadprog_res.o -Lc:/a pps/rw1050/src/gnuwin32 -lg2c -lR quadprog.a(util.o)(.text+0x84):util.f: undefined reference to `dscal_' quadprog.a(util.o)(.text+0xfa):util.f: undefined reference to `daxpy_' quadprog.a(...