Menu

#23 Support for response files when using MSVC

Next_Release
duplicate
nobody
Compiler (40)
Feature_Request
2020-04-26
2014-07-07
No

I'm trying to build Quantlib using Codeblocks and the Microsoft Visual Studio 2010 compiler. The number of files makes the command line arguments too long for the linker to handle. MSVS handles this by passing all the objects in a response file to the link.exe command. Could Code::Blocks support this too?

Discussion

  • ollydbg

    ollydbg - 2014-09-26

    Thanks for the link, after reading Francois's posted thread, I think this is not Code::Blocks issue, but it is mainly Windows command line issue which don't support long files.

    So, I'm going to close this tickets.

     
  • Francois Botha

    Francois Botha - 2014-09-26

    Thanks for the reply. Note that this will be a problem for compiling ANY large project on Windows/Code::Blocks. It's not specific to QuantLib.

     
  • Luigi Ballabio

    Luigi Ballabio - 2014-09-29

    It's a problem of the Windows command line, sure. But it affects Code::Blocks, so it might be worth to look for a workaround. Generating a different command to run the linker could be a possibility. (For instance: maybe the linker accepts a file containing the list of objects to link, instead of having to list them all on the command line?)

     
  • ollydbg

    ollydbg - 2014-09-29
    • labels: --> compiler
     
  • Morten MacFly

    Morten MacFly - 2015-02-07
    • Type: --> Undefined
     
  • Teodor Petrov

    Teodor Petrov - 2016-01-21
    • labels: compiler --> Compiler
    • Type: Undefined --> Feature_Request
     
  • bluehazzard

    bluehazzard - 2020-04-26

    Related ticket with initial support for response files https://sourceforge.net/p/codeblocks/tickets/953/

     
  • Teodor Petrov

    Teodor Petrov - 2020-04-26
    • status: open --> duplicate
     
  • Teodor Petrov

    Teodor Petrov - 2020-04-26

    Closing as duplicate of [#953] because the other ticket has a patch and we have a discussion there.

     

    Related

    Tickets: #953


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.