← Back to team overview

linux-traipu team mailing list archive

[Bug 723667] Re: Use PCH

 

In reverse order:

.lo is a libtool object description file, and it's used because we use
libtool. Libtool then uses these at link time to help build the
libraries. (you'll also note that .la files are the in-tree libraries -
which allow things be able to be used in-tree and then things get re-
linked at install time so that all of the rpath info is correct)

That being said - you need to use LTCXXCOMPILE instead of CXXCOMPILE

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/723667

Title:
  Use PCH

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Confirmed

Bug description:
  To decrease build times, A PCH should be used. A PCH (pch.h.gch) can be build with "g++ pch.h". Since I've no experience with the build system, could someone help me to add this bit?
  A depedency on pch.h.gch should also be added to config.h.

  http://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/723667/+subscriptions