What to do when the linker fails

2010-11-15 Thread Benjamin Thaut
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

Re: What to do when the linker fails

2010-11-15 Thread Kagamin
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

Re: What to do when the linker fails

2010-11-15 Thread Benjamin Thaut
Am 15.11.2010 12:33, schrieb Kagamin: 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

Re: What to do when the linker fails

2010-11-15 Thread Kagamin
Benjamin Thaut Wrote: > How does that help if the linker crashes? It can stop crashes.

Re: What to do when the linker fails

2010-11-15 Thread div0
On 15/11/2010 11:55, Kagamin wrote: Benjamin Thaut Wrote: How does that help if the linker crashes? It can stop crashes. 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 laz