How to configure boost and quantlib under Ubuntu 10.10

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

How to configure boost and quantlib under Ubuntu 10.10

Ning Cheng
I have been attempting to use quantlib under Ubuntu 10.10 for a while,but still failed.
I'm really frustrated.Anyone know how to figure it out?
I'm in bad need of your guys help!
Thanks for your help!
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: How to configure boost and quantlib under Ubuntu 10.10

Dirk Eddelbuettel

On 27 December 2010 at 13:46, Ning Cheng wrote:
| I have been attempting to use quantlib under Ubuntu 10.10 for a while,but still
| failed.
| I'm really frustrated.Anyone know how to figure it out?
| I'm in bad need of your guys help!
| Thanks for your help!


i)    Try    

         sudo apt-get install libquantlib0-dev    

      (or use equivalent commands with the other package management GUIs)
      which will install the Ubuntu packages for QuantLib so that you can
      compile and build.  

      This includes getting you Boost etc.


ii)   There are other related packages, so try    

         apt-cache search quantlib

      or search via aptitude etc.
 

iii)  If you really want to build from source, show us what commands you ran
      and show the error messages.  Just saying 'still failed' does not give
      us any chance to help you.


Dirk

--
Dirk Eddelbuettel | [hidden email] | http://dirk.eddelbuettel.com

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users