Pb in Quantlib compile with -windows-codeblocks-gnu gcc

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Pb in Quantlib compile with -windows-codeblocks-gnu gcc

pasparis
Hello

I am trying to compile and link quantlib on windows with codeblocks and GNU GCC compiler

the compilation works and during the link 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

I don't know why, before I used quantlib on linux ubuntu and KDevelop with no problem but the library was already availaible

Thanks for help or suggestions
pascal




------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Pb in Quantlib compile with -windows-codeblocks-gnu gcc

Luigi Ballabio
On Mon, Feb 13, 2012 at 1:47 PM,  <[hidden email]> wrote:
> I am trying to compile and link quantlib on windows with codeblocks and GNU
> GCC compiler
>
> the compilation works and during the link 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

It looks like something (CodeBlocks or ar?) is truncating the file
name.  It shouldn't stop at "swapti"; the directory name is
ql\termstructures\volatility\swaption.  I have no idea where that's
coming from, though.  Does CodeBlocks generate a Makefile you can
inspect?

Luigi

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users