Displaying 1 result from an estimated 1 matches for "using_ld_the_gnu_linker".
2016 Aug 02
0
Creating shared object with BASE in EXPORTS on Windows
...te the syntax error from ld.exe
when the keyword was listed in EXPORTS in 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 unde...