Re: Can rdmd (under Windows 10) use linker other than Optlink?

2021-05-14 Thread rikki cattermole via Digitalmars-d-learn



On 15/05/2021 9:42 AM, DLearner wrote:
I am getting 'Error 42: Symbol Undefined' while testing some (fairly) 
complex imports.


There was a reference in January to an Optlink bug that seemed like it 
could be responsible.


If rdmd can use another linker (and one was recommended), I might be 
able to test things further.


Best regards


Just don't use -m32, i.e. -m64 or -m32mscoff


Can rdmd (under Windows 10) use linker other than Optlink?

2021-05-14 Thread DLearner via Digitalmars-d-learn
I am getting 'Error 42: Symbol Undefined' while testing some 
(fairly) complex imports.


There was a reference in January to an Optlink bug that seemed 
like it could be responsible.


If rdmd can use another linker (and one was recommended), I might 
be able to test things further.


Best regards