Skip to content
Prev 2565 / 21312 Next

[Bioc-devel] linking LAPACK in windows

On 04/04/2011 12:03 AM, C?ceres Dom?nguez, Alejandro wrote:
Glad that fixed it! I should have said that I compiled with warnings 
enabled, and this can be very helpful

   CFLAGS="-Wall"  R CMD INSTALL inveRsion

or ~/.R/Makevars
CFLAGS += -Wall -g -O0

which also disables optimizations and compiles with debugging symbols 
enabled.

Martin