Menu

#129 dllwrap fails because of too many parameters

None
fixed
None
2014-11-14
2014-06-17
No

I'm trying to build QuantLib ( https://github.com/lballabio/quantlib/ ) from source. The repository already contains a QuantLib.dev file. But when I try to make a .dll file, the dllwrap step in the build process fails. It seems the arguments passed to dllwrap is too long for the command line to handle and it ignores the -o parameter, even though it is included.

Is it possible to reference the .o files using a wildcard, e.g. *.o , instead of referencing them each individually?

Discussion

  • orwelldevcpp

    orwelldevcpp - 2014-07-11
    • status: open --> pending
    • assigned_to: orwelldevcpp
    • Milestone: -->
     
  • orwelldevcpp

    orwelldevcpp - 2014-07-11

    As of version 5.7.0, Dev-C++ will call gcc or g++ directly instead of calling the deprecated and badly documented dllwrap and letting it do its work. This might change the behaviour of this bug. Please keep me informed of any changes. ;)

     
  • orwelldevcpp

    orwelldevcpp - 2014-11-13
    • status: pending --> fixed
     
  • Francois Botha

    Francois Botha - 2014-11-14

    Thanks. I've tested with 5.8 and Quantlib compiles successfully now. Much appreciated.

     

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.