Hello Most of build time is compilation time, which does not depend on whether dynamic or static libs are used. I use Wt 3.2.3 and it is good enough.
Do you use -j option of make? You can also use distcc to explore "compilation power" of several machines simultaneously. Another "trick" is to merge several CPP files in one to compile them at once. Regards, Boris Nagaev On Tue, Dec 24, 2013 at 5:27 PM, Muhammad Bashir Al-Noimi <[email protected]> wrote: > Hi, > > Building Wt based projects became too slow after using recent Wt trunk > through "make install". > > How can I fix this issue? > Do I need to build Wt statically to be able to build my projects quickly? > > I'm using Linux Mint 16 Cinnamon x64 so the PPA doesn't work cuz it > supports Ubuntu 13.04 based distros. > > P.S. I forced to purge the installed Wt binaries by Ubuntu repository > because they are too old and they have many bugs (most of them fixed in > current Wt trunk) > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
