compile quantlib with /clr option ?

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

compile quantlib with /clr option ?

pasparis
Hello

is someone managed to compile quantlib source with the /clr mode?

I get the following message:
cannot compile primitivepolynomial.c with the /clr option

thanks in advance
pascal


------------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|

Re: compile quantlib with /clr option ?

Luigi Ballabio
primitivepolynomial.c is a C file and is not supported by /clr.
Disable clr for that file. See for example
<http://stackoverflow.com/questions/880413/d8045-cannot-compile-c-file-serialcommands-c-with-the-clr-option>.

Luigi

On Thu, Mar 8, 2012 at 12:09 PM,  <[hidden email]> wrote:

> Hello
>
> is someone managed to compile quantlib source with the /clr mode?
>
> I get the following message:
> cannot compile primitivepolynomial.c with the /clr option
>
> thanks in advance
> pascal
>
>
> ------------------------------------------------------------------------------
> 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
>

------------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|

Re: compile quantlib with /clr option ?

pasparis
In reply to this post by pasparis
thank you Luigi, I didn't know that it's possible to disable the /clr for a specific file
pascal


---- Message d'origine ----
>De : "Luigi Ballabio" <[hidden email]>
>À : [hidden email]
>Objet : Re: [Quantlib-users] compile quantlib with /clr option ?
>Date : 08/03/2012 12:28:12 CET
>Copie à : [hidden email]
>
>primitivepolynomial.c is a C file and is not supported by /clr.
> Disable clr for that file. See for example
> <http://stackoverflow.com/questions/880413/d8045-cannot-compile-c-file-serial
> commands-c-with-the-clr-option>.
>
> Luigi
>
> On Thu, Mar 8, 2012 at 12:09 PM, <[hidden email]> wrote:
> > Hello
> >
> > is someone managed to compile quantlib source with the /clr mode?
> >
> > I get the following message:
> > cannot compile primitivepolynomial.c with the /clr option
> >
> > thanks in advance
> > pascal
> >
> >
> > ---------------------------------------------------------------------------
> ---
> > 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
> >
>
------------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|

Re: compile quantlib with /clr option ?

Nathan Abbott

For the best results, do not compile QuantLib with the /clr option. You can link native object files with managed object files. QuantLib will run faster that.

 

From: [hidden email] [mailto:[hidden email]]
Sent: Thursday, March 08, 2012 9:31 AM
To: Luigi Ballabio
Cc: [hidden email]
Subject: Re: [Quantlib-users] compile quantlib with /clr option ?

 

thank you Luigi, I didn't know that it's possible to disable the /clr for a specific file
pascal


---- Message d'origine ----
>De : "Luigi Ballabio" <[hidden email]>
>À : [hidden email]
>Objet : Re: [Quantlib-users] compile quantlib with /clr option ?
>Date : 08/03/2012 12:28:12 CET
>Copie à : [hidden email]
>
>primitivepolynomial.c is a C file and is not supported by /clr.
> Disable clr for that file. See for example
> <http://stackoverflow.com/questions/880413/d8045-cannot-compile-c-file-serial
> commands-c-with-the-clr-option>.


>
> Luigi
>
> On Thu, Mar 8, 2012 at 12:09 PM, <[hidden email]> wrote:
> > Hello
> >
> > is someone managed to compile quantlib source with the /clr mode?
> >
> > I get the following message:
> > cannot compile primitivepolynomial.c with the /clr option
> >
> > thanks in advance
> > pascal
> >
> >
> > ---------------------------------------------------------------------------
> ---
> > 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
> >
>

------------------------------------------------------------------------------
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