Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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
-
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)
-
Thank you for the answer and the link,