search for: rseg

Displaying 4 results from an estimated 4 matches for "rseg".

Did you mean: reg
2001 Oct 18
3
Rcmd SHLIB in rw1031 (R for Win)
...\PERL\BIN;E:\RW1031\RWINT;E:\RW1031\RWINT\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DOS;D:\;C:\UTILES\ULTRAEDT;C:\GZIP;C:\PROGRA~1\PATHFI~1.70; Then I've tried to compile and build a dll for a C program (test.c) that works fine in the R version for Linux. I do: E:\rw1031\bin>Rcmd SHLIB e:/Rseg/test.c make[1]: `libR.a' is up to date. ------- Building e:/Rseg/test.dll from e:/Rseg/test.a -------- echo LIBRARY e:/Rseg/test > e:/Rseg/test.def echo EXPORTS >> e:/Rseg/test.def nm e:/Rseg/test.a > Defs sed -n '/^........ [BCDRT] _/s/^........ [BCDRT] _/ /p' Defs >>...
2001 Oct 19
0
Rcmd SHLIB: another problem
Well, having made the same installation of Rtools for rw1031 in a Win98 box (the former one was my Win95 labtop) to get advantage of significantly more RAM, I try C:\alobo\Rseg>Rcmd SHLIB test.c make: /bin/sh.exe: Command not found make: *** [libR] Error 127 despite the fact that I made a C:\bin directory and copied sh.exe there. Actually, if I just type sh in the MS-DOS window, it works (I've put the C:\bin directory in the path). I've also tried runing from...
2023 Jun 08
3
[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
This is a small series getting rid of paravirt patching by switching completely to alternative patching for the same functionality. The basic idea is to add the capability to switch from indirect to direct calls via a special alternative patching option. This removes _some_ of the paravirt macro maze, but most of it needs to stay due to the need of hiding the call instructions from the compiler
2023 Jun 08
3
[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
This is a small series getting rid of paravirt patching by switching completely to alternative patching for the same functionality. The basic idea is to add the capability to switch from indirect to direct calls via a special alternative patching option. This removes _some_ of the paravirt macro maze, but most of it needs to stay due to the need of hiding the call instructions from the compiler