Reducing Linker Bugs
    Walter Bright 
    newshound2 at digitalmars.com
       
    Sun Dec 18 21:54:39 PST 2011
    
    
  
On 12/18/2011 8:38 PM, dsimcha wrote:
> Two questions:
>
> 1. What's the best way to file a bug report against Optlink when I get one of
> those "Optlink terminated unexpectedly" windows and I'm linking in libraries
> that I don't have the source code to and thus can't reduce?
In that case, the best thing is to zip it all up and file a bugzilla report on it.
> 2. I'm getting on the Optlink hating bandwagon. How hard would it be to use
> Objconv (http://www.agner.org/optimize/#objconv) to convert the OMF object files
> DMD outputs to COFF and then use the MinGW linker to link the COFF files, and
> automate this process in DMD?
You can try it manually and see what happens.
    
    
More information about the Digitalmars-d
mailing list