www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Can rdmd (under Windows 10) use linker other than Optlink?

reply DLearner <bmqazwsx123 gmail.com> writes:
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
May 14 2021
parent rikki cattermole <rikki cattermole.co.nz> writes:
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
May 14 2021