Skip to content
Prev 67647 / 398506 Next

cross compiling R for Windows under Linux

*If* you really have the header paths set correctly it does work, and has 
been tested by several people.

Do read MkRules more carefully and think about how your setting differs 
from the example given.  You have *not* as you claim

# Set this to where the mingw32 include files are. It must be accurate.
HEADER=/users/ripley/R/cross-tools4/i586-mingw32/include

if you used my cross-compiler build (and gave no credit).  Hint: float.h 
is a `mingw32 include file'.

As the comment says, user error here is disastrous, so please take the 
hint.
On Thu, 14 Apr 2005, Lars Schouw wrote:

            
No, you did not.