Re: [R] Compilation of R (linux) package on windows

2005-02-04 Thread Uwe Ligges
Depire Alexandre wrote: Hello, I develop some R package on Linux machine with C subroutines. The programs in C are well compiled on Linux machine and so I have some .so files. Now, I want to do the same work on windows, so I install R (the last version) on windows, with Active Perl and djgpp,

Re: [R] Compilation of R (linux) package on windows

2005-02-04 Thread Prof Brian Ripley
On Fri, 4 Feb 2005, Uwe Ligges wrote: Depire Alexandre wrote: Hello, I develop some R package on Linux machine with C subroutines. The programs in C are well compiled on Linux machine and so I have some .so files. Now, I want to do the same work on windows, so I install R (the last version) on

Re: [R] Compilation of R (linux) package on windows

2005-02-04 Thread Depire Alexandre
On windows, I install the last version of MinGW, I change path environment variable, but when on command windows, I try to compute R CMD SHLIB inv.c I have the following error: 'make' is unknown. I have mingw32-make.exe, but R don't use it, ?? I think it is'nt normal, but I don't know how

Re: [R] Compilation of R (linux) package on windows

2005-02-04 Thread Depire Alexandre
Is it easier to compute .dll on linux, via cross-compiler ? Le vendredi 4 Février 2005 18:37, Prof Brian Ripley a écrit : On Fri, 4 Feb 2005, Uwe Ligges wrote: Depire Alexandre wrote: Hello, I develop some R package on Linux machine with C subroutines. The programs in C are well compiled

RE: [R] Compilation of R (linux) package on windows

2005-02-04 Thread Liaw, Andy
From: Depire Alexandre On windows, I install the last version of MinGW, I change path environment variable, but when on command windows, I try to compute R CMD SHLIB inv.c I have the following error: 'make' is unknown. I have mingw32-make.exe, but R don't use it, ?? I think it

Re: [R] Compilation of R (linux) package on windows

2005-02-04 Thread Uwe Ligges
Depire Alexandre wrote: Is it easier to compute .dll on linux, via cross-compiler ? The Windows way described in README.packages is not hard, you just have to follow the advices. Once your system has been set up, it's the same as native compiling on Linux. Uwe Ligges Le vendredi 4 Février 2005

Re: [R] Compilation of R (linux) package on windows

2005-02-04 Thread Uwe Ligges
Depire Alexandre wrote: On windows, I install the last version of MinGW, I change path environment variable, but when on command windows, I try to compute R CMD SHLIB inv.c I have the following error: 'make' is unknown. I have mingw32-make.exe, but R don't use it, ?? I think it is'nt normal,