|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D 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 electronics |
digitalmars.D.debugger - Can't compile with -g
C:\dmd\bin\dmd.exe F:\test10\main.d -oftest10 -odobjs -g C:\dmd\bin\..\..\dm\bin\link.exe objs\main,test10,,user32+kernel32/co/noi; OPTLINK (R) for Win32 Release 8.00.1 Copyright (C) Digital Mars 1989-2004 All rights reserved. OPTLINK : Error 118: Filename Expected It do the same error on codeblocks, poseidon or in command line It works if i remove -g I have dmd 1.015 with a fresh install Jan 09 2008
Raynor Wrote:C:\dmd\bin\dmd.exe F:\test10\main.d -oftest10 -odobjs -g C:\dmd\bin\..\..\dm\bin\link.exe objs\main,test10,,user32+kernel32/co/noi; OPTLINK (R) for Win32 Release 8.00.1 Copyright (C) Digital Mars 1989-2004 All rights reserved. OPTLINK : Error 118: Filename Expected It do the same error on codeblocks, poseidon or in command line It works if i remove -g I have dmd 1.015 with a fresh install Mar 15 2008
|