Displaying 1 result from an estimated 1 matches for "quadprog_res".
2002 May 30
1
problem installing quadprog
...e 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(util.o)(.text+0x188):util.f: undefined reference to `ddot_'
quadprog.a(uti...