www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14558] New: Attempts to link with DMD when using MSVC LDC

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

          Issue ID: 14558
           Summary: Attempts to link with DMD when using MSVC LDC under
                    VisualD
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: VisualD
          Assignee: nobody puremagic.com
          Reporter: turkeyman gmail.com

I have a VisualD project, and I've configured to build with LDC.
It is a Win64 project, and I'm using the MSVC Win64 LDC compiler.
(ldc2-0.15.2-beta1-win64-msvc)

Trouble is, it seems to try and link with DMD... is that right?

It errors:
1>Digital Mars Librarian Version 8.02n
1>Copyright (C) Digital Mars 2000-2007 All Rights Reserved
1>http://www.digitalmars.com/ctg/lib.html
1>Warning: Unknown switch 'out' in command line, ignored.  
1>
1>Error: Expecting 'Y' or 'N', not 'O'.
1>Error: C:\dev\D\dmd2\windows\bin\lib.exe failed with status: 1
1>"Output\lib\Release_x64\dud.lib" not created! 
1>Building Output\lib\Release_x64\dud.lib failed!

--
May 08 2015