digitalmars.D - What to do when the linker fails
- Benjamin Thaut (8/8) Nov 15 2010 At the current state of my object optlink fails with EID=0042785B
- Kagamin (2/8) Nov 15 2010 dmd has a -lib option to compile to a library.
- Benjamin Thaut (6/14) Nov 15 2010 How does that help if the linker crashes?
At the current state of my object optlink fails with EID=0042785B What options do I have to work around this issue? Go back to older dmd / optlink versions? Keep coding and hope it fixes itself? Search for cyclic references and remove them? -- Kind Regards Benjamin Thaut
Nov 15 2010
Benjamin Thaut Wrote:At the current state of my object optlink fails with EID=0042785B What options do I have to work around this issue? Go back to older dmd / optlink versions? Keep coding and hope it fixes itself? Search for cyclic references and remove them?dmd has a -lib option to compile to a library.
Nov 15 2010
Am 15.11.2010 12:33, schrieb Kagamin:Benjamin Thaut Wrote:How does that help if the linker crashes? There is a typo in my original post "object" should be "project". -- Kind Regards Benjamin ThautAt the current state of my object optlink fails with EID=0042785B What options do I have to work around this issue? Go back to older dmd / optlink versions? Keep coding and hope it fixes itself? Search for cyclic references and remove them?dmd has a -lib option to compile to a library.
Nov 15 2010
Benjamin Thaut Wrote:How does that help if the linker crashes?It can stop crashes.
Nov 15 2010
On 15/11/2010 11:55, Kagamin wrote:Benjamin Thaut Wrote:Also try without -g, some times OPTLINK will cope then. Of course then you can't debug your program though... -- My enormous talent is exceeded only by my outrageous laziness. http://www.ssTk.co.ukHow does that help if the linker crashes?It can stop crashes.
Nov 15 2010