search for: rowmediansinteg

Displaying 1 result from an estimated 1 matches for "rowmediansinteg".

Did you mean: rowmediansinteger
2006 Feb 13
1
MinGW and the ld bug
...** [all] Error 2 make: *** [pkg-R.native] Error 2 *** Installation of R.native failed *** Removing 'C:/PROGRA~1/R/R-2.2.1pat/library/R.native' Restoring previous 'C:/PROGRA~1/R/R-2.2.1pat/library/R.native' My R.native.def looks like this: LIBRARY R.native.dll EXPORTS rowMedians rowMediansInteger rowMediansReal I've tried to replace the two occurances of ld.exe in MINGW with BR's patch, but I get the same error. The ld of the patch and the original one show the same version string; patch: GNU ld version 2.16.91 20050827 and original: GNU ld version 2.16.91 20050827. I've tr...