[Issue 16096] Linking to static library: can't parse __DATA/__objc_imageinfo
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Jun  8 04:20:17 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=16096
Jacob Carlborg <doob at me.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doob at me.com
--- Comment #1 from Jacob Carlborg <doob at me.com> ---
It seems to be some kind of problem with the -lib flag. If you compile with -c
to create an object file and the create a library using "ar" it works. You can
use that as a workaround until I can come up with a fix for the -lib flag.
--
    
    
More information about the Digitalmars-d-bugs
mailing list