Author Topic: does CodeBlocks generate a MakeFile / pb to generate Quantlib library  (Read 4418 times)

Offline pasparis

  • Single posting newcomer
  • *
  • Posts: 5
Hello

Does Codeblocks generates a makefile to be inspected in order to deal with the following problem

I am trying to compile the QuantLib library with Codeblocks on windows and GCC compiler,but I get
the following message
Linking static library: libQuantLib.a
ar.exe: creating libQuantLib.a
ar.exe: obj\Debug\ql\termstructures\volatility\swapti: No such file or
directory

thanks in advance for any suggestions
« Last Edit: February 16, 2012, 08:32:33 pm by pasparis »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7604
    • My Best Post
Re: does CodeBlocks generate a MakeFile / pb to generate Quantlib library
« Reply #1 on: February 16, 2012, 08:51:48 pm »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline pasparis

  • Single posting newcomer
  • *
  • Posts: 5
Re: does CodeBlocks generate a MakeFile / pb to generate Quantlib library
« Reply #2 on: February 16, 2012, 11:01:16 pm »
Thank you for the answer and the link,