search for: kyleb

Displaying 3 results from an estimated 3 matches for "kyleb".

Did you mean: kyle
2016 Aug 02
0
Creating shared object with BASE in EXPORTS on Windows
...the .def file. As far as I can tell, the dllname-win.def file is a must in this case making sure none of the keywords get exported there. Also: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/4/html/Using_ld_the_GNU_Linker/win32.html -- Kyle Baron Metrum Research Group kyleb at metrumrg.com www.metrumrg.com On Wed, Jul 27, 2016 at 7:47 PM, Kyle Baron <kyleb at metrumrg.com> wrote: > > I am building shared objects on Windows system with BASE as a name in > the shared object. When BASE appears under EXPORTS in tmp.def file, R > CMD SHLIB doesn't...
2016 Aug 07
1
Quote symbol names under EXPORTS in tmp.def on Windows
I originally posted on this topic on a different thread: https://stat.ethz.ch/pipermail/r-devel/2016-August/072938.html These sources suggested that a safe practice might be to put double quotes around symbol names in EXPORTS in case the symbol name is the same as a linker keyword: - https://sourceware.org/binutils/docs/ld/Symbols.html#Symbols -
2016 Jul 28
0
Creating shared object with BASE in EXPORTS on Windows
...le on Windows platforms (per https://cran.r-project.org/doc/manuals/R-exts.html#Creating-shared-objects) ... it worked but seems that the file needs to be in getwd(), which I'd rather not do. Any insight or advice would be appreciated. Best Regards, Kyle -- Kyle Baron Metrum Research Group kyleb at metrumrg.com www.metrumrg.com sessionInfo() R version 3.3.1 (2016-06-21) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows Server 2008 R2 x64 (build 7601) Service Pack 1 locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=E...