[Issue 16096] Linking to static library: can't parse __DATA/__objc_imageinfo

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jun 14 01:25:54 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16096

--- Comment #4 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/65b2b91ce8c6f90bdb8feb72fcd1c27e166cc471
Fix issue 16096 - compiling Objective-C code with -lib is broken

When compiling Objective-C code as a library with DMD using the -lib
switch. Then creating an executable using the library the linker
outputs the following warning:

Linking to static library: can't parse __DATA/__objc_imageinfo

The resulting executable is broken due to no image info or selectors
had been outputted in the binary.

https://github.com/dlang/dmd/commit/4a7dbcddacd29fae424d9bf21cf33b68aca9610e
Merge pull request #5862 from jacob-carlborg/issue_16096

Fix issue 16096 - compiling Objective-C code with -lib is broken

--


More information about the Digitalmars-d-bugs mailing list