Re: [Rd] R CMD SHLIB flags

2006-07-26 Thread Dirk Eddelbuettel
On 26 July 2006 at 16:59, Thomas Lumley wrote: | | How can one specify multiple extra flags to R CMD SHLIB? The example in | R-exts section 5.5 | MAKEFLAGS="CFLAGS=-O3" R CMD SHLIB *.c | works for a single flag, but when I try | MAKEFLAGS="CFLAGS=-g -O2 -Wall" R CMD SHLIB *.c | only the

[Rd] R CMD SHLIB flags

2006-07-26 Thread Thomas Lumley
How can one specify multiple extra flags to R CMD SHLIB? The example in R-exts section 5.5 MAKEFLAGS="CFLAGS=-O3" R CMD SHLIB *.c works for a single flag, but when I try MAKEFLAGS="CFLAGS=-g -O2 -Wall" R CMD SHLIB *.c only the first flag is used and the rest seem to be ignored (version