Compilation and disk space

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

Compilation and disk space

Grześ Andruszkiewicz
Hi,

How much disk space do I need to compile QuantLib (under Linux)? I had
more than 2GB, but it just failed with because I ran out of space... I
just ran make on command line.

Regards,
Grzegorz

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: Compilation and disk space

Luigi Ballabio
On Tue, 2010-09-28 at 17:52 +0100, Grześ Andruszkiewicz wrote:
> How much disk space do I need to compile QuantLib (under Linux)? I had
> more than 2GB, but it just failed with because I ran out of space... I
> just ran make on command line.

On my Ubuntu box, the QuantLib directory after compilation is about
380MB.  However, one the one hand I ran configure with --disable-static,
that probably reduced the space by half; and on the other hand, I
specified CXXFLAGS='-O2' which prevented the usual default "-g -O2".
The -g flag causes the compiler to store debug information and is
probably causing the bloat.

Luigi



--

Harrison's Postulate:
For every action, there is an equal and opposite criticism.



------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security
easier or more difficult to achieve? Read this whitepaper to separate the
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev