Quantlib, for Java, on Linux RedHat

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

Quantlib, for Java, on Linux RedHat

roberto.abati
Hi to all.

I need quantlib with a JNI wrapper for Java, on Linux RH so i proceeded with these paths:

- downloaded the tar Quantlib 1.4
- verified that Boost is installed
- extracted the archive
- $ cd UserProjects/QuantLib-1.4  ------ all was fine 
- $ ./autogen.sh -------- all was fine
- $ ./configure   -------- all was fine
- $ make -------- all was fine

I found the libraries in ql/.libs but they are BIG !!

-rw-rw-r-- 1 cppdeveloper cppdeveloper 823352134 Mar 26 08:44 libQuantLib.a
lrwxrwxrwx 1 cppdeveloper cppdeveloper 17 Mar 26 08:44 libQuantLib.la -> ../libQuantLib.la
-rw-rw-r-- 1 cppdeveloper cppdeveloper 969 Mar 26 08:44 libQuantLib.lai
lrwxrwxrwx 1 cppdeveloper cppdeveloper 20 Mar 26 08:43 libQuantLib.so -> libQuantLib.so.0.0.0
lrwxrwxrwx 1 cppdeveloper cppdeveloper 20 Mar 26 08:43 libQuantLib.so.0 -> libQuantLib.so.0.0.0
-rwxrwxr-x 1 cppdeveloper cppdeveloper 278964794 Mar 26 08:43 libQuantLib.so.0.0.0

Are these libraries correct ?

Thanks for answer.
RA

 


*

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

R: Quantlib, for Java, on Linux RedHat

Ballabio Gerardo-4

I don’t know whether they are correct, but you may try running the “strip” command on them, that might make them significantly smaller. You won’t be able to step into stripped libraries with a debugger though.

 

Gerardo

 

 

 

Gerardo Ballabio

Risk Management

 

Banca Profilo S.p.A.

Via Cerva 28 - 20122 Milano

Tel. +39 02 58408.463

www.bancaprofilo.it

 

Descrizione: http://www.bancaprofilo.it/~/media/Images/B/Banca-Profilo/logo/logo.jpg

 

 

Da: [hidden email] [mailto:[hidden email]]
Inviato: mercoledì 26 marzo 2014 13.08
A: [hidden email]
Oggetto: [Quantlib-users] Quantlib, for Java, on Linux RedHat

 

Hi to all.

 

I need quantlib with a JNI wrapper for Java, on Linux RH so i proceeded with these paths:

 

- downloaded the tar Quantlib 1.4

- verified that Boost is installed

- extracted the archive

- $ cd UserProjects/QuantLib-1.4  ------ all was fine 

- $ ./autogen.sh -------- all was fine

- $ ./configure   -------- all was fine

- $ make -------- all was fine

 

I found the libraries in ql/.libs but they are BIG !!

-rw-rw-r-- 1 cppdeveloper cppdeveloper 823352134 Mar 26 08:44 libQuantLib.a
lrwxrwxrwx 1 cppdeveloper cppdeveloper 17 Mar 26 08:44 libQuantLib.la -> ../libQuantLib.la
-rw-rw-r-- 1 cppdeveloper cppdeveloper 969 Mar 26 08:44 libQuantLib.lai
lrwxrwxrwx 1 cppdeveloper cppdeveloper 20 Mar 26 08:43 libQuantLib.so -> libQuantLib.so.0.0.0
lrwxrwxrwx 1 cppdeveloper cppdeveloper 20 Mar 26 08:43 libQuantLib.so.0 -> libQuantLib.so.0.0.0
-rwxrwxr-x 1 cppdeveloper cppdeveloper 278964794 Mar 26 08:43 libQuantLib.so.0.0.0

Are these libraries correct ?

 

Thanks for answer.

RA


 





*




Banca Profilo S.p.A. Via Cerva, 28 - 20122 Milano - Tel. 02 58408.1, Fax 02 5831 6057 Capitale Sociale Euro 136.794.106,00 i.v. Iscrizione al Registro Imprese di Milano, C.F. e P.IVA 09108700155 - [hidden email] Iscritta all’Albo delle Banche e dei Gruppi bancari Aderente al Fondo Interbancario di Tutela dei depositi Aderente al Conciliatore Bancario Finanziario e all’Arbitro Bancario Finanziario Appartenente al Gruppo bancario Banca Profilo e soggetta all’attività di direzione e coordinamento di Arepo BP S.p.A. DISCLAIMER: The information transmitted may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: R: Quantlib, for Java, on Linux RedHat

roberto.abati
Thanks, for the quick response.

Now libraries size seems to be OK

-rw-rw-r-- 1 cppdeveloper cppdeveloper 47244510 Mar 26 14:41 libQuantLib.a
-rwxrwxr-x 1 cppdeveloper cppdeveloper 22713472 Mar 26 14:42 libQuantLib.so.0.0.0

A further problem, my target is JAVA:
I would like to compile the Java/JNI following these steps http://www.puppetmastertrading.com/blog/2008/06/14/using-quantlib-from-java/
- I installed SWIG 
- stated with configure but had this error:
- $ ./configure -with-jdk-include=/usr/java/latest/include -with-jdk-system-include=/usr/java/latest/include/linux
- $ 

config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-jdk-include, --with-jdk-system-include

Any suggestion?

Thanks, RA


From: "Ballabio Gerardo" <[hidden email]>
To: "[hidden email]" <[hidden email]>, [hidden email]
Sent: Wednesday, 26 March, 2014 2:37:25 PM
Subject: R: Quantlib, for Java, on Linux RedHat

I don’t know whether they are correct, but you may try running the “strip” command on them, that might make them significantly smaller. You won’t be able to step into stripped libraries with a debugger though.

 

Gerardo

 

 


 

Gerardo Ballabio

Risk Management

 

Banca Profilo S.p.A.

Via Cerva 28 - 20122 Milano

Tel. +39 02 58408.463

www.bancaprofilo.it

 

Descrizione: http://www.bancaprofilo.it/~/media/Images/B/Banca-Profilo/logo/logo.jpg

 

 

Da: [hidden email] [mailto:[hidden email]]
Inviato: mercoledì 26 marzo 2014 13.08
A: [hidden email]
Oggetto: [Quantlib-users] Quantlib, for Java, on Linux RedHat

 

Hi to all.

 

I need quantlib with a JNI wrapper for Java, on Linux RH so i proceeded with these paths:

 

- downloaded the tar Quantlib 1.4

- verified that Boost is installed

- extracted the archive

- $ cd UserProjects/QuantLib-1.4  ------ all was fine 

- $ ./autogen.sh -------- all was fine

- $ ./configure   -------- all was fine

- $ make -------- all was fine

 

I found the libraries in ql/.libs but they are BIG !!

-rw-rw-r-- 1 cppdeveloper cppdeveloper 823352134 Mar 26 08:44 libQuantLib.a
lrwxrwxrwx 1 cppdeveloper cppdeveloper 17 Mar 26 08:44 libQuantLib.la -> ../libQuantLib.la
-rw-rw-r-- 1 cppdeveloper cppdeveloper 969 Mar 26 08:44 libQuantLib.lai
lrwxrwxrwx 1 cppdeveloper cppdeveloper 20 Mar 26 08:43 libQuantLib.so -> libQuantLib.so.0.0.0
lrwxrwxrwx 1 cppdeveloper cppdeveloper 20 Mar 26 08:43 libQuantLib.so.0 -> libQuantLib.so.0.0.0
-rwxrwxr-x 1 cppdeveloper cppdeveloper 278964794 Mar 26 08:43 libQuantLib.so.0.0.0

Are these libraries correct ?

 

Thanks for answer.

RA


 





*


Banca Profilo S.p.A. Via Cerva, 28 - 20122 Milano - Tel. 02 58408.1, Fax 02 5831 6057 Capitale Sociale Euro 136.794.106,00 i.v. Iscrizione al Registro Imprese di Milano, C.F. e P.IVA 09108700155 - [hidden email] Iscritta all’Albo delle Banche e dei Gruppi bancari Aderente al Fondo Interbancario di Tutela dei depositi Aderente al Conciliatore Bancario Finanziario e all’Arbitro Bancario Finanziario Appartenente al Gruppo bancario Banca Profilo e soggetta all’attività di direzione e coordinamento di Arepo BP S.p.A. DISCLAIMER: The information transmitted may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

R: R: Quantlib, for Java, on Linux RedHat

Ballabio Gerardo-4

I don’t know about Java, but I see the page you linked says you should run “sh autogen.sh” before configure. Have you done that?

If that isn’t the solution, someone else please step in because I am unable to help further.

 

Gerardo

 

 

 

Gerardo Ballabio

Risk Management

 

Banca Profilo S.p.A.

Via Cerva 28 - 20122 Milano

Tel. +39 02 58408.463

www.bancaprofilo.it

 

Descrizione: http://www.bancaprofilo.it/~/media/Images/B/Banca-Profilo/logo/logo.jpg

 

 

Da: [hidden email] [mailto:[hidden email]]
Inviato: mercoledì 26 marzo 2014 15.16
A: Ballabio Gerardo
Cc: [hidden email]
Oggetto: Re: R: Quantlib, for Java, on Linux RedHat

 

Thanks, for the quick response.

 

Now libraries size seems to be OK

 

-rw-rw-r-- 1 cppdeveloper cppdeveloper 47244510 Mar 26 14:41 libQuantLib.a

-rwxrwxr-x 1 cppdeveloper cppdeveloper 22713472 Mar 26 14:42 libQuantLib.so.0.0.0

 

A further problem, my target is JAVA:

I would like to compile the Java/JNI following these steps http://www.puppetmastertrading.com/blog/2008/06/14/using-quantlib-from-java/

- I installed SWIG 

- stated with configure but had this error:

- $ ./configure -with-jdk-include=/usr/java/latest/include -with-jdk-system-include=/usr/java/latest/include/linux

- $ 

config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-jdk-include, --with-jdk-system-include

Any suggestion?



Thanks, RA




From: "Ballabio Gerardo" <[hidden email]>
To: "[hidden email]" <[hidden email]>, [hidden email]
Sent: Wednesday, 26 March, 2014 2:37:25 PM
Subject: R: Quantlib, for Java, on Linux RedHat

 

I don’t know whether they are correct, but you may try running the “strip” command on them, that might make them significantly smaller. You won’t be able to step into stripped libraries with a debugger though.

 

Gerardo

 

 

 

Gerardo Ballabio

Risk Management

 

Banca Profilo S.p.A.

Via Cerva 28 - 20122 Milano

Tel. +39 02 58408.463

www.bancaprofilo.it

 

Descrizione: http://www.bancaprofilo.it/~/media/Images/B/Banca-Profilo/logo/logo.jpg

 

 

Da: [hidden email] [[hidden email]]
Inviato: mercoledì 26 marzo 2014 13.08
A: [hidden email]
Oggetto: [Quantlib-users] Quantlib, for Java, on Linux RedHat

 

Hi to all.

 

I need quantlib with a JNI wrapper for Java, on Linux RH so i proceeded with these paths:

 

- downloaded the tar Quantlib 1.4

- verified that Boost is installed

- extracted the archive

- $ cd UserProjects/QuantLib-1.4  ------ all was fine 

- $ ./autogen.sh -------- all was fine

- $ ./configure   -------- all was fine

- $ make -------- all was fine

 

I found the libraries in ql/.libs but they are BIG !!

-rw-rw-r-- 1 cppdeveloper cppdeveloper 823352134 Mar 26 08:44 libQuantLib.a
lrwxrwxrwx 1 cppdeveloper cppdeveloper 17 Mar 26 08:44 libQuantLib.la -> ../libQuantLib.la
-rw-rw-r-- 1 cppdeveloper cppdeveloper 969 Mar 26 08:44 libQuantLib.lai
lrwxrwxrwx 1 cppdeveloper cppdeveloper 20 Mar 26 08:43 libQuantLib.so -> libQuantLib.so.0.0.0
lrwxrwxrwx 1 cppdeveloper cppdeveloper 20 Mar 26 08:43 libQuantLib.so.0 -> libQuantLib.so.0.0.0
-rwxrwxr-x 1 cppdeveloper cppdeveloper 278964794 Mar 26 08:43 libQuantLib.so.0.0.0

Are these libraries correct ?

 

Thanks for answer.

RA


 

 

 

*

 
 
 
Banca Profilo S.p.A.
Via Cerva, 28 - 20122 Milano - Tel. 02 58408.1, Fax 02 5831 6057
Capitale Sociale Euro 136.794.106,00 i.v.
Iscrizione al Registro Imprese di Milano, C.F. e P.IVA 09108700155 - [hidden email]
Iscritta all’Albo delle Banche e dei Gruppi bancari
Aderente al Fondo Interbancario di Tutela dei depositi
Aderente al Conciliatore Bancario Finanziario e all’Arbitro Bancario Finanziario
Appartenente al Gruppo bancario Banca Profilo e soggetta all’attività di direzione e coordinamento di Arepo BP S.p.A.
 
 
DISCLAIMER:
The information transmitted may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, 
this information by persons or entities other than the intended recipient is prohibited. 
If you received this in error, please contact the sender and delete the material from any computer.
 
 
 

 




Banca Profilo S.p.A. Via Cerva, 28 - 20122 Milano - Tel. 02 58408.1, Fax 02 5831 6057 Capitale Sociale Euro 136.794.106,00 i.v. Iscrizione al Registro Imprese di Milano, C.F. e P.IVA 09108700155 - [hidden email] Iscritta all’Albo delle Banche e dei Gruppi bancari Aderente al Fondo Interbancario di Tutela dei depositi Aderente al Conciliatore Bancario Finanziario e all’Arbitro Bancario Finanziario Appartenente al Gruppo bancario Banca Profilo e soggetta all’attività di direzione e coordinamento di Arepo BP S.p.A. DISCLAIMER: The information transmitted may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: R: R: Quantlib, for Java, on Linux RedHat

roberto.abati
Thanks for feedback..

I solved the issue.
It was my mistake. I was calling "configure" from inside the Quantlib folder and not from inside the Quantlib-SWIG..

All is ok now...

Cheers, RA 



From: "Ballabio Gerardo" <[hidden email]>
To: "[hidden email]" <[hidden email]>
Cc: [hidden email]
Sent: Wednesday, 26 March, 2014 3:34:39 PM
Subject: R: R: Quantlib, for Java, on Linux RedHat

I don’t know about Java, but I see the page you linked says you should run “sh autogen.sh” before configure. Have you done that?

If that isn’t the solution, someone else please step in because I am unable to help further.

 

Gerardo

 

 


 

Gerardo Ballabio

Risk Management

 

Banca Profilo S.p.A.

Via Cerva 28 - 20122 Milano

Tel. +39 02 58408.463

www.bancaprofilo.it

 

Descrizione: http://www.bancaprofilo.it/~/media/Images/B/Banca-Profilo/logo/logo.jpg

 

 

Da: [hidden email] [mailto:[hidden email]]
Inviato: mercoledì 26 marzo 2014 15.16
A: Ballabio Gerardo
Cc: [hidden email]
Oggetto: Re: R: Quantlib, for Java, on Linux RedHat

 

Thanks, for the quick response.

 

Now libraries size seems to be OK

 

-rw-rw-r-- 1 cppdeveloper cppdeveloper 47244510 Mar 26 14:41 libQuantLib.a

-rwxrwxr-x 1 cppdeveloper cppdeveloper 22713472 Mar 26 14:42 libQuantLib.so.0.0.0

 

A further problem, my target is JAVA:

I would like to compile the Java/JNI following these steps http://www.puppetmastertrading.com/blog/2008/06/14/using-quantlib-from-java/

- I installed SWIG 

- stated with configure but had this error:

- border="0" width="131" height="18" id="_x0000_i1029" src="https://u-zimbra.int.softsolutions.it/service/home/~/?auth=co&id=160522&part=2.2&t=1395850004682" alt="Descrizione: http://www.bancaprofilo.it/~/media/Images/B/Banca-Profilo/logo/logo.jpg" dfsrc="cid:image001.jpg@01CF4908.E68781C0">

 

 

Da: [hidden email] [mailto:[hidden email]]
Inviato: mercoledì 26 marzo 2014 15.16
A: Ballabio Gerardo
Cc: [hidden email]
Oggetto: Re: R: Quantlib, for Java, on Linux RedHat

 

Thanks, for the quick response.

 

Now libraries size seems to be OK

 

-rw-rw-r-- 1 cppdeveloper cppdeveloper 47244510 Mar 26 14:41 libQuantLib.a

-rwxrwxr-x 1 cppdeveloper cppdeveloper 22713472 Mar 26 14:42 libQuantLib.so.0.0.0

 

A further problem, my target is JAVA:

I would like to compile the Java/JNI following these steps http://www.puppetmastertrading.com/blog/2008/06/14/using-quantlib-from-java/

- I installed SWIG 

- stated with configure but had this error:

- $ ./configure -with-jdk-include=/usr/java/latest/include -with-jdk-system-include=/usr/java/latest/include/linux

- $ 

config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-jdk-include, --with-jdk-system-include

Any suggestion?



Thanks, RA




From: "Ballabio Gerardo" <[hidden email]>
To: "[hidden email]" <[hidden email]>, [hidden email]
Sent: Wednesday, 26 March, 2014 2:37:25 PM
Subject: R: Quantlib, for Java, on Linux RedHat

 

I don’t know whether they are correct, but you may try running the “strip” command on them, that might make them significantly smaller. You won’t be able to step into stripped libraries with a debugger though.

 

Gerardo

 

 


 

Gerardo Ballabio

Risk Management

 

Banca Profilo S.p.A.

Via Cerva 28 - 20122 Milano

Tel. +39 02 58408.463

www.bancaprofilo.it

 

nbsp;./configure -with-jdk-include=/usr/java/latest/include -with-jdk-system-include=/usr/java/latest/include/linux

- border="0" width="131" height="18" id="_x0000_i1029" src="https://u-zimbra.int.softsolutions.it/service/home/~/?auth=co&id=160522&part=2.2&t=1395850004682" alt="Descrizione: http://www.bancaprofilo.it/~/media/Images/B/Banca-Profilo/logo/logo.jpg" dfsrc="cid:image001.jpg@01CF4908.E68781C0">

 

 

Da: [hidden email] [mailto:[hidden email]]
Inviato: mercoledì 26 marzo 2014 15.16
A: Ballabio Gerardo
Cc: [hidden email]
Oggetto: Re: R: Quantlib, for Java, on Linux RedHat

 

Thanks, for the quick response.

 

Now libraries size seems to be OK

 

-rw-rw-r-- 1 cppdeveloper cppdeveloper 47244510 Mar 26 14:41 libQuantLib.a

-rwxrwxr-x 1 cppdeveloper cppdeveloper 22713472 Mar 26 14:42 libQuantLib.so.0.0.0

 

A further problem, my target is JAVA:

I would like to compile the Java/JNI following these steps http://www.puppetmastertrading.com/blog/2008/06/14/using-quantlib-from-java/

- I installed SWIG 

- stated with configure but had this error:

- $ ./configure -with-jdk-include=/usr/java/latest/include -with-jdk-system-include=/usr/java/latest/include/linux

- $ 

config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-jdk-include, --with-jdk-system-include

Any suggestion?



Thanks, RA




From: "Ballabio Gerardo" <[hidden email]>
To: "[hidden email]" <[hidden email]>, [hidden email]
Sent: Wednesday, 26 March, 2014 2:37:25 PM
Subject: R: Quantlib, for Java, on Linux RedHat

 

I don’t know whether they are correct, but you may try running the “strip” command on them, that might make them significantly smaller. You won’t be able to step into stripped libraries with a debugger though.

 

Gerardo

 

 


 

Gerardo Ballabio

Risk Management

 

Banca Profilo S.p.A.

Via Cerva 28 - 20122 Milano

Tel. +39 02 58408.463

www.bancaprofilo.it

 

nbsp;

config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-jdk-include, --with-jdk-system-include

Any suggestion?



Thanks, RA




From: "Ballabio Gerardo" <[hidden email]>
To: "[hidden email]" <[hidden email]>, [hidden email]
Sent: Wednesday, 26 March, 2014 2:37:25 PM
Subject: R: Quantlib, for Java, on Linux RedHat

 

I don’t know whether they are correct, but you may try running the “strip” command on them, that might make them significantly smaller. You won’t be able to step into stripped libraries with a debugger though.

 

Gerardo

 

 


 

Gerardo Ballabio

Risk Management

 

Banca Profilo S.p.A.

Via Cerva 28 - 20122 Milano

Tel. +39 02 58408.463

www.bancaprofilo.it

 

Descrizione: http://www.bancaprofilo.it/~/media/Images/B/Banca-Profilo/logo/logo.jpg

 

 

Da: [hidden email] [[hidden email]]
Inviato: mercoledì 26 marzo 2014 13.08
A: [hidden email]
Oggetto: [Quantlib-users] Quantlib, for Java, on Linux RedHat

 

Hi to all.

 

I need quantlib with a JNI wrapper for Java, on Linux RH so i proceeded with these paths:

 

- downloaded the tar Quantlib 1.4

- verified that Boost is installed

- extracted the archive

- $ cd UserProjects/QuantLib-1.4  ------ all was fine 

- $ ./autogen.sh -------- all was fine

- $ ./configure   -------- all was fine

- $ make -------- all was fine

 

I found the libraries in ql/.libs but they are BIG !!

-rw-rw-r-- 1 cppdeveloper cppdeveloper 823352134 Mar 26 08:44 libQuantLib.a
lrwxrwxrwx 1 cppdeveloper cppdeveloper 17 Mar 26 08:44 libQuantLib.la -> ../libQuantLib.la
-rw-rw-r-- 1 cppdeveloper cppdeveloper 969 Mar 26 08:44 libQuantLib.lai
lrwxrwxrwx 1 cppdeveloper cppdeveloper 20 Mar 26 08:43 libQuantLib.so -> libQuantLib.so.0.0.0
lrwxrwxrwx 1 cppdeveloper cppdeveloper 20 Mar 26 08:43 libQuantLib.so.0 -> libQuantLib.so.0.0.0
-rwxrwxr-x 1 cppdeveloper cppdeveloper 278964794 Mar 26 08:43 libQuantLib.so.0.0.0

Are these libraries correct ?

 

Thanks for answer.

RA


 

 

 

*

 
 
 
Banca Profilo S.p.A.
Via Cerva, 28 - 20122 Milano - Tel. 02 58408.1, Fax 02 5831 6057
Capitale Sociale Euro 136.794.106,00 i.v.
Iscrizione al Registro Imprese di Milano, C.F. e P.IVA 09108700155 - [hidden email]
Iscritta all’Albo delle Banche e dei Gruppi bancari
Aderente al Fondo Interbancario di Tutela dei depositi
Aderente al Conciliatore Bancario Finanziario e all’Arbitro Bancario Finanziario
Appartenente al Gruppo bancario Banca Profilo e soggetta all’attività di direzione e coordinamento di Arepo BP S.p.A.
 
 
DISCLAIMER:
The information transmitted may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, 
this information by persons or entities other than the intended recipient is prohibited. 
If you received this in error, please contact the sender and delete the material from any computer.
 
 
 

 



Banca Profilo S.p.A. Via Cerva, 28 - 20122 Milano - Tel. 02 58408.1, Fax 02 5831 6057 Capitale Sociale Euro 136.794.106,00 i.v. Iscrizione al Registro Imprese di Milano, C.F. e P.IVA 09108700155 - [hidden email] Iscritta all’Albo delle Banche e dei Gruppi bancari Aderente al Fondo Interbancario di Tutela dei depositi Aderente al Conciliatore Bancario Finanziario e all’Arbitro Bancario Finanziario Appartenente al Gruppo bancario Banca Profilo e soggetta all’attività di direzione e coordinamento di Arepo BP S.p.A. DISCLAIMER: The information transmitted may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users