Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - unexpected OPTLINK termination at...
Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, I think dmc doesn't like big sources.. Linker was working on a file which has 53136 lines. This file is machine generated lua bindings of wx (wxLua). (So I don't want edit it) Any hints? -- Regards, Hakki Dogusan Mar 18 2004
Search this newsgroup for linker related issue's. I recently wrote a list with all linker issue's I know about. OptLink has problems: * On multi processor platform. Every once and a while OptLink would just freeze on me on my Dual P3 733 MHz... The Machine I now use as the internet host system which hosts www.digitalmars.com and news.digitalmars.com... * If you have HUGE static data. Something like: struct DATA { DWORD array [ 16 ]; }; DATA hugedata [ 1000000 ]; OptLink might crash and just take the IDDE down with it. * ??? Hakki Dogusan wrote:Hi, I think dmc doesn't like big sources.. Linker was working on a file which has 53136 lines. This file is machine generated lua bindings of wx (wxLua). (So I don't want edit it) Any hints? -- Regards, Hakki Dogusan ------------------------------------------------------------------------ Mar 18 2004
Hi, Hakki Dogusan wrote:Hi, I think dmc doesn't like big sources.. Linker was working on a file which has 53136 lines. This file is machine generated lua bindings of wx (wxLua). (So I don't want edit it) Any hints? -- Regards, Hakki Dogusan ------------------------------------------------------------------------ Jan 20 2005
|