Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pasparis on February 16, 2012, 08:30:56 pm

Title: does CodeBlocks generate a MakeFile / pb to generate Quantlib library
Post by: pasparis on February 16, 2012, 08:30:56 pm
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
Title: Re: does CodeBlocks generate a MakeFile / pb to generate Quantlib library
Post by: stahta01 on February 16, 2012, 08:51:48 pm
Hello

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

No

Read link
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
Title: Re: does CodeBlocks generate a MakeFile / pb to generate Quantlib library
Post by: pasparis on February 16, 2012, 11:01:16 pm
Thank you for the answer and the link,