Displaying 1 result from an estimated 1 matches for "163abkbh".
2016 Aug 07
1
Quote symbol names under EXPORTS in tmp.def on Windows
...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
- https://msdn.microsoft.com/en-us/library/163abkbh.aspx
I wasn't sure how that related specifically to what Rtools is using,
but when I made the following change to winshlib.mk (double quotes
around symbol names in tmp.def), I was able to compile code without
issue and get symbols like BASE (or other keywords) exported.
Kyle
## ${R_HOME}...