Skip to content
Prev 12979 / 63424 Next

cross-compiling + expm1

Another thought: you are not by any chance using sources that have been
configured for the host?  configure on the host would give you
inappropriate files in src/include and then the Windows make would not
create the correct ones.

src/include/Rmath.h should be dated almost immediately after you first ran
make in src/gnuwin32.  To be sure, I would run make distclean and start
again.

Another way to check include paths is to look at the *.d files.
On Sun, 27 Jun 2004, Prof Brian Ripley wrote: