News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

does CodeBlocks generate a MakeFile / pb to generate Quantlib library

Started by pasparis, February 16, 2012, 08:30:56 PM

Previous topic - Next topic

pasparis

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

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

pasparis