Menu

#442 MSVC make fails with VS Express 2013

Compatibility
closed-accepted
None
5
2014-01-28
2014-01-25
No

LINK : fatal error LNK1117: syntax error in option 'opt:NOWIN98'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\link.EXE"' : return code '0x45d'
Stop.

Removing the option /opt:NOWIN98 from Makefile.MSVC fixes the issue.

c:>nmake

Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation. All rights reserved.

1 Attachments

Discussion

  • Robert Hegemann

    Robert Hegemann - 2014-01-28

    I would suggest to use the vc9_lame.sln file from vc_solution folder, as Makefile.MSVC was written with VC6 in mind (compiler switches etc). But I will remove that option from Makefile too.

     
  • Robert Hegemann

    Robert Hegemann - 2014-01-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
     LINK : fatal error LNK1117: syntax error in option 'opt:NOWIN98'
     NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\link.EXE"' : return code '0x45d'
     Stop.
    
    • assigned_to: Robert Hegemann
     
  • Robert Hegemann

    Robert Hegemann - 2014-01-28
    • status: open --> closed-accepted
     

Log in to post a comment.